Cardano-cli: Have Transaction ID, want to know if verified

Hello,

I am using the cardano-cli. Having a transaction ID, is there any way to know if the transaction is verified on the blockchain?
Example of the information that I would need: block number, block timestamp etc.

Thanks for the help!

Hi!

you can use the official blockchain explorer to search for transactions (or blocks, etc.):
https://explorer.cardano.org/en

Thank you for your answer. I was hoping for a way to do this programmatically.

you need another tool - cardano-db-sync

“Look up any block, transaction, address, stake pool etc on that network, usually by the hash that identifies that item or the index into another table”

Seems like this would work for me. Cheers laplasz!