# Block Explorer

### Overview <a href="#overview" id="overview"></a>

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

One blockchain may use more than one block explorer.

### Mainnet block explorers <a href="#mainnet-block-explorers" id="mainnet-block-explorers"></a>

Parex Chain has a for now block explorers for 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 from the Mainnet, look up other addresses, and view transaction history.

### **Parex Chain Explorer by Blockscout** <a href="#chiliz-chain-explorer-by-blockscout" id="chiliz-chain-explorer-by-blockscout"></a>

[Parex Chain Explorer](https://scan.parex.network/)

<figure><img src="https://1378802755-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnL6cmoaNZKRXQ84jDmVz%2Fuploads%2Fvd473RBOjKWUQa0IOgWF%2FEkran%20g%C3%B6r%C3%BCnt%C3%BCs%C3%BC%202024-04-17%20002207.png?alt=media&#x26;token=cc692bec-d6f4-4ca4-a6d7-d44c1056a636" alt=""><figcaption></figcaption></figure>

## Testnet block explorers <a href="#testnet-block-explorers" id="testnet-block-explorers"></a>

Parex Chain has a block explorers for its 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, and view transaction history.

### **Parex Testnet Explorer by Blockscout** <a href="#parex-chain-testnet-explorer-blockscout-1" id="parex-chain-testnet-explorer-blockscout-1"></a>

[Testnet Explorer](https://testnet.parex.network/)

<figure><img src="https://1378802755-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnL6cmoaNZKRXQ84jDmVz%2Fuploads%2FTqg5CDFTL3bTOU4Rqo3I%2Ftestnet.png?alt=media&#x26;token=fee43143-3380-4e98-95b1-d40bd1ca8163" 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.parex.network/for-developers/develop/basics/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.
