Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Solana Tables

Tables containing Solana blockchain data including DEX swaps, token trades, and transaction information.

Last updated: 2026-08-15 23:07 UTC

Tables (21)

TableRowsSize
jito_tips138,232,83910.42 GB
max_caps9,353,726438.8 MB
meteora_dynamic_bonding_swaps151,390,72541.64 GB
meteora_swaps75,521,34113.49 GB
pfamm_migrations105,41124.2 MB
pumpfun_all_swaps2,445,437,524321.80 GB
pumpfun_amm_admin_set_coin_creator750141.2 KB
pumpfun_creator_fee_distributions1,858,052301.1 MB
pumpfun_token_creation16,133,4124.09 GB
pumpfun_v2_swaps1,336,702,321183.61 GB
pumpswap_all_swaps5,063,044,4661653.73 GB
raydium_all_swaps14,972,0702.10 GB
raydium_cpmm_swaps16,040,6493.76 GB
raydium_launchpad_cpmm_migrations3,6784.0 MB
raydium_launchpad_migrations98491.6 KB
raydium_launchpad_swaps23,025,4633.87 GB
raydium_launchpad_token_creation65,56819.9 MB
sol_top_ups168,835,72427.55 GB
solana_blocks184,508,6709.45 GB
token_transfers141,849,23321.87 GB
tx_timestamps2,881,988,252256.10 GB

jito_tips

StatisticValue
Rows138,232,839
Size10.42 GB
First Record2026-08-01
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalDay(14)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
signatureStringTransaction signature (base58 encoded)
signerStringWallet address that signed the transaction
senderStringWallet that sent the tip
tip_accountStringJito tip account that received the tip
amountUInt64Tip amount in lamports
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,492
signature2bpta7tMnmdQKd1uDU7r5PuDyvhUja1NKguxBkM8FZhK6uE...
signereLLnsiBsWvERB34kgiJ4wPhdRzqM17gMG4cHouMqaHz
sendereLLnsiBsWvERB34kgiJ4wPhdRzqM17gMG4cHouMqaHz
tip_accountDttWaMuVvTiduZRnguLF7jNxTgiMBZ1hyAumKUiL2KRL
Example Query:
ClickHouse (solana)

max_caps

StatisticValue
Rows9,353,726
Size438.8 MB
Columns:
ColumnTypeDescription
token_mintStringToken mint address
max_mcap_solSimpleAggregateFunction(max, Float32)Maximum market cap reached (in SOL)
max_mcap_usdcSimpleAggregateFunction(max, Float32)Maximum market cap reached (in USDC)
max_slotSimpleAggregateFunction(max, UInt32)Slot when maximum market cap was reached
Latest Record Sample:
ColumnValue
token_mint112BvbiE2nbCcsPCHutzCBJmtSdhY4EXYGKJQyPpump
max_mcap_sol134.592
max_mcap_usdc30780.7
max_slot0
Example Query:
ClickHouse (solana)

meteora_dynamic_bonding_swaps

StatisticValue
Rows151,390,725
Size41.64 GB
First Record2025-08-18
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
swap_idxUInt16Swap index within the transaction
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
pool_idStringPool account address
signerStringWallet address that signed the transaction
directionLowCardinality(String)Trade direction (buy/sell)
base_coinStringBase token mint address
quote_coinStringQuote token mint address (usually SOL or USDC)
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
base_coin_slippageInt64Slippage on base token (negative = less than expected)
quote_coin_slippageInt64Slippage on quote token (negative = less than expected)
parent_programStringParent program that invoked this instruction (for CPI calls)
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
orig_base_coin_amountUInt64Original base amount before slippage
orig_quote_coin_amountUInt64Original quote amount before slippage
configStringPool configuration account
trade_directionUInt64Numeric trade direction indicator
has_referralUInt8Whether trade included a referral (1=yes, 0=no)
swap_amount0StringFirst swap amount in the route
swap_amount1StringSecond swap amount in the route
swap_modeUInt64Swap mode (exact in/out)
input_amountStringInput amount for the swap
output_amountStringOutput amount from the swap
base_mintStringBase token mint address
quote_mintStringQuote token mint address
referralStringReferral account address (if any)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,431
swap_idx7
signature5PW4WGow35mQE3sv9y7KDLGdvBe9rKraPLnvWMMrxeJSCaX...
fee_payer5y17d9WiwrRaA3DgHVFrVNyDNzym8wJb7gymhvsMMq9c
provided_gas_fee10,100
Example Query:
ClickHouse (solana)

meteora_swaps

StatisticValue
Rows75,521,341
Size13.49 GB
First Record2026-05-17
Last Record2026-08-15
Partition Keyblock_date
TTLblock_date + toIntervalDay(90)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_dateDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
signing_walletStringWallet address that signed the transaction
base_coinStringBase token mint address
quote_coinStringQuote token mint address (usually SOL or USDC)
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
start_bin_idInt32Starting bin ID in the DLMM pool
end_bin_idInt32Ending bin ID after the swap
feeUInt64Transaction fee paid (lamports)
protocol_feeUInt64Protocol fee amount
fee_bps_lowUInt64Lower bound of fee in basis points
fee_bps_highUInt64Upper bound of fee in basis points
host_feeUInt64Host/frontend fee amount
signatureStringTransaction signature (base58 encoded)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
fee_paidUInt64Total fee paid
consumed_gasUInt64Compute units actually consumed
lb_pairStringLiquidity bin pair (pool) address
from_walletStringSource wallet for the swap
swap_for_yUInt8Whether swapping for Y token (1=yes, 0=no)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-05-17)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date2026-08-15
slot439,525,834
tx_idx1,492
signing_walleteLLnsiBsWvERB34kgiJ4wPhdRzqM17gMG4cHouMqaHz
base_coin7vfCXTUXx5WJV5JADk17DUJ4ksgau7utNKj4b963voxs
quote_coinSo11111111111111111111111111111111111111112
base_coin_amount289,697
Example Query:
ClickHouse (solana)

pfamm_migrations

StatisticValue
Rows105,411
Size24.2 MB
First Record2025-08-15
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
userStringUser wallet address
mintStringToken mint address
mint_amountUInt64Token amount migrated
sol_amountUInt64SOL amount in the migration
pool_migration_feeUInt64Fee paid for pool migration
bonding_curveStringBonding curve account address
timestampUInt32Unix timestamp of migration
poolStringPool account address
signatureStringTransaction signature (base58 encoded) (populated since 2025-11-10)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-01-22)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:06:25
block_date_utc2026-08-15
slot439,525,737
tx_idx1,002
user9C4nRvhhVquCKATjDCx5FKvNS9PNgNqgyWy9AcoDjYv5
mintBHgec9vNuawtuwQPdPpfzM3Hh5V6zxCQCZpvjHrNpump
mint_amount206,900,000,000,000
sol_amount84,990,360,684
Example Query:
ClickHouse (solana)

pumpfun_all_swaps

StatisticValue
Rows2,445,437,524
Size321.80 GB
First Record2024-06-11
Last Record2026-08-15
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
signing_walletFixedString(48)Wallet address that signed the transaction
directionStringTrade direction (buy/sell)
base_coinFixedString(48)Base token mint address
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
virtual_token_balance_afterUInt64Virtual token reserves after trade (bonding curve state)
virtual_sol_balance_afterUInt64Virtual SOL reserves after trade (bonding curve state)
signatureFixedString(128)Transaction signature (base58 encoded)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
is_exact_quoteUInt8Whether quote amount was exact (1=yes, 0=no) (populated since 2025-12-03)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2024-11-02)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
slot439,525,834
tx_idx1,444
signing_walletb'7iyy4LUYnbMGyTrzQgngtmdtbd2mFZKWtrF4DYEVKpSa\x00
directionsell
base_coinb'ALfPZafETgry4XEt5aVYfawRecVameyYwvjRQukZpump\x00
base_coin_amount104,664,495,307,313
quote_coin_amount14,489,324
Example Query:
ClickHouse (solana)

pumpfun_amm_admin_set_coin_creator

StatisticValue
Rows750
Size141.2 KB
First Record2026-03-15
Last Record2026-08-15
Partition KeytoYYYYMM(block_time)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
swap_idxInt32Swap index within the transaction
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
poolStringPool account being modified
parent_programStringParent program that invoked this instruction (for CPI calls)
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 06:41:55
block_date_utc2026-08-15
slot439,444,359
tx_idx761
swap_idx17
signature5StYNBLH6pPyBXCZQMrhWbfK1oMazQjuJM3vBVoZqBJeVEU...
fee_payer2PCy7goCtwLB7sRXMfeqCzTv3HJhd1fr2XNK8Rbdu4pf
provided_gas_fee528,002
Example Query:
ClickHouse (solana)

pumpfun_creator_fee_distributions

StatisticValue
Rows1,858,052
Size301.1 MB
First Record2026-02-15
Last Record2026-08-15
Partition KeytoYYYYMMDD(block_time)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
ix_idxUInt32Instruction index within the transaction
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
mintStringToken mint address
receiverStringCreator wallet receiving the fee distribution
amountUInt64Fee amount distributed (lamports)
fee_distribution_methodStringMethod used for fee distribution (populated since 2026-02-15)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-05-29)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:06:44
block_date_utc2026-08-15
slot439,525,782
tx_idx1,548
ix_idx0
signature3MdH19Pzm99AveLrb12Pdwb8UPgM6XsN9AR25tzCuyz6EFA...
fee_payerDde9n8s2NPiL9Wd99NftqDtbwRrsPkyxxKDAJeRhCXoJ
provided_gas_fee0
Example Query:
ClickHouse (solana)

pumpfun_token_creation

StatisticValue
Rows16,133,412
Size4.09 GB
First Record2024-01-17
Last Record2026-08-15
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
creatorFixedString(48)Wallet that created the token
nameFixedString(20)Token name
symbolFixedString(16)Token ticker symbol
urlFixedString(256)Metadata URI (usually IPFS)
mintFixedString(48)Token mint address
bundle_sizeUInt8Number of transactions in the bundle
gas_usedUInt64Total gas used for token creation
amount_of_instructionsInt32Number of instructions in the transaction
amount_of_lookup_readsInt32Number of address lookup table reads
amount_of_lookup_writesInt32Number of address lookup table writes
bundle_structureStringStructure of bundled transactions
bundled_buysUInt64Total SOL amount in bundled buys
bundled_buys_countUInt64Number of bundled buy transactions
dev_balanceUInt64Developer's token balance after creation
creation_ix_indexInt32Index of creation instruction
curve_addressFixedString(48)Bonding curve account address
pf_program_indexUInt8Pump.fun program index in transaction
direct_pf_invocationUInt8Whether pump.fun was called directly (1=yes, 0=no)
versionDateTime64(3)Record version timestamp (populated since 2024-01-17)
mayhem_modeUInt8Whether mayhem mode was enabled (populated since 2025-11-12)
token_programStringToken program used (SPL Token or Token-2022) (populated since 2024-01-17)
signatureStringTransaction signature (base58 encoded) (populated since 2024-01-17)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-01-22)
is_cashback_enabledUInt8Whether cashback was enabled for creation (populated since 2026-02-18)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:05
slot439,525,833
tx_idx575
creatorb'Hv6zhscegkD2kL66jgMZy8dmVFUCfDkzswoHA7UkxZPB\x00
nameb'100k or RUG?\x00\x00\x00\x00\x00\x00\x00\x00'
symbolb'IOOK/RUG\x00\x00\x00\x00\x00\x00\x00\x00'
urlb'https://ipfs.io/ipfs/QmfGUeeFgkwJRam5PqSNMTWHvMg
mintb'8Fp71jXaCNWTyWJuSdJKGRNrGNXBh3mfPRvZau36pump\x00
Example Query:
ClickHouse (solana)

pumpfun_v2_swaps

StatisticValue
Rows1,336,702,321
Size183.61 GB
First Record2024-11-02
Last Record2026-08-15
Partition Key(block_date_utc, failed)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
ix_idxInt16Instruction index within the transaction (populated since 2024-11-02)
signing_walletStringWallet address that signed the transaction
fee_payerStringWallet that paid the transaction fee (populated since 2024-11-02)
directionLowCardinality(String)Trade direction (buy/sell)
base_coinStringBase token mint address
quote_coinLowCardinality(String)Quote token mint address (usually SOL or USDC)
instruction_typeLowCardinality(String)Pump.fun instruction variant: buy, sell, buy_v2, sell_v2, buy_exact_sol_in, or buy_exact_quote_in_v2
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
virtual_token_balance_afterUInt64Virtual token reserves after trade (bonding curve state)
virtual_sol_balance_afterUInt64Virtual SOL reserves after trade (bonding curve state)
signatureStringTransaction signature (base58 encoded)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
lookup_tablesStringPipe-delimited account addresses loaded through address lookup tables (writable first, then read-only) (populated since 2024-11-02)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2024-11-02)
failedUInt8Whether the transaction failed (1=yes, 0=no) (populated since 2024-11-02)
pf_program_account_indexInt16Default: -1 (populated since 2024-11-02)
cu_price_ix_indexInt16Instruction index of the compute-unit price instruction (populated since 2024-11-02)
cu_limit_ix_indexInt16Instruction index of the compute-unit limit instruction (populated since 2024-11-02)
tip_indexInt16Default: -1 (populated since 2024-11-02)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,531
ix_idx4
signing_walletH8UKNvUeaqpVT7DZ8TXJVreSQEXDjTA7fEv8hjD3FzHm
fee_payerH8UKNvUeaqpVT7DZ8TXJVreSQEXDjTA7fEv8hjD3FzHm
directionbuy
Example Query:
ClickHouse (solana)

pumpswap_all_swaps

StatisticValue
Rows5,063,044,466
Size1653.73 GB
First Record2025-08-15
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
signing_walletStringWallet address that signed the transaction
fee_payerStringWallet that paid the transaction fee
directionLowCardinality(String)Trade direction (buy/sell)
base_tokenStringBase token mint address
quote_tokenStringQuote token mint address
base_token_amountUInt64Base token amount (raw units)
quote_token_amountUInt64Quote token amount (raw units)
quote_token_amount_limitUInt64Maximum quote token amount limit
quote_token_amount_without_lp_feeUInt64Quote amount before LP fee deduction
user_base_token_accountStringUser's base token account
user_quote_token_accountStringUser's quote token account
user_base_token_reservesUInt64User's base token balance
user_quote_token_reservesUInt64User's quote token balance
pool_base_token_reserves_beforeUInt64Pool base token reserves before swap
pool_quote_token_reserves_beforeUInt64Pool quote token reserves before swap
pool_base_token_reserves_afterUInt64Pool base token reserves after swap
pool_quote_token_reserves_afterUInt64Pool quote token reserves after swap
lp_fee_basis_pointsUInt16LP fee in basis points
lp_feeUInt64LP fee amount
protocol_fee_basis_pointsUInt16Protocol fee in basis points
protocol_feeUInt64Protocol fee amount
signatureStringTransaction signature (base58 encoded)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
poolStringPool account address (populated since 2025-08-15)
is_exact_quoteUInt8Whether quote amount was exact (1=yes, 0=no) (populated since 2025-12-03)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2025-12-13)
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction (populated since 2026-02-18)
coin_creatorStringDefault: '' (populated since 2026-07-23)
coin_creator_fees_basis_pointsUInt64Default: 0 (populated since 2026-07-23)
coin_creator_feesUInt64Default: 0 (populated since 2026-07-23)
cash_back_fees_basis_pointsUInt64Default: 0 (populated since 2026-07-23)
cash_back_feesUInt64Default: 0 (populated since 2026-07-23)
buy_back_fees_basis_pointsUInt64Default: 0 (populated since 2026-07-23)
buy_back_feesUInt64Default: 0 (populated since 2026-07-23)
virtual_quote_reservesInt128Default: 0 (populated since 2026-07-23)
can_boostUInt8Default: 0 (populated since 2026-07-23)
base_supplyUInt64Default: 0 (populated since 2026-07-23)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,509
signing_wallet6fWKt8JLBYHsQoBchD1nXNyy3tLzCgva3Exxq8K5hXgj
fee_payer6fWKt8JLBYHsQoBchD1nXNyy3tLzCgva3Exxq8K5hXgj
directionS
base_tokenSo11111111111111111111111111111111111111112
Example Query:
ClickHouse (solana)

raydium_all_swaps

StatisticValue
Rows14,972,070
Size2.10 GB
First Record2026-05-17
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalDay(90)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
signing_walletFixedString(48)Wallet address that signed the transaction
directionStringTrade direction (buy/sell)
base_coinFixedString(48)Base token mint address
quote_coinFixedString(48)Quote token mint address (usually SOL or USDC)
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
base_pool_balance_beforeUInt64Pool base token balance before swap
quote_pool_balance_beforeUInt64Pool quote token balance before swap
base_pool_balance_afterUInt64Pool base token balance after swap
quote_pool_balance_afterUInt64Pool quote token balance after swap
signatureFixedString(128)Transaction signature (base58 encoded)
serum_market_idFixedString(48)OpenBook/Serum market ID (for hybrid pools)
raydium_market_idFixedString(48)Raydium AMM market ID
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-05-17)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:05
block_date_utc2026-08-15
slot439,525,833
tx_idx1,377
signing_walletb'FtvJqfhDTVqh1jsvu6DYWpkELV4A3nHv1cYZMQw9Z8Le\x00
directionB
base_coinb'So11111111111111111111111111111111111111112\x00\
quote_coinb'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\x00
Example Query:
ClickHouse (solana)

raydium_cpmm_swaps

StatisticValue
Rows16,040,649
Size3.76 GB
First Record2026-05-17
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalDay(90)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
swap_idxUInt16Swap index within the transaction
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
pool_idStringPool account address
signerStringWallet address that signed the transaction
directionLowCardinality(String)Trade direction (buy/sell)
base_coinStringBase token mint address
quote_coinStringQuote token mint address (usually SOL or USDC)
base_coin_amountUInt64Base token amount (raw units, needs decimal adjustment)
quote_coin_amountUInt64Quote token amount (raw units)
base_coin_slippageInt64Slippage on base token
quote_coin_slippageInt64Slippage on quote token
parent_programStringParent program that invoked this instruction (for CPI calls)
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
input_token_pool_size_beforeUInt64Input token pool size before swap
output_token_pool_size_beforeUInt64Output token pool size before swap
tokens_inUInt64Tokens received by pool
tokens_outUInt64Tokens sent from pool
fee_in_token_inUInt64Fee denominated in input token
fee_in_token_outUInt64Fee denominated in output token
swap_typeLowCardinality(String)Type of swap (BaseIn/BaseOut)
instruction_input1UInt64First instruction input parameter
instruction_input2UInt64Second instruction input parameter
input_token_mintStringInput token mint address
output_token_mintStringOutput token mint address
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,007
swap_idx5
signatureD2TYsbAPkhkgj5Q2tEF7DXVnjCgcb6BP4WRn2sp2DChJpDS...
fee_payer2DHfSrnyTtpgTMDMbGiWSeRoyUXrDr6nt1j6LMZY2KTr
provided_gas_fee2
Example Query:
ClickHouse (solana)

raydium_launchpad_cpmm_migrations

StatisticValue
Rows3,678
Size4.0 MB
First Record2025-08-15
Last Record2026-08-14
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
signatureStringTransaction signature (base58 encoded)
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
payerStringWallet that paid for the migration
base_mintStringBase token mint address
quote_mintStringQuote token mint address
platform_configStringPlatform configuration account
cpswap_programStringCPMM swap program address
cpswap_poolStringNew CPMM pool address
cpswap_authorityStringCPMM pool authority
cpswap_lp_mintStringCPMM LP token mint
cpswap_base_vaultStringCPMM base token vault
cpswap_quote_vaultStringCPMM quote token vault
cpswap_configStringCPMM configuration account
cpswap_create_pool_feeStringFee account for pool creation
cpswap_observationStringCPMM observation account (for TWAP)
lock_programStringLP lock program address
lock_authorityStringLP lock authority
lock_lp_vaultStringVault holding locked LP tokens
authorityStringLaunchpad authority account
pool_stateStringLaunchpad pool state account
global_configStringGlobal configuration account
base_vaultStringLaunchpad base token vault
quote_vaultStringLaunchpad quote token vault
pool_lp_tokenStringPool LP token account
Latest Record Sample:

View on Solscan

ColumnValue
signature2kHxUpEbV1ZVjvFaRZZC3UgSQ55VjTiPXxAiZrE2aUCjWsE...
block_time2026-08-14 22:10:10
block_date_utc2026-08-15
slot439,370,475
tx_idx1,468
payerRAYpQbFNq9i3mu6cKpTKKRwwHFDeK5AuZz8xvxUrCgw
base_mint9x9MKbh5pq8fsTAH6fpSi17UuBgGNAVJPwMYTyXLTRiX
quote_mintSo11111111111111111111111111111111111111112
Example Query:
ClickHouse (solana)

raydium_launchpad_migrations

StatisticValue
Rows98
Size491.6 KB
First Record2025-08-15
Last Record2026-08-14
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
signatureStringTransaction signature (base58 encoded)
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
payerStringWallet that paid for the migration
base_coinStringBase token mint address
quote_coinStringQuote token mint address (usually SOL or USDC)
openbook_programStringOpenBook program address
serum_market_idStringOpenBook market ID
request_queueStringOpenBook request queue
event_queueStringOpenBook event queue
bidsStringOpenBook bids account
asksStringOpenBook asks account
market_vault_signerStringOpenBook vault signer
market_base_vaultStringOpenBook base token vault
market_quote_vaultStringOpenBook quote token vault
raydium_programStringRaydium AMM program address
raydium_market_idStringRaydium AMM market ID
amm_authorityStringRaydium AMM authority
amm_open_ordersStringRaydium open orders account
lp_mintStringLP token mint address
base_pool_balance_beforeStringPool base token balance before migration
quote_pool_balance_beforeStringPool quote token balance before migration
amm_target_ordersStringRaydium target orders account
amm_configStringRaydium AMM configuration
amm_create_fee_destStringDestination for AMM creation fee
authorityStringLaunchpad authority account
pool_stateStringLaunchpad pool state account
global_configStringGlobal configuration account
user_token_coinStringUser's base token account
user_token_pcStringUser's quote token account
user_lp_token_accountStringUser's LP token account
token_programStringToken program address
associated_token_programStringAssociated token program address
system_programStringSystem program address
rent_programStringRent sysvar address
Latest Record Sample:

View on Solscan

ColumnValue
signature7FvuQT4sdqJPRWT9hmG8WfKagrtfYPWo8iiwrhYoRbfjfhu...
block_time2026-08-14 13:05:04
block_date_utc2026-08-14
slot439,291,807
tx_idx1,476
payerRAYzrepoBdjSFg7MZj2vy4XBSv2azKRXC72ztUMZMJB
base_coin5cWGJjnLJFLdnp8g7kqqdXf1Q7MLhzVw8HLbrotrench
quote_coinSo11111111111111111111111111111111111111112
Example Query:
ClickHouse (solana)

raydium_launchpad_swaps

StatisticValue
Rows23,025,463
Size3.87 GB
First Record2025-08-15
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalYear(1)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
fee_payerStringWallet that paid the transaction fee
directionLowCardinality(String)Trade direction (buy/sell)
pool_statusUInt8Pool status code
pool_stateStringPool state account address
base_tokenStringBase token mint address
quote_tokenStringQuote token mint address
total_base_sellUInt64Total base tokens available for sale
virtual_baseUInt64Virtual base token reserves
virtual_quoteUInt64Virtual quote token reserves
pool_base_token_reserves_beforeUInt64Pool base token reserves before swap
pool_quote_token_reserves_beforeUInt64Pool quote token reserves before swap
pool_base_token_reserves_afterUInt64Pool base token reserves after swap
pool_quote_token_reserves_afterUInt64Pool quote token reserves after swap
base_token_amountUInt64Base token amount (raw units)
quote_token_amountUInt64Quote token amount (raw units)
protocol_feeUInt64Protocol fee amount
platform_feeUInt64Platform fee amount
share_feeUInt64Share/referral fee amount
signatureStringTransaction signature (base58 encoded)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:04:17
block_date_utc2026-08-15
slot439,525,431
tx_idx516
fee_payer8qWoToS1gd8fqb8qFDBzB1SLMCWu4fYmrncQR8cSshRn
directionS
pool_status0
pool_state4K4sk6hvsziLAnE9ZDiu6MQHGtU7sh8MxHcikamUqpeY
Example Query:
ClickHouse (solana)

raydium_launchpad_token_creation

StatisticValue
Rows65,568
Size19.9 MB
First Record2025-04-16
Last Record2025-10-15
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
creatorFixedString(48)Wallet that created the token
nameFixedString(20)Token name
symbolFixedString(16)Token ticker symbol
urlFixedString(256)Metadata URI (usually IPFS)
mintFixedString(48)Token mint address
bundle_sizeUInt8Number of transactions in the bundle
gas_usedUInt64Total gas used for token creation
amount_of_instructionsInt32Number of instructions in the transaction
amount_of_lookup_readsInt32Number of address lookup table reads
amount_of_lookup_writesInt32Number of address lookup table writes
bundle_structureStringStructure of bundled transactions
bundled_buysUInt64Total SOL amount in bundled buys
bundled_buys_countUInt64Number of bundled buy transactions
dev_balanceUInt64Developer's token balance after creation
creation_ix_indexInt32Index of creation instruction
pool_stateFixedString(48)Pool state account address
base_vaultFixedString(48)Base token vault address
quote_vaultFixedString(48)Quote token vault address
raydium_program_indexUInt8Raydium program index in transaction
direct_raydium_invocationBoolWhether Raydium was called directly
decimalsUInt8Token decimals
cpmm_typeUInt8CPMM pool type
supplyUInt64Total token supply
bonding_curve_sell_amountUInt64Amount available for bonding curve sale
bonding_curve_raise_amountUInt64Target raise amount for bonding curve
migrate_typeUInt8Migration type after bonding curve
versionDateTime64(3)Record version timestamp (populated since 2025-04-16)
Latest Record Sample:
ColumnValue
block_time2025-10-15 17:36:42
slot373,641,138
tx_idx714
creatorb'CrjJT78c3WpSz4kz4x3bawjd8UACGPowMjuz5tKV8NJh\x00
nameb'Important Coin\x00\x00\x00\x00\x00\x00'
symbolb'IMPORTANT\x00\x00\x00\x00\x00\x00\x00'
urlb'https://ipfs.io/ipfs/bafkreif4q7un34ghowsetmgmx6
mintb'6JGaQcHA1ZoJ1C3RVVmnbK3S66Xvh7zRLN7piVjsbonk\x00
Example Query:
ClickHouse (solana)

sol_top_ups

StatisticValue
Rows168,835,724
Size27.55 GB
First Record2026-07-20
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalDay(31)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
failedUInt8Whether the transaction failed (1=yes, 0=no)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
cu_price_ix_indexInt16Instruction index of the compute-unit price instruction
cu_limit_ix_indexInt16Instruction index of the compute-unit limit instruction
num_signaturesUInt8Number of signatures on the transaction
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
transaction_versionInt8Transaction message version (-1=legacy, 0=v0, -2=unknown)
lookup_tablesStringPipe-delimited account addresses loaded through address lookup tables (writable first, then read-only)
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
src_walletStringSource wallet address
dst_walletStringDestination wallet address
amountUInt64Amount of SOL transferred, in lamports
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,464
failed0
provided_gas_fee91,634
provided_gas_limit64,408
fee20,902
Example Query:
ClickHouse (solana)

solana_blocks

StatisticValue
Rows184,508,670
Size9.45 GB
First Record1969-12-31
Last Record2026-08-15
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
slotUInt32Solana slot number (block height)
hashFixedString(48)Block hash
validatorFixedString(48)Validator identity that produced the block
rewardsUInt64Total rewards in the block (lamports) (populated since 2024-11-02)
amount_of_transactionsUInt64Number of transactions in the block (populated since 1969-12-31)
Latest Record Sample:
ColumnValue
block_time2026-08-15 16:07:06
slot439,525,834
hashb'Afr4S9bUssnnEDxGvd6FfdosX8Xsd1kCuZdy8M8F4Aur\x00
validatorb'EvnRmnMrd69kFdbLMxWkTn1icZ7DCceRhvmb2SJXqDo4\x00
rewards24,974,349
amount_of_transactions1,532
Example Query:
ClickHouse (solana)

token_transfers

StatisticValue
Rows141,849,233
Size21.87 GB
First Record2026-07-20
Last Record2026-08-15
Partition Keyblock_date_utc
TTLblock_date_utc + toIntervalDay(31)
Columns:
ColumnTypeDescription
block_timeDateTimeUTC timestamp when the block was produced
block_date_utcDateUTC date of the block (for partitioning)
slotUInt32Solana slot number (block height)
tx_idxUInt16Transaction index within the block
failedUInt8Whether the transaction failed (1=yes, 0=no)
provided_gas_feeUInt64Gas fee provided for the transaction (lamports)
provided_gas_limitUInt64Compute unit limit requested
feeUInt64Transaction fee paid (lamports)
consumed_gasUInt64Compute units actually consumed
cu_price_ix_indexInt16Instruction index of the compute-unit price instruction
cu_limit_ix_indexInt16Instruction index of the compute-unit limit instruction
num_signaturesUInt8Number of signatures on the transaction
top_level_transfers_jsonStringJSON array of top-level SOL/token transfers in the transaction
transaction_versionInt8Transaction message version (-1=legacy, 0=v0, -2=unknown)
lookup_tablesStringPipe-delimited account addresses loaded through address lookup tables (writable first, then read-only)
signatureStringTransaction signature (base58 encoded)
fee_payerStringWallet that paid the transaction fee
mintStringToken mint address
src_walletStringSource wallet address
dst_walletStringDestination wallet address
amountUInt64Token amount transferred in raw base units (apply the mint's decimals for display)
flavourUInt8Transfer encoding: add 16 for Token-2022; base values are 0=Transfer, 1=TransferChecked, 2=TransferCheckedWithFee, and 3=SetAuthority owner change
ix_idxInt16Instruction index within the transaction
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-08-15 16:07:06
block_date_utc2026-08-15
slot439,525,834
tx_idx1,476
failed0
provided_gas_fee4,000
provided_gas_limit0
fee10,600
Example Query:
ClickHouse (solana)

tx_timestamps

StatisticValue
Rows2,881,988,252
Size256.10 GB
Partition KeytoYYYYMMDD(toDateTime(entry_timestamp))
TTLtoDateTime(entry_timestamp) + toIntervalDay(14)
Columns:
ColumnTypeDescription
slotUInt64Solana slot number (block height)
tx_idxUInt32Transaction index within the block
entry_timestampFloat64Entry timestamp (high-precision Unix timestamp)
signatureStringTransaction signature (base58 encoded)
Latest Record Sample:

View on Solscan

ColumnValue
slot438,983,103
tx_idx595
entry_timestamp1.78661e+09
signature37RhVxMiCVypeaGoWzrePWDKs1VBE46hENPkSMdJvgScXJ4...
Example Query:
ClickHouse (solana)