Post
Topic
Board Bitcoin Discussion
Merits 2 from 2 users
Re: Mempool Observer Topic
by
NotATether
on 10/02/2024, 09:59:40 UTC
⭐ Merited by vapourminer (1) ,JayJuanGee (1)
Wow! Thank you. How do you create a hex transaction from TX id?

You can't. Transaction HASH cannot be reversed by design. However, bitcoin nodes store the txid along with the raw transaction itself, which you can query from the RPC console by using getrawtransaction <txid> on a node running with -txindex.