> 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/ko/gaebal/gibon/beullok-tamsaeggi.md).

# 블록 탐색기 사용

블록 탐색기는 모든 블록체인에서 사용자가 해당 블록체인에서 진행되는 트랜잭션을 확인할 수 있도록 하는 애플리케이션입니다. 온체인 활동에 대한 전반적인 개요를 제공하며, 디지털 통장과 비슷한 역할을 합니다.

블록 탐색기는 스마트 컨트랙트 배포 후 검증 시에도 활용됩니다.

하나의 블록체인에 두 개 이상의 블록 탐색기가 있을 수 있습니다.

## Chiliz Chain Mainnet 블록 탐색기

Chiliz Chain의 Chiliz Mainnet에는 두 개의 블록 탐색기가 있어 최근 트랜잭션을 확인할 수 있습니다.

자신의 트랜잭션 및 상태 확인, 수집한 NFT 표시, 다른 주소 조회, 트랜잭션 내역 확인, 스마트 컨트랙트 검증에도 활용할 수 있습니다.

### **Chiliscan By Routescan**

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

<figure><img src="/files/1R3yU75j95GefFOOAxIx" alt=""><figcaption></figcaption></figure>

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

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

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

## Spicy Testnet 블록 탐색기

Chiliz Chain의 Spicy Testnet에도 두 개의 블록 탐색기가 있어 최근 트랜잭션을 확인할 수 있습니다.

자신의 트랜잭션 및 상태 확인, Testnet에서 수집한 NFT 표시, 다른 주소 조회, 트랜잭션 내역 확인, 스마트 컨트랙트 검증에도 활용할 수 있습니다.

### **Chiliscan By Routescan**

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

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

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

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

<figure><img src="/files/yhlEZBqN2vcAOWEVs4jm" 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, and the optional `goal` query parameter:

```
GET https://docs.chiliz.com/ko/gaebal/gibon/beullok-tamsaeggi.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.
