# Energy Web Block Explorer

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

<figure><img src="/files/6zEM7a1B4mY6AzSaBRJ4" 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="/files/88rssAN6N35EnXIofG7i" 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="/files/qk67mEy8OEu7883tEETP" 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="/files/beDNSFDTfStXhkoQ3unB" 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="/files/bwMdaBIAsnmJ8Go5poAQ" 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.energyweb.org/ewc-ecosystem/energy-web-chain/energy-web-block-explorer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
