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 “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.
Option 2: Go to console, enter pi.getTransactionReceipt(“hash”) , if status=”0x1”, it means success.