Package Logo
solana_explorer
solana-explorer@v0.2.0
README

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

)
Documentation
Modules
Maps icon
Maps

map
map_block_full

f8d6fd2dd51631bc81f8bebba34f17305556d890
map map_block_full (
blocksf.solana.type.v1.Block
)  -> sf.solana.type.v1.Block

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

substreams gui solana-explorer@v0.2.0 map_block_full

map
map_block_without_votes

589175ddad2653397b6bc382195d26082e4bfa35
map map_block_without_votes (
)  -> sf.solana.type.v1.Block
substreams gui solana-explorer@v0.2.0 map_block_without_votes

map
map_block_meta

cd4112d2722c7ae307a95a722a812add57279380
map map_block_meta (
)  -> sol.block.v1.BlockMeta

map_block_meta allows you to view a basic information about a block

substreams gui solana-explorer@v0.2.0 map_block_meta

map
map_filter_instructions

272823cedd4409ee91a155e97cf5c302ce239fd4
map map_filter_instructions (
paramsstring
)  -> sol.transactions.v1.Instructions
Default param : program_id=Stake11111111111111111111111111111111111111

map_filter_instructions allows you to get instructions executed by a certain program_id, and returns the raw Instruction data model.

substreams gui solana-explorer@v0.2.0 map_filter_instructions

map
map_filter_transactions

b122b8cc651815bb7cf22ed5e95d4cf6210ed390
map map_filter_transactions (
paramsstring
)  -> sol.transactions.v1.Transactions
Default param : signature=21ED2HBGuLUwgbaBb77cGwFR8MkVQfjR9KszzCb7jZkeSysJkHAVew6RaaBh3r1zTefpdq9Kf5geFp19P3nUXB3t

map_filter_transaction allows you to find a transaction by hash. You 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 solana-explorer@v0.2.0 map_filter_transactions
Protobuf

Protobuf Docs Explorer

sol.block.v1
sol.transactions.v1
sf.solana.type.v1