# Block Explorers

Block explorers provide a user-friendly interface to view detailed information about blocks, transactions, accounts, and other on-chain data. The XION network is supported by multiple community-operated explorers, helping developers, validators, and end-users track on-chain activity.

We maintain a list of recommended block explorers for both **mainnet** and **testnet** in the [Cosmos chain registry](https://github.com/cosmos/chain-registry).

* **Mainnet Explorers**
  * <https://www.mintscan.io/xion>
  * <https://explorer.burnt.com/xion-mainnet-1>
  * <https://staking-explorer.com/explorer/xion>
  * <https://explorer.nodestake.org/xion>
  * <https://xion.explorers.guru>
* **Testnet Explorers**
  * [https://www.mintscan.io/xion-testnet](https://www.mintscan.io/xion-testnet.)
  * <https://explorer.burnt.com/xion-testnet-2>

***

### How to Add or Update Explorers

If you operate a block explorer or notice outdated explorer information, please consider opening a Pull Request (PR) in the [Cosmos chain registry](https://github.com/cosmos/chain-registry). You can update or add explorers by modifying the relevant XION files:

* [Mainnet `xion/chain.json`](https://github.com/cosmos/chain-registry/blob/master/xion/chain.json)
* [Testnet 1 `xiontestnet/chain.json`](https://github.com/cosmos/chain-registry/blob/master/testnets/xiontestnet/chain.json)
* [Testnet 2 `xiontestnet2/chain.json`](https://github.com/cosmos/chain-registry/blob/master/testnets/xiontestnet2/chain.json)

For more details on how to submit a PR or update existing entries, refer to the [Cosmos chain registry guidelines](https://github.com/cosmos/chain-registry#contributing).

If you have any questions or need more help, feel free to reach out in our [Discord channel](https://discord.gg/...) or open an issue on [GitHub](https://github.com/burnt-labs/xion).


---

# 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.burnt.com/xion/developers/references/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.
