Enhancing block explorers with essential data at a glance
Designed to enrich the experience on blockchain explorers. By integrating additional information directly into pages like blocks, transactions, and contracts, it ensures that all necessary data is accessible without needing to navigate away.
Betherscan is fully open source: https://github.com/tiagofneto/betherscan
Betherscan adds new data fields to various sections of block explorers, detailed as follows:
🚀 Blocks
- State root: Root of the state Trie
- Transactions root: Root of the transactions Trie
- Receipts root: Root of the receipts Trie
- Mix hash: Used to verify the correctness of a block's Proof of Work. In Proof of Stake consensus, corresponds to the RANDAO value of the previous Beacon Chain block
- Logs Bloom: Bloom filter of indexable information from the logs entry of the transactions receipts
- Header RLP: RLP encoded block header
🚀 Accounts
⭐ Smart Contracts
- Storage root: Root of the storage Trie
- Code hash: Keccak256 hash of the EVM code of the account
⭐ EOAs
- Nonce: Number of transactions sent
🚀 Transactions
- Signature (v, r, s): Components of the digital signature (ECDSA) of the transaction
Currently supported block explorers:
Ethereum:
- Etherscan
- Sepolia Etherscan
- Holesky Etherscan
Polygon:
- Polygonscan
- Amoy Polygonscan
- zkEVM Polygonscan
- Cardona zkEVM Polygonscan
Binance Smart Chain:
- Bscscan
- Testnet Bscscan
Fantom:
- FTMScan
- Testnet FTMScan
Optimism:
- Optimistic Etherscan
- Sepolia Optimism Etherscan
Gnosis:
- Gnosisscan
Linea:
- Lineascan
- Sepolia Lineascan
Scroll:
- Scrollscan
- Sepolia Scrollscan
Frax:
- Fraxscan
Avalanche:
- Snowscan
- Testnet Snowscan
Statistics
Installs
37
history
Category
Rating
5.0 (1 votes)
Last update / version
2024-06-06 / 0.2.0
Listing languages
en-US