Author

Topic: how to parse UTXO? (Read 603 times)

staff
Activity: 3458
Merit: 6793
Just writing some code
June 14, 2020, 11:48:25 PM
#2
Bitcoin Core 0.20.0 introduced a dumptxoutset command that exports the UTXO set to a file in a serialized format. It is not human readable so it will be a bit difficult to parse the file to get the actual UTXOs.

There is a PR to also have dumptxoutset output the UTXO set in a human readable format, but this has not been merged yet.
copper member
Activity: 1554
Merit: 489
Stop the war!
June 14, 2020, 11:16:43 PM
#1
How can I get all unspent transactions outputs from Bitcoin UTXO? It seems that Bitcoin Core have no RPC API for this task?
Is there an open source tool for parsing UTXO database?
Jump to: