Skip to content

How to get transaction status in Cardano? #5255

Answered by mkoura
jasoncsli asked this question in Q&A
Discussion options

You must be logged in to vote

You can check it in Cardano Blockchain Explorer by transaction id, eg. https://explorer.cardano.org/en/transaction?id=470b40527b166716a57b9e931a968b82fb3b45682b5332f2c4321946004daf81

If you are using cardano-cli, you can submit a transaction and check following

  • if you don't see any error reported during submit, the tx was likely submitted successfully
  • you can query if the tx is in mempool using cardano-cli query tx-mempool exists <TxId>
  • you can query that the tx was removed from mempool and included in a block by querying tx inputs using cardano-cli query utxo --tx-in
    • if the tx is no longer in mempool and the tx inputs cannot be queried (were already spent), the transaction was successf…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by coot
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants