Package Logo
solana_explorer
solana-explorer@v0.1.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

8d374647379353a0a89d92b99e1226323421fccc
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.1.0 map_block_full

map
map_block_meta

0830690582c4aabd1580ee31dcc620609f1050ef
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.1.0 map_block_meta

map
map_filter_instructions

7d64a48297bb705f4ce4c983bad9a6e45e3f597d
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.1.0 map_filter_instructions

map
map_filter_transactions

88a773c3a210a874279c03003bbd49c86f96df63
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're going to find that transaction. Check with your preferred block explorer first.

substreams gui solana-explorer@v0.1.0 map_filter_transactions
Protobuf

Protobuf Docs Explorer

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