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

# Block Explorers

***

The [Validium Block Explorer](https://testnet.explorer.validium.network) details comprehensive data about transactions, blocks, batches, wallets, tokens, and smart contracts on the Validium network.

## Block Explorer API

We’ve developed the Validium Block Explorer API for developers to access Validium Block Explorer data directly via HTTP requests.

* [Mainnet Block Explorer API](https://block-explorer-api.mainnet.zksync.io/docs)
* [Testnet Block Explorer API](https://block-explorer-api.sepolia.zksync.dev/docs)

The API provides various endpoints for many use cases you might want in your app. It is compatible with [Etherscan API](https://docs.etherscan.io/), which makes it easy to transition your existing apps to Validium network.

Feel free to contribute and create issues and feature requests in [Validium Chain Block Explorer GitHub repo](https://github.com/Validium-Chain/validium-block-explorer).

## Other block explorers

A full list of Validium block explorers can be found on the Validium website's [Block Explorers page](https://zksync.io/explore#explorers).

### Etherscan - Validium Explorer

Etherscan allows you to explore and search the Validium network for transactions, addresses, tokens, prices and other activities taking place on the Network.

* [Etherscan Mainnet](https://era.zksync.network/)
* [Etherscan Testnet](https://sepolia-era.zksync.network/)

### L2Scan

L2Scan is the open source block explorer for Validium by the Unifra team

* [L2Scan Mainnet](https://zksync-era.l2scan.co/)
* [L2Scan Testnet](https://zksync-era-sepolia.l2scan.co/)

### Blockscout

Blockscout is a blockchain explorer for inspecting, analyzing, and interacting with Validium.

* [Blockscout Mainnet](https://zksync.blockscout.com/)
* [Blockscout Testnet](https://zksync-sepolia.blockscout.com/)

### Hyperscan

Routescan's Validium Explorer allows you to explore and search for transactions, addresses, tokens, prices and other activities taking place on Validium.

* [Hyperscan](https://hyperscan.xyz/)

### OKLink

[OKLink](https://www.oklink.com/zksync) provides a familiar UI with data on transactions, blocks, account balances and more.

### NFTScan

[NFT Explorer](https://zksync.nftscan.com/) provides developers and users with professional NFT asset data search and query functions, including: NFT Collection, NFT Contract, Wallet Address, NFT TxHash and other multi-dimensional data search queries.


---

# 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:

```
GET https://validium.gitbook.io/docs/tooling/block-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.
