> 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/jp/kaihatsu/kihon/block-explorer.md).

# Block Explorer を使う

block explorerは、ユーザーがそのblockchain上で行われているトランザクションを閲覧できるようにするために、あらゆるblockchainで利用されているアプリケーションです。その他のon-chainアクティビティの概要も把握できます。デジタル版の預金通帳のようなものだと考えてください。

block explorerは、deploy後のsmart-contractをverifyするためにも使われます。

1つのblockchainが複数のblock explorerを持つこともあります。

## Chiliz Chain MainnetのBlock Explorer

Chiliz Chainには、Chiliz Mainnet用に2つのblock explorerがあり、最近のトランザクションを確認するために利用できます。

また、自分自身のトランザクションやステータスの確認、収集したNFTの表示、他のアドレスの検索、トランザクション履歴の閲覧、smart-contractのverifyにも利用できます。

### **Chiliscan By Routescan**

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

<figure><img src="/files/4YaV4hGohIgS0NxIOeZs" alt=""><figcaption></figcaption></figure>

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

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

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

## Spicy TestnetのBlock Explorer

Chiliz Chainには、Spicy Testnet用に2つのblock explorerがあり、最近のトランザクションを確認するために利用できます。

また、自分自身のトランザクションやステータスの確認、Testnetで収集したNFTの表示、他のアドレスの検索、トランザクション履歴の閲覧、smart-contractのverifyにも利用できます。

### **Chiliscan By Routescan**

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

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

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

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

<figure><img src="/files/XZSFHDhI3me7QmtWmoib" 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/jp/kaihatsu/kihon/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.
