> For the complete documentation index, see [llms.txt](https://energy-web-foundation.gitbook.io/energy-web-foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://energy-web-foundation.gitbook.io/energy-web-foundation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/block-explorer.md).

# Energy Web Block Explorer

The block explorer interface provides the most important on-chain information about blocks, transactions, accounts and [Energy Web Token (EWT)](/energy-web-foundation/ew-dos-technology-components-2023/trust-layer-energy-web-chain/energy-web-token.md). Below is an overview of what information you can view on the Block Explorer.&#x20;

Note that there is a separate site for the Volta Testnet Block Explorer.&#x20;

* Volta Testnet Block Explorer: <https://volta-explorer.energyweb.org/>
* Main Network Block Explorer: <https://explorer.energyweb.org/>

## Block Explorer Overview&#x20;

![](https://2400236058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_pXALj14Egb-5Bal_p%2F-MkCfdx5UIhax78uhZAg%2F-MkCgjoiphy0dkEebAfH%2FScreen%20Shot%202021-09-22%20at%209.29.44%20AM.png?alt=media\&token=4a4c90c3-2810-4551-8d72-53ca5c2e06a0)

### Blocks

* [Blocks](https://explorer.energyweb.org/blocks) - block details for all sealed blocks
  * Block Height
  * Num transactions
  * Hash
  * Parent Hash
  * Difficulty
  * Total Difficulty
  * Gas Used
  * Gas Limit
  * Block Rewards
  * Miner (validator)
  * Transactions

![](https://2400236058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_pXALj14Egb-5Bal_p%2F-MkCfJUl1nPg_WeediBC%2F-MkCfYyEqGxhvx_2SFJO%2FScreen%20Shot%202021-09-22%20at%209.24.41%20AM.png?alt=media\&token=5932cc76-2280-4f91-bb86-0f7dae4e5126)

### Transactions

* [Validated](https://explorer.energyweb.org/txs) - transaction details for all validated transactions
  * Transaction address
  * Status
  * Block Number
  * Nonce
  * Transaction fee
  * Transaction Speed
  * Raw input
  * Gas
  * Internal Transactions
* [Pending](https://explorer.energyweb.org/pending-transactions) - transaction details for  all pending transactions
  * Transaction address
  * Nonce
  * Gas limit
  * Internal Transactions

![](https://2400236058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_pXALj14Egb-5Bal_p%2F-MkCfdx5UIhax78uhZAg%2F-MkCfu44vomaNHhzYjSr%2FScreen%20Shot%202021-09-22%20at%209.26.06%20AM.png?alt=media\&token=e30da2b8-07ab-4c07-9c00-be90b596eae0)

### [Accounts](https://explorer.energyweb.org/accounts)

Account details for all external and smart contract account addresses with balances and associated transactions

* Address
* Token balance
* Num. transactions
* Last balance update
* Gas used
* All transactions
* Coin balance history

![](https://2400236058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_pXALj14Egb-5Bal_p%2F-MkCfdx5UIhax78uhZAg%2F-MkCg5UJBEJ6y_TsgK8U%2FScreen%20Shot%202021-09-22%20at%209.26.57%20AM.png?alt=media\&token=d40f3af1-048c-4a97-9264-49f94867c396)

### Tokens

* [All](https://explorer.energyweb.org/tokens)
* [Bridged from Ethereum](https://explorer.energyweb.org/bridged-tokens/eth)
* [Bridged from Binance Smart Chain](https://explorer.energyweb.org/bridged-tokens/bsc)

![](https://2400236058-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_pXALj14Egb-5Bal_p%2F-MkCfdx5UIhax78uhZAg%2F-MkCgTm4q2VUxJY8LNsH%2FScreen%20Shot%202021-09-22%20at%209.28.40%20AM.png?alt=media\&token=cda04a2f-6de5-4b4a-a86b-97c45ef38f67)

### APIs

* GraphQL: GraphQL interface which you can use to query specific information that are on chain: <https://explorer.energyweb.org/graphiql>. To find out more about the possible queries visit: <https://github.com/ConsenSys/ethql#query-handbook>
