> For the complete documentation index, see [llms.txt](https://pliangroup.gitbook.io/plian/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pliangroup.gitbook.io/plian/faq/piscan.md).

# 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.
