> For the complete documentation index, see [llms.txt](https://docs.gravity.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gravity.xyz/ecosystem-infrastructures/explorers.md).

# 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 Mainnet (L1)                      | [mainnet-explorer.gravity.xyz](https://mainnet-explorer.gravity.xyz/) |
| Gravity Longevity Testnet (L1)            | [explorer-testnet.gravity.xyz](https://explorer-testnet.gravity.xyz/) |
| Gravity Alpha Mainnet (legacy L2)         | [explorer.gravity.xyz](https://explorer.gravity.xyz/)                 |
| Gravity Alpha Sepolia Testnet (legacy L2) | [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 (legacy L2) | <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 (legacy L2) | [gravity.nftscan.com](https://gravity.nftscan.com/) |


---

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