# Use a Block Explorer

A block explorer is an application used by every blockchain to allow users to view transactions being carried out on that blockchain. It can give an overview of other on-chain activities. It is comparable to a digital passbook.

Block explorers are also used to verify smart-contracts after they are deployed.

One blockchain may have more than one block explorer.

## Chiliz Chain Mainnet block explorers

Chiliz Chain has two block explorers for its Chiliz Mainnet, which you can use to see recent transactions.

You can also use them to view your own transactions and statuses, display your collected NFTs, look up other addresses, view transaction history, and verify your smart-contracts.

### **Chiliscan By Routescan**

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

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

### **Chiliz Chain Explorer by Blockscout**

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

<figure><img src="/files/6GlzhWWW4XBbVKCTRZ4z" alt=""><figcaption></figcaption></figure>

## Spicy Testnet block explorers

Chiliz Chain has two block explorers for its Spicy Testnet, which you can use to see recent transactions.

You can also use them to view your own transactions and statuses, display your collected NFTs from the Testnet, look up other addresses, view transaction history, and verify your smart-contracts.

### **Chiliscan By Routescan**

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

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

### **Chiliz Chain Explorer by Blockscout**

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

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


---

# 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.chiliz.com/develop/basics/use-a-block-explorer.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.
