> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/vi/phat-trien/co-ban/block-explorers.md).

# Block Explorers

Block explorer là một ứng dụng được mọi blockchain sử dụng để cho phép người dùng xem các giao dịch đang được thực hiện trên blockchain đó. Nó có thể cung cấp cái nhìn tổng quan về các hoạt động khác trên chuỗi. Nó có thể được so sánh với một sổ tài khoản kỹ thuật số.

Block explorer cũng được sử dụng để verify các smart contract sau khi chúng được deploy.

Một blockchain có thể có nhiều hơn một block explorer.

## Block explorer của Chiliz Chain Mainnet

Chiliz Chain có hai block explorer cho Chiliz Mainnet, bạn có thể sử dụng để xem các giao dịch gần đây.

Bạn cũng có thể sử dụng chúng để xem các giao dịch và trạng thái của riêng mình, hiển thị các NFT đã thu thập, tra cứu các địa chỉ khác, xem lịch sử giao dịch và verify các smart contract của bạn.

### **Chiliscan bởi Routescan**

{% embed url="<https://chiliscan.com>" %}

### **Chiliz Chain Explorer bởi Blockscout**

{% embed url="<https://scan.chiliz.com/>" %}

## Block explorer của Spicy Testnet

Chiliz Chain có hai block explorer cho Spicy Testnet, bạn có thể sử dụng để xem các giao dịch gần đây.

Bạn cũng có thể sử dụng chúng để xem các giao dịch và trạng thái của riêng mình, hiển thị các NFT đã thu thập từ Testnet, tra cứu các địa chỉ khác, xem lịch sử giao dịch và verify các smart contract của bạn.

### **Chiliscan bởi Routescan**

{% embed url="<https://testnet.chiliscan.com>" %}

<figure><img src="/files/RY6xPMS1IbjGAUeZwdq2" alt=""><figcaption></figcaption></figure>

### **Chiliz Chain Explorer bởi Blockscout**

{% embed url="<https://spicy-explorer.chiliz.com>" %}

<figure><img src="/files/2fmoKDf3Db2YN3IW7KBX" alt=""><figcaption></figcaption></figure>


---

# 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://docs.chiliz.com/vi/phat-trien/co-ban/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.
