# PIScan

### What is [PIscan](https://piscan.pchain.org)

That’s block explorer which allows you to search, view and analyze Pchain data like blocks, transactions, validators, etc.

### How to ensure if the transaction succeeds or not?

Option 1: Go to [https://piscan.pchain.org](https://piscan.pchain.org/) “explorer” page, search with the transaction hash. If it returns transaction details, it succeeded. Sometimes it may delay due to the mainnet speed. Then please retry later.&#x20;

Option 2: Go to console, enter `pi.getTransactionReceipt(“hash”)` , if status=”0x1”, it means success.


---

# 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://pliangroup.gitbook.io/plian/master/faq/piscan.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.
