# Block Explorer

The **Hash Network Block Explorer** provides a detailed view of on-chain activities on the Hash Network Testnet, including transactions, contract interactions, and wallet balances.

**Explorer URL:**

[Hash Network Block Explorer](https://hash-testnet.explorer.caldera.xyz/)

**Features:**

* **Search**: Look up transactions, blocks, or wallet addresses.
* **Live Updates**: Monitor real-time transaction activity.
* **Contract Verification**: Explore deployed smart contracts and their details.
* **Chain Metrics**: Check network performance and statistics.

**How to Use:**

1. Visit the [Block Explorer](https://hash-testnet.explorer.caldera.xyz/).
2. Enter the transaction hash, block number, or wallet address in the search bar.
3. View detailed information, including timestamps, gas fees, and contract interactions.


---

# 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.hashnetwork.io/using-hash-network-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.
