Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: EnvrinGroup on February 19, 2023, 12:54:35 PM



Title: UTXO Scanner v0.1 (Rust)
Post by: EnvrinGroup on February 19, 2023, 12:54:35 PM

https://crates.io/crates/utxo-scanner

https://github.com/mdizak/rust-utxo-scanner

Nothing overly special, but just something I needed for something else I'm working on. Works fine, reads through the chainstate LevelDB from Bitcoin Core, and extracts all UTXOs into a RocksDB, CSV file or both.

If you by chance need all the UTXOs in a readable and workable format though, this should do the trick.