All Projects → eklitzke → utxodump

eklitzke / utxodump

Licence: GPL-3.0 license
dump bitcoin utxo data

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to utxodump

Ldb
A C++ REPL / CLI for LevelDB
Stars: ✭ 201 (+1082.35%)
Mutual labels:  leveldb
ssdb
SSDB - A fast NoSQL database, an alternative to Redis
Stars: ✭ 8,026 (+47111.76%)
Mutual labels:  leveldb
rippledb
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
Stars: ✭ 33 (+94.12%)
Mutual labels:  leveldb
Cphalcon7
Dao7 - Web framework for PHP7.x,项目接洽 QQ 176013762
Stars: ✭ 237 (+1294.12%)
Mutual labels:  leveldb
JukeboxMC
A Minecraft Bedrock Editon Server Software
Stars: ✭ 56 (+229.41%)
Mutual labels:  leveldb
pgrocks-fdw
Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
Stars: ✭ 101 (+494.12%)
Mutual labels:  leveldb
Papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Stars: ✭ 146 (+758.82%)
Mutual labels:  leveldb
indexd
An external bitcoind index management service module
Stars: ✭ 50 (+194.12%)
Mutual labels:  leveldb
IronLeveldb
A leveldb implementation in C#
Stars: ✭ 25 (+47.06%)
Mutual labels:  leveldb
trampoline
A complete dapp development framework for Nervos Network
Stars: ✭ 27 (+58.82%)
Mutual labels:  utxo
Mongols
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
Stars: ✭ 250 (+1370.59%)
Mutual labels:  leveldb
awesome-bitcoin-cash
Bitcoin Cash projects & resources
Stars: ✭ 28 (+64.71%)
Mutual labels:  utxo
scala-tron
Scala implementation of the Tron whitepaper
Stars: ✭ 14 (-17.65%)
Mutual labels:  utxo
Awesome
An open list of awesome Level modules and resources.
Stars: ✭ 204 (+1100%)
Mutual labels:  leveldb
leveldb-jna
Java JNA (not JNI) adapter for LevelDB
Stars: ✭ 21 (+23.53%)
Mutual labels:  leveldb
Bitcoin tools
Python Bitcoin tools
Stars: ✭ 175 (+929.41%)
Mutual labels:  leveldb
SwiftStore
Key-Value store for Swift backed by LevelDB
Stars: ✭ 119 (+600%)
Mutual labels:  leveldb
electron-react-ts-rxdb-realm-sqlite
Demo of Native Databases with Electron and ReactJS. Realm, SQLite and RxDB ( with LevelDB/IndexedDB/InMemory adapters)
Stars: ✭ 27 (+58.82%)
Mutual labels:  leveldb
universal-progressive-todos
A Todo list with universal JavaScript & Progressive Enhancement
Stars: ✭ 30 (+76.47%)
Mutual labels:  leveldb
LevelDbOneTab
LevelDbOneTab
Stars: ✭ 20 (+17.65%)
Mutual labels:  leveldb

Dump data from the Bitcoin UTXO database. You need to have pyleveldb installed, which can be installed using pip.

Example usage:

$ python utxodump.py | head
txid,vout,height,coinbase,amount
a59f2e72830363c38a438d12236a15d1ca3074ce980873bd7f3a1699f7010000,0,508519,0,325380
0118dd986e59473732239d39cb3b8890bf32677719dd8933b05f6614f4020000,0,449294,0,132000
033e83e3204b0cc28724e147f6fd140529b2537249f9c61c9de9972750030000,0,475387,0,65279
e1c9467a885a156e56a29d9c854e65674d581ad75611b02290454b4862060000,1,189808,0,9466355
9a2098c155b71bb78615c785ab164a53a85343a11a1611401e35486881060000,0,509319,0,6349
818f5b9e3ede69da765d4c24684e813057c9b1f059e098661369b0a2ee060000,0,447612,0,300000
d2f5e439152d076593a145581f8d76ea2e48ed155285b9a245cd42dd06070000,0,493016,0,100000
ea0c69fbd2389556b01771948ffc0507cf303bdc5a1b91b31acf9ecf6a070000,0,493136,0,11000
ea0c69fbd2389556b01771948ffc0507cf303bdc5a1b91b31acf9ecf6a070000,1,493136,0,27668
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].