# Energy Web Block Explorer

The block explorer interface provides the most important on-chain information about blocks, transactions, accounts and [Energy Web Token (EWT)](https://docs-launchpad.energyweb.org/core-concepts/energy-web-tokens). 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;

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2F7UG1lQfgP4U9ZLaNUDdX%2Fimage.png?alt=media&#x26;token=e3a65942-b07a-4d3f-b4f2-b6d58e84e693" alt=""><figcaption></figcaption></figure>

### 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

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FgAZDlsUsH8bYFjKm9CJK%2Fimage.png?alt=media&#x26;token=5926b203-5c6e-4272-9700-d84542316eee" alt=""><figcaption></figcaption></figure>

### 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

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FDJbxw25P61R9fVs4LAFE%2Fimage.png?alt=media&#x26;token=a1d2ac2a-0fd9-46ac-817e-4eccaceb8c04" alt=""><figcaption></figcaption></figure>

### [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

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2FpaKVu8M1vRLmKEqIsKnj%2Fimage.png?alt=media&#x26;token=aaac2588-0fe6-4df4-b577-0010e13aad05" alt=""><figcaption></figcaption></figure>

### 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)

<figure><img src="https://4257445316-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fnf3YeoQlQerc93GsC2Me%2Fuploads%2Fph2k8X6raT4bu2LMcYsM%2Fimage.png?alt=media&#x26;token=bbf341cb-547f-4474-b1da-abdad14a023c" alt=""><figcaption></figcaption></figure>

### 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>
