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