> 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/pl/tworzenie/podstawy/uzywanie-block-explorera.md).

# Używanie Block Explorera

Block explorer to aplikacja używana przez każdy blockchain, która pozwala użytkownikom przeglądać transakcje przeprowadzane w tej sieci. Może zapewnić przegląd innych aktywności on-chain. Można go porównać do cyfrowej książeczki oszczędnościowej.

Block explorery są też używane do weryfikacji smart kontraktów po ich wdrożeniu.

Jeden blockchain może mieć więcej niż jeden block explorer.

## Block explorery Chiliz Chain Mainnet

Chiliz Chain posiada dwa block explorery dla swojego Chiliz Mainnet, których możesz używać do przeglądania ostatnich transakcji.

Możesz też używać ich do przeglądania własnych transakcji i ich statusów, wyświetlania zebranych NFT, wyszukiwania innych adresów, przeglądania historii transakcji i weryfikowania smart kontraktów.

### **Chiliscan by Routescan**

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

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

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

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

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

## Block explorery Spicy Testnet

Chiliz Chain posiada dwa block explorery dla swojego Spicy Testnet, których możesz używać do przeglądania ostatnich transakcji.

Możesz też używać ich do przeglądania własnych transakcji i ich statusów, wyświetlania zebranych NFT z Testnetu, wyszukiwania innych adresów, przeglądania historii transakcji i weryfikowania smart kontraktów.

### **Chiliscan by Routescan**

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

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

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

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

<figure><img src="/files/nPXrHoQXPc1xdmW0AK9b" 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/pl/tworzenie/podstawy/uzywanie-block-explorera.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.
