Skip to content

Explorers

Arsenii Petrovich edited this page Feb 11, 2026 · 3 revisions

Purpose

Lists block explorers for this chain (Etherscan/Blockscout family or custom).

Storage path

networks/<network_name>/explorer.csv

When to add

  • Explorer is chain-specific and publicly reachable.
  • API/docs exist or UI is stable.

Example

slug,provider,actionButtons,chain,technology,monitoringAndAnalytics,additionalFeatures,starred,availableApis,sdk,searchCapabilities,smartContractsVerifications,fullHistory,pricing
blockscout-mainnet,!provider:blockscout,"[""[Explorer](https://polygon.blockscout.com/)""]",mainnet,,,,,,,,,,
polygonscan-amoy,Polygonscan,"[""[Explorer](https://amoy.polygonscan.com/)""]",amoy,Etherscan,"[""Transactions"",""Token transfers"",""Blocks"",""Addresses""]","[""Verified Contracts"",""API access""]",TRUE,"[""REST API""]",,"[""Search"",""Filter""]",TRUE,TRUE,Free

Columns

slug

Refer to Common Columns.

provider

Refer to Common Columns.

actionButtons

See Common Columns.

chain

Refer to Common Columns.

technology

Explorer tech/product family.

Blank: Yes

Format: text

Examples: Etherscan, Blockscout, Custom

Tips:

  • Use Custom if technology is unknown or specific to this chain.

monitoringAndAnalytics

Built-in observability features.

Blank: Yes

Format: JSON list

Examples: ["Accounts","Transactions","Gas Tracker"]

additionalFeatures

Notable extra features.

Blank: Yes

Format: JSON list

Examples: ["Token Tracker","Labels","Alerts","NFT Explorer"]

starred

Refer to Common Columns.

availableApis

Public API types.

Blank: Yes

Format: JSON list

Examples: ["REST","GraphQL","WebSocket"]

sdk

Official SDK languages.

Blank: Yes

Format: JSON list

Examples: ["JavaScript","Python"]

searchCapabilities

Searchable entities.

Blank: Yes

Format: JSON list

Examples: ["Address","Transaction Hash","Block","Token","Contract"]

smartContractsVerifications

Source‑code verification support.

Blank: No

Format: TRUE/FALSE

Examples: TRUE, FALSE

fullHistory

History from genesis is available and browsable.

Blank: No

Format: TRUE/FALSE

Examples: TRUE, FALSE

pricing

Access tier for advanced features/APIs.

Blank: Yes

Format: text

Examples: Free, $100/mo

Clone this wiki locally