> For the complete documentation index, see [llms.txt](https://docs.game7.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.game7.io/building-on-the-g7-network/using-g7-network-explorer.md).

# Using G7 Network Explorer

The G7 Network utilizes a version of the [*Blockscout*](https://www.blockscout.com/) block explorer. Block explorers are important and useful tools for developers, as they provide insight and access to blockchain activity, such as transactions, account activity, and allow for direct interaction with deployed smart contracts.&#x20;

The G7 Network Explorer also surfaces network analytics, including account data, smart contracts, transactions, and more. Samples of this data are highlighted below.&#x20;

Both the G7 Network and G7 Sepolia have block explorers:&#x20;

<table><thead><tr><th width="209">Network</th><th>Explorer Link</th></tr></thead><tbody><tr><td>G7 Network Explorer</td><td><a href="https://mainnet.game7.io/">https://mainnet.game7.io/</a></td></tr><tr><td>G7 Sepolia Explorer</td><td><a href="https://testnet.game7.io/">https://testnet.game7.io/</a></td></tr></tbody></table>

### Data Examples

#### Account Data

<figure><img src="/files/0sN2XQ926slnR1ZANZYi" alt=""><figcaption><p>Activity related to any EOA (Externally Owned Accounts) on the G7 Network </p></figcaption></figure>

#### Smart Contract Data

<figure><img src="/files/hb7lVvo8DY4cuLhD4lXN" alt=""><figcaption><p>Smart contract details such as the total deployments of smart contracts, and the number of those smart contracts which have been verified.</p></figcaption></figure>

Transactions

<figure><img src="/files/9Fu57Ld1KmuKC0fhS4c9" alt=""><figcaption><p>Transaction fees alongside overall transactions on the G7 Network overtime. </p></figcaption></figure>

Also viewable are gas, token data, and blocks. All blockchain data can be viewed in the **Charts & Stats** tab of the explorer site.

***


---

# 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.game7.io/building-on-the-g7-network/using-g7-network-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.
