> For the complete documentation index, see [llms.txt](https://xai-foundation.gitbook.io/xai-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xai-foundation.gitbook.io/xai-network/kn/build-on-xai/developer-tools/block-explorers.md).

# Block Explorers

Block explorers are essential tools for developers and users to interact with and monitor blockchain data. Xai currently supports three robust block explorers: Etherscan, Blockscout and Dora. These explorers provide comprehensive insights into blockchain transactions, smart contracts, and overall network health, ensuring transparency and ease of use for developers building on Xai.

## Xaiscan

**Overview:** Xaiscan is a state-of-the-art block explorer leveraging the Explorer-As-A-Service offering from Etherscan to offer a complete, fully-hosted and fully-managed block explorer solution.

**Key Features:**

* **Block Explorer:** A search engine providing users with simple, easy access to a wealth of blockchain data.
* **API Service:** Block explorer data shared externally, powering dApps and websites in your ecosystem.
* **Analytics:** Tools, charts and dashboards for unearthing insights on your blockchain.
* **Token Info, Labels & Name Tags:** Off-chain metadata providing human context to blockchain hashes.
* **Read & Write Contract Interface:** An independent interface for interacting with smart contracts.
* **Verify Contracts:** Ensure deployed contract code matches those published by projects.

**Getting Started with Xaiscan:**

* **Access xaiscan:** Visit [xaiscan](https://xaiscan.io/) for Xai
* **Search Transactions:** Use the search bar to enter transaction hashes, addresses, or block numbers to retrieve detailed transaction information.
* **Explore Accounts:** Navigate to the accounts section to view balance and transaction history for specific addresses.
* **Interact with Contracts:** Use the contracts tab to view and interact with deployed smart contracts, including reading and writing to contract functions.

## Blockscout

**Overview:** Blockscout is an open-source blockchain explorer that provides detailed information about the Xai blockchain. It allows users to search for and verify transactions, view account balances, explore smart contracts, and more.

**Key Features:**

* **Transaction Search:** Easily search for transactions using transaction hashes, addresses, or block numbers.
* **Account Information:** View detailed information about account balances, transaction history, and token holdings.
* **Smart Contract Interaction:** Explore and interact with deployed smart contracts, including viewing source code and verifying contract details.
* **Network Statistics:** Access real-time data on block production, network health, and more.

**Getting Started with Blockscout:**

* **Access Blockscout:** Visit [Blockscout for Xai](https://explorer.xai-chain.net/)
* **Search Transactions:** Use the search bar to enter transaction hashes, addresses, or block numbers to retrieve detailed transaction information.
* **Explore Accounts:** Navigate to the accounts section to view balance and transaction history for specific addresses.
* **Interact with Contracts:** Use the contracts tab to view and interact with deployed smart contracts, including reading and writing to contract functions.

## Dora

**Overview:** Dora is another powerful block explorer that offers a user-friendly interface and comprehensive blockchain data for the Xai network. It provides insights into transactions, smart contracts, and network interactions, making it a valuable tool for developers and users alike.

**Key Features:**

* **User-Friendly Interface:** Navigate the explorer with ease, thanks to its intuitive design.
* **Detailed Transaction Data:** Access complete transaction details, including gas fees, block confirmations, and status.
* **Smart Contract Analytics:** Explore detailed analytics for smart contracts, including function calls and event logs.
* **Network Interactions:** Monitor network interactions and overall blockchain activity with real-time updates.

**Getting Started with Dora:**

* **Access Dora:** Visit [Dora for Xai](https://www.ondora.xyz/network/xai/interactions)
* **Search Transactions:** Use the search functionality to find transactions by hashes, addresses, or block numbers.
* **Analyze Contracts:** Explore the smart contracts section to view detailed analytics and interact with contract functions.
* **Monitor Network:** Use the network tab to monitor real-time blockchain activity and network health statistics.

#### Choosing the Right Explorer

Xaiscan, Blockscout and Dora offer robust tools and features for exploring the Xai blockchain. Depending on your needs, you may find one explorer more suitable than the other. Xaiscan replicates the Etherscan experience many users are familiar with, Blockscout is ideal for detailed technical analysis and direct interaction with smart contracts, while Dora offers a user-friendly interface with comprehensive transaction and contract analytics.

## Explorer Links

* **Xaiscan**: [Explorer-as-a-Service for Xai](https://xaiscan.io/)
* **Blockscout:** [Blockscout for Xai](https://explorer.xai-chain.net/)
* **Dora:** [Dora for Xai](https://www.ondora.xyz/network/xai/interactions)


---

# 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://xai-foundation.gitbook.io/xai-network/kn/build-on-xai/developer-tools/block-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.
