# Block Explorer

The Cogitus Demo Network Explorer, accessible at  [Tracehawk](https://explorer-cogitusdemonetwork.zeeve.net/) is a blockchain explorer powered by TraceHawk. It offers a comprehensive suite of tools for monitoring and analyzing blockchain activity.

#### Key Features:

* **Real-Time Data Monitoring**: Track daily transactions, total blocks, average block time, gas usage, and wallet addresses.
* **Latest Blocks and Transactions**: Stay updated with the most recent blocks and transactions on the network.
* **Wallet Connectivity**: Connect your wallet directly through the explorer for seamless interaction.
* **RPC Endpoint Access**: Utilize the provided RPC endpoint for network interactions.

This explorer is designed to provide developers and users with an intuitive interface for navigating the Cogitus Demo Network, ensuring transparency and ease of access to blockchain data.

{% hint style="success" %}
For more information on TraceHawk and its capabilities, you can visit their official website:  [tracehawk.io](https://tracehawk.io/).
{% endhint %}

<figure><img src="/files/b70yupc3OKh4Abp4NuYZ" alt=""><figcaption><p>Demo Network Explorer</p></figcaption></figure>


---

# 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.cogitus.io/demo-network/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.
