# Explorers

## Overview

Blockchain explorers serve as essential tools for navigating and analyzing blockchain networks. They allow users to search for transactions, view wallet balances, inspect smart contracts, and access various on-chain data.

## Explorers

### Blockscout

Blockscout is an open-source blockchain explorer tailored for EVM-compatible chains. It offers features like transaction tracking, smart contract interaction, and API support. Blockscout provides a user-friendly interface for developers and users alike.

#### Supported Networks

| Network                       | Link                                                                  |
| ----------------------------- | --------------------------------------------------------------------- |
| Gravity Alpha Mainnet         | [explorer.gravity.xyz](https://explorer.gravity.xyz/)                 |
| Gravity Alpha Sepolia Testnet | [explorer-sepolia.gravity.xyz](https://explorer-sepolia.gravity.xyz/) |

***

### OKLink

OKLink is a comprehensive multi-chain explorer and Web3 analytics platform. It supports over 60 blockchains, offering real-time data, contract verification, and extensive API services. OKLink is designed for both casual users and developers seeking in-depth blockchain insights.

#### Supported Networks

| Network               | Link                                   |
| --------------------- | -------------------------------------- |
| Gravity Alpha Mainnet | <https://www.oklink.com/gravity-alpha> |

***

### NFTScan

NFTScan is a leading multi-chain NFT data infrastructure platform that supports over 25 blockchain networks, including Gravity. It offers comprehensive NFT data indexing, real-time analytics, and developer-friendly APIs. Users can explore NFT collections, track transactions, and access detailed asset information.

#### Supported Networks

| Network               | Link                                                |
| --------------------- | --------------------------------------------------- |
| Gravity Alpha Mainnet | [gravity.nftscan.com](https://gravity.nftscan.com/) |


---

# 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.gravity.xyz/ecosystem-infrastructures/explorers.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.
