Package Logo
bitcoin_explorer
bitcoin-explorer@v0.1.0
Total Downloads
133
Published
11 months ago
Network
btc-mainnet btc-mainnet
Publisher
User Avatar streamingfast
Docs
README

This packages holds simple modules to allow you to explore the Bitcoin data model.

)
Documentation
Modules
Maps icon
Maps

map
map_block_meta

4286967d61b45cc09609a0f8a7f8db45b89bdac5
map map_block_meta (
blocksf.bitcoin.type.v1.Block
)  -> btc.block_meta.v1.BlockMeta

map_block_meta allows you to view a basic information about a block

substreams gui bitcoin-explorer@v0.1.0 map_block_meta

map
map_block_full

d9a24f98582ef83f12f1f7181cc52a5fc7dc708f
map map_block_full (
)  -> sf.bitcoin.type.v1.Block

map_block_full allows you to view a complete block, as received by a Substreams module

substreams gui bitcoin-explorer@v0.1.0 map_block_full

map
map_transactions

c7bcc7fe7584cc6d758a763698bdaab883e94987

map_filter_transaction allows you to find a transaction by specifying either to or from value in the parameters. You might need to scope your search to the blocks you know you are going to find that transaction. Check with your preferred block explorer first.

substreams gui bitcoin-explorer@v0.1.0 map_transactions
Protobuf

Protobuf Docs Explorer

btc.block_meta.v1
btc.transaction.v1
sf.bitcoin.type.v1