blkdat-stream
Block parser
A module for parsing Bitcoin blockchain data from blk*.dat files in real-time
A blk*.dat streaming module, useful for parsing the Bitcoin blockchain
14 stars
11 watching
6 forks
Language: JavaScript
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mcdee/blockparser | Fast and efficient Bitcoin blockchain data extractor | 61 |
bitcoinjs/bech32 | A Bech32 encoding/decoding library for Bitcoin transactions | 107 |
bitcoinjs/bitcoinjs-message | A library providing functions to generate digital signatures for Bitcoin messages. | 130 |
bitcoinjs/minimaldata | Validates whether a script uses only minimal data pushes in Bitcoin transactions. | 2 |
chromaway/blockchainjs | A JavaScript library for interacting with the Bitcoin blockchain. | 6 |
bitpay/bitcoind.js | Provides a Node.js interface to the Bitcoin blockchain | 44 |
blockstream/esplora | A web-based interface to explore Bitcoin and Liquid blockchain data | 1,009 |
stevenroose/hal | A command-line tool providing utilities and functionalities for interacting with Bitcoin and related blockchain systems. | 163 |
cryptocoinjs/bs58 | A JavaScript library used to encode and decode base 58 strings commonly used in cryptocurrency transactions. | 215 |
nambrot/blockchain-in-js | A JavaScript implementation of a blockchain data structure and its basic principles | 1,031 |
chrischo-h/bitcoin-sdk-js | A JavaScript library for creating and managing Bitcoin transactions, including support for advanced smart contract features like multisig, hashlock, and Taproot. | 32 |
bitcoinjs/bip66 | A module for encoding and decoding strict DER signatures in JavaScript. | 14 |
bitcoinjs/bip21 | Utility library for encoding and decoding Bitcoin-related data according to the BIP21 specification | 56 |
mappum/bitcoin-protocol | A JavaScript module that encodes and decodes low-level network protocol data using streams. | 14 |
bitcoinjs/bip69 | A utility for organizing Bitcoin transactions by input and output order | 5 |