Post
Topic
Board Development & Technical Discussion
Merits 14 from 3 users
Topic OP
UTXO Scanner v0.1 (Rust)
by
EnvrinGroup
on 19/02/2023, 12:54:35 UTC
⭐ Merited by NotATether (10) ,ABCbits (3) ,Welsh (1)

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.