# Explorer Overview

URL: <https://explorer.pandoproject.org/>

The [Pando Explorer](https://explorer.pandoproject.org/) is a blockchain explorer which allows users look up, confirm and validate transactions on the Pando blockchain. By entering an address into the search box, you can view the balance, value and all the transactions made through that address.

The explorer also allows a user to check the details of a transaction with the transaction hash. Once you’ve pasted the hash into the search bar, a series of transaction details will appear. These include the type of the transaction, the height of the block that includes the transaction, and the timestamp when the transaction was finalized on-chain.

With smart contract support enabled on the Pando blockchain, the Pando Explorer was redesigned to more easily inspect and monitor smart contracts on Pando Mainnet. Similar to Etherscan.io, the Pando Explorer allows developers to upload and verify the source code of their smart contracts, query the read-only interface of the smart contracts, and record the Pando VM returns and emitted events for ease of debugging.

<figure><img src="/files/L1myXghst5Th37KnwK7M" alt=""><figcaption><p>Explorer</p></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.pandoproject.org/pando-network-docs/wallet-application/explorer-overview.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.
