# Etho Explorer

The Etho Protocol Blockchain Explorer is a comprehensive tool designed to allow users to interact with and analyze data on the Etho Protocol blockchain. It provides detailed information on key blockchain components, including:

1. **Blocks**: View details of recently mined blocks, including block height, size, and miner information.
2. **Transactions**: Track individual transactions with data on sender, receiver, amount, and fees.
3. **Addresses**: Explore wallet addresses, view balances, and track their activity.
4. **APIs**: Access GraphQL and RPC APIs for advanced queries and integration with other applications.

For more details, you can visit the [Etho Protocol Blockchain Explorer](https://explorer.ethoprotocol.com/).


---

# 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.ethoprotocol.com/information/etho-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.
