Skip to content

Explorers

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

Purpose

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

Storage path

references/offers/explorers.csv - canonical source for all new offers (including offers only exist one network). listings/specific-networks/<network_name>/explorers.csv - use !offer:<slug> references and only specify network-specific overrides when needed. listings/all-networks/explorers.csv - use for entries that should propagate to all network JSON outputs.

When to add

  • Explorer is chain-specific and publicly reachable.

Example

slug,provider,offer,actionButtons,chain,technology,monitoringAndAnalytics,additionalFeatures,starred,availableApis,sdk,searchCapabilities,smartContractsVerifications,fullHistory,pricing
blockscout-mainnet,,!offer: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