Stream Jito Network program events with substreams.
substreams gui jito-network-substreams@v0.3.0
If you see no output, please check that you have set a starting block, e.g. substreams gui jito-network-substreams@v0.3.0 -s 31310775
.
map_jito_transactions - Real-time Jito Network transaction tracking with MEV bundle analysis and staking event monitoring. Processes all Jito Foundation program interactions on Solana.
Input: sf.solana.type.v1.Block
Output: jito.v1.JitoResult
substreams gui jito-network-substreams@v0.3.0 map_jito_transactions
J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn
Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb
jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL
The substreams output includes:
{
"transactions": [
{
"signature": "jito_tx_31310775_0",
"program_id": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn",
"instruction_type": "jitosol_token_interaction",
"accounts": ["...", "..."],
"data": "...",
"slot": 31310775,
"timestamp": 1703123456,
"fee": 5000,
"success": true,
"transaction_type": "jitosol_transfer"
}
],
"mev_bundles": [
{
"bundle_id": "bundle_31310775_0",
"transaction_signatures": ["jito_tx_31310775_0"],
"total_fee": 5000,
"priority_fee": 2500,
"bundle_type": "arbitrage",
"slot": 31310775,
"timestamp": 1703123456
}
],
"staking_events": [
{
"event_type": "stake",
"amount": 1000000,
"user_account": "...",
"stake_pool": "Jito4APyf642JPZPx3hGc6WWJ8zPKtRbRs4P815Awbb",
"slot": 31310775,
"timestamp": 1703123456
}
],
"block_slot": 31310775,
"block_hash": "...",
"timestamp": 1703123456,
"total_jito_transactions": 1,
"total_mev_fees": 5000,
"network_info": "Solana Mainnet - Jito Network"
}
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install Substreams CLI
cargo install substreams
# Build the project
substreams build
MIT License
Real-time Jito Network transaction tracking with MEV bundle analysis and staking event monitoring. Processes all Jito Foundation program interactions on Solana.
substreams gui jito-network-substreams@v0.3.1 map_jito_transactions
message
FileDescriptorSet
message
FileDescriptorProto
message
DescriptorProto
message
ExtensionRangeOptions
message
FieldDescriptorProto
message
OneofDescriptorProto
message
EnumDescriptorProto
message
EnumValueDescriptorProto
message
ServiceDescriptorProto
message
MethodDescriptorProto
message
FileOptions
message
MessageOptions
message
FieldOptions
message
OneofOptions
message
EnumOptions
message
EnumValueOptions
message
ServiceOptions
message
MethodOptions
message
UninterpretedOption
message
SourceCodeInfo
message
GeneratedCodeInfo
message
Any
message
Timestamp
message
Modules
message
Binary
message
Module
message
Package
message
NetworkParams
message
PackageMetadata
message
ModuleMetadata
message
Clock
message
BlockRef
message
Request
message
Response
message
BlockUndoSignal
message
BlockScopedData
message
SessionInit
message
InitialSnapshotComplete
message
InitialSnapshotData
message
MapModuleOutput
message
StoreModuleOutput
message
OutputDebugInfo
message
ModulesProgress
message
ProcessedBytes
message
Error
message
Job
message
Stage
message
ModuleStats
message
ExternalCallMetric
message
StoreDelta
message
BlockRange
message
DeployRequest
message
Parameter
message
DeployResponse
message
UpdateRequest
message
UpdateResponse
message
InfoRequest
message
InfoResponse
message
SinkProgress
message
PackageInfo
message
ListRequest
message
ListResponse
message
DeploymentWithStatus
message
RemoveRequest
message
RemoveResponse
message
PauseRequest
message
PauseResponse
message
StopRequest
message
StopResponse
message
ResumeRequest
message
ResumeResponse
enum
DeploymentStatus
message
JitoResult
message
JitoTransaction
message
MevBundle
message
StakingEvent