Block Explorers
Blockchain explorers allow users to query the blockchain for data. Explorers are often compared to search engines for the blockchain. By using an explorer, users can search and track balances, transactions, contracts, and other broadcast data to the blockchain.
Cosmos EVM chains can use two types block explorers: an EVM explorer and a Cosmos explorer. Each explorer queries data respective to their environment with the EVM explorers querying Ethereum-formatted data (blocks, transactions, accounts, smart contracts, etc) and the Cosmos explorers querying Cosmos-formatted data (Cosmos and IBC transactions, blocks, accounts, module data, etc).
List of Block Explorers
Below is a list of open source explorers that you can use:
Service | Support | URL |
---|---|---|
Ping.Pub | cosmos | Github Repo |
BigDipper | cosmos | Github Repo |
Blockscout | ethereum | Github Repo |
Cosmos & EVM Compatible explorers
As of yet, there is no open source explorer that supports both EVM and Cosmos transactions. Mintscan does support this but requires an integration.