Difference between revisions of "Block explorer"

From DefiLlama
Jump to navigation Jump to search
(Linked to existing pages for a few mentioned and added some additional explorers I had from my compendium)
m (changed the block explorer list to a table)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A block explorer is a tool that users can visualise a blockchain's history with. Each blockchain can be visualised using many different types of block explorer. Block explorers are usually visual representations of the data collected on an archive node of a blockchain.
A block explorer is a tool that allows users to view real-time information about a blockchain. There are usually multiple block explorers for each blockchain. As each block is processed in a given blockchain, block explorers allow users to view transaction data, addresses, fees, and much more.
 
=== Different block explorers ===
[https://etherscan.io/ Etherscan] is one type of block explorer. This is the most prominent smart-contract chain block explorer. It is used for Ethereum mainnet.
 
[https://bscscan.com/ BSCScan], another block explorer created by the same team as Etherscan, is the block explorer used to visualize the BnB Chain. 
 
[https://polygonscan.com/ Polygonscan] is used on the [[Polygon]] blockchain.  
 
[https://snowtrace.io/ Snowtrace] is used on the [[Avalanche]] Contract Chain network.
 
[https://ftmscan.com/ FTMScan] is used on the [[Fantom]] Opera network.
 
[https://solanabeach.io/ Solanabeach] is used on the [[Solana]] network.
 
The [https://explorer.near.org NEAR Explorer] is used on the [[NEAR]] network.
 
[https://cronoscan.com/ Cronoscan] is used on the [[Cronos]] network.
 
TerraFinder is used on the [[Terra]] network.
 
[https://arbiscan.io/ Arbiscan] is used on the [[Arbitrum]] network.
 
avaScan is used on [[Avalanche]] network
 
[https://mapofzones.com/?testnet=false&period=24 Map of Zones] is for [[IBC]] Compatible Chains ([[Cosmos]])
 
[https://explorer.solana.com/ Solana Explorer] is for [[Solana]]
 
[https://solscan.io/ SolScan] is for [[Solana]]
 
[https://vscout.io/ VScout] is for [[Avalanche]]
 
This is by no means an exhaustive list. Many chains have multiple block explorers. Many newer chains use an [[open source]] [https://github.com/blockscout/blockscout BlockScout] as a basic block explorer before a block explorer with more utility is put in place.
 
=== Block explorer features ===
Some block explorers possess more functionality than others. Indeed, given that Solana currently does not have any public archive nodes, it is impossible to say that it even possesses a block explorer if users cannot a transaction that happened a year ago. Some features present on etherscan:
{| class="wikitable"
{| class="wikitable"
|Address
|+Block Explorer Chart
!Block Explorer
!Blockchain
|-
|-
|balance
|[https://etherscan.io/ Etherscan]
|[[Ethereum]]
|-
|-
|Source value
|[https://bscscan.com/ BSCScan]
|[[Binance Smart Chain]]
|-
|-
|token list
|[https://polygonscan.com/ Polygonscan]
|[[Polygon]]
|-
|-
|complete archive of every transactions
|[https://ftmscan.com/ FTMScan]
|[[Fantom]]
|-
|-
|internal txns
|[https://explorer.solana.com/ Solana Explorer]
|[[Solana]]
|-
|-
|erc-20 (or equivalent) token transactionns
|[https://explorer.near.org NEAR Explorer]
|[[NEAR]]
|-
|-
|erc-721 (or equivalent) token txns
|[https://cronoscan.com/ Cronoscan]
|[[Cronos]]
|-
|-
|labels
|[https://finder.terra.money/ TerraFinder]
|[[Terra]]
|-
|-
|contract source code
|[https://arbiscan.io/ Arbiscan]
|[[Arbitrum]]
|-
|-
|interaction analytics
|[https://snowtrace.io/ Snowtrace]
|[[Avalanche]]
|-
|-
|transaction action section
|[https://mapofzones.com/?testnet=false&period=24 Map of Zones]
|-
|[[IBC]] Compatible Chains ([[Cosmos]])
|DEX Trades for Tokens
|-
|Holder distribution lists
|-
|Token approval list
|}
|}
''Non-exhaustive list''. Many chains have multiple block explorers. Many newer chains use an [[open source]] [https://github.com/blockscout/blockscout BlockScout] as a basic block explorer before a block explorer with more utility is put in place.
=== Block explorer features ===
Some block explorers possess more functionality than others. 
Features present on Etherscan:
* [[Contract address|contract]] address
* balance
* source value
* token list
* complete archive of every transaction
* internal transactions
* erc-20 (or equivalent) token transactions
* erc-721 (or equivalent) token txns
* labels
* contract source code
* interaction analytics
* transaction action section
* DEX Trades for Tokens
* Holder distribution lists
* Token approval list
In addition, other features like diffcheckers are possible.
In addition, other features like diffcheckers are possible.
[[Category:Tools]]

Latest revision as of 20:19, 30 April 2022

A block explorer is a tool that allows users to view real-time information about a blockchain. There are usually multiple block explorers for each blockchain. As each block is processed in a given blockchain, block explorers allow users to view transaction data, addresses, fees, and much more.

Block Explorer Chart
Block Explorer Blockchain
Etherscan Ethereum
BSCScan Binance Smart Chain
Polygonscan Polygon
FTMScan Fantom
Solana Explorer Solana
NEAR Explorer NEAR
Cronoscan Cronos
TerraFinder Terra
Arbiscan Arbitrum
Snowtrace Avalanche
Map of Zones IBC Compatible Chains (Cosmos)

Non-exhaustive list. Many chains have multiple block explorers. Many newer chains use an open source BlockScout as a basic block explorer before a block explorer with more utility is put in place.

Block explorer features

Some block explorers possess more functionality than others.

Features present on Etherscan:

  • contract address
  • balance
  • source value
  • token list
  • complete archive of every transaction
  • internal transactions
  • erc-20 (or equivalent) token transactions
  • erc-721 (or equivalent) token txns
  • labels
  • contract source code
  • interaction analytics
  • transaction action section
  • DEX Trades for Tokens
  • Holder distribution lists
  • Token approval list

In addition, other features like diffcheckers are possible.