Skip to content

tiagofneto/betherscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betherscan

Betherscan is a browser extension designed to enhance the user experience on block explorer platforms. By integrating additional information directly into the pages, Betherscan aims to provide a more comprehensive view of blockchain data, making it easier for developers and advanced users to gather all the information they need without the need to navigate away from the explorer.

available in the chrome web store

Features

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

Supported explorers

Ethereum:

Polygon:

Binance Smart Chain:

Fantom:

Optimism:

Gnosis:

Linea:

Scroll:

Frax:

Avalanche:

Disclaimer

This extension is an independent project and has not been authorized, sponsored, or otherwise approved by any block explorer platforms. It is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. Use it at your own risk.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published