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

# Explorer

{% hint style="success" %}
Check Sonic Explorer Here: <https://explorer.sonic.game>
{% endhint %}

An explorer is a web-based tool that allows users to search and analyze a blockchain's data in real-time. The Sonic explorer is crucial for developers, validators, and users alike, providing visibility into transactions, accounts, block production, and more.&#x20;

Here are some of the key features and uses of the Sonic Explorer:

1. **Transaction Details**: You can search for and view details of specific transactions, including the sender, receiver, amount transferred, and fees paid.
2. **Account Information**: Explorers provide detailed information on accounts on Sonic, including balance, transaction history, and associated smart contracts.
3. **Block Information**: Users can view details about individual blocks such as the block producer, the transactions included in the block, and the time of production.
4. **Network Statistics**: Sonic explorers often display overall network statistics such as the current transaction rate, total number of validators, and network uptime.
5. **Smart Contracts and Programs**: They allow for inspection of deployed smart contracts and programs on Sonic, showing the code and interactions over time.
6. **Real-time Monitoring and Alerts**: Some explorers offer features like real-time monitoring of network events and alerts for specific transaction activities.

<figure><img src="/files/B1NjeprtAavET3RnzdHb" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sonicsvm.org/developers/developer-tooling/explorer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
