> For the complete documentation index, see [llms.txt](https://docs.re.al/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.re.al/re.al-chain/block-explorer.md).

# Block Explorer

The re.al block explorer provides a comprehensive and user-friendly interface for monitoring and analyzing network activities. It is designed to offer key insights and information beneficial for both regular users and developers. Features of the re.al block explorer include:

* **Address Balances**: Check the balance of any address on the network.
* **Transaction History**: View detailed transaction records.
* **Verified Contracts**: Access and review verified smart contract codes.
* **Smart Contract Code and Execution**: Examine the code and execution details of smart contracts.
* **Network Statistics**: Get up-to-date information on network performance.
* **Mining Information**: Monitor mining activities and related statistics.

Visit [Block Explorer](https://explorer.re.al/) for re.al.\
\
Production explorer to be added once the chain is deployed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.re.al/re.al-chain/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.
