Author

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

staff
Activity: 3374
Merit: 6530
Just writing some code
June 15, 2020, 12:48:25 AM
#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: 1540
Merit: 487
Stop the war!
June 15, 2020, 12:16:43 AM
#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: