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-04-05 12:44 UTC

Tables (18)

TableRowsSize
jito_tips134,478,57010.53 GB
max_caps9,105,622429.1 MB
meteora_dynamic_bonding_swaps113,111,18132.62 GB
meteora_swaps69,880,92412.18 GB
pfamm_migrations78,80914.4 MB
pumpfun_all_swaps2,110,203,289257.13 GB
pumpfun_amm_admin_set_coin_creator9820.2 KB
pumpfun_creator_fee_distributions809,980134.0 MB
pumpfun_token_creation12,124,1162.89 GB
pumpswap_all_swaps5,265,672,9041464.85 GB
raydium_all_swaps6,679,838,452877.81 GB
raydium_cpmm_swaps36,879,2188.20 GB
raydium_launchpad_cpmm_migrations3,8783.6 MB
raydium_launchpad_migrations4011.1 MB
raydium_launchpad_swaps87,054,32514.27 GB
raydium_launchpad_token_creation65,56819.9 MB
solana_blocks155,306,4487.67 GB
tx_timestamps2,158,393,182192.30 GB

jito_tips

StatisticValue
Rows134,478,570
Size10.53 GB
First Record2026-03-22
Last Record2026-04-05
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-04-05 05:43:59
block_date_utc2026-04-05
slot411,193,843
tx_idx1,107
signature5Gc1Tr9D8Gj1U4e5VCA67r5qc9RYjo8uvRCbzhmi73dDTf5...
signerroUteHjDohtkatXTb79PJ99bbxkTipgo3GJ4EJZ1YpB
senderroUteHjDohtkatXTb79PJ99bbxkTipgo3GJ4EJZ1YpB
tip_accountADuUkR4vqLUMWXxW9gh6D6L8pMSawimctcNZ5pGwDcEt
Example Query:
ClickHouse (solana)

max_caps

StatisticValue
Rows9,105,622
Size429.1 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_mint1138V342nCcQoa5f5AG2wFo8nSkXCMTEPNNnsCi2ou5
max_mcap_sol58.9725
max_mcap_usdc9616.72
max_slot0
Example Query:
ClickHouse (solana)

meteora_dynamic_bonding_swaps

StatisticValue
Rows113,111,181
Size32.62 GB
First Record2025-08-18
Last Record2026-04-05
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-04-05 05:43:58
block_date_utc2026-04-05
slot411,193,839
tx_idx803
swap_idx3
signature29CrWGws3vxCN6JDFwx7XnkRVxhsNLacfDgfkEhuv1vTh6f...
fee_payer7rtiKSUDLBm59b1SBmD9oajcP8xE64vAGSMbAN5CXy1q
provided_gas_fee1,000,000
Example Query:
ClickHouse (solana)

meteora_swaps

StatisticValue
Rows69,880,924
Size12.18 GB
First Record2024-11-23
Last Record2026-04-05
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 2024-11-23)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:43:59
block_date2026-04-05
slot411,193,843
tx_idx616
signing_walletCtmGbBkqaRED1LtcoYfu24Xxj6fCpsSFDQaUCJCrYuKP
base_coinSo11111111111111111111111111111111111111112
quote_coinJ1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn
base_coin_amount180,219
Example Query:
ClickHouse (solana)

pfamm_migrations

StatisticValue
Rows78,809
Size14.4 MB
First Record2025-04-05
Last Record2026-04-05
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 2026-01-21)
parent_programStringParent program that invoked this instruction (for CPI calls) (populated since 2026-01-22)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:35:51
block_date_utc2026-04-05
slot411,192,601
tx_idx635
userBnnNJJgy9w2MLQ9XBKJKG9FQa2r9qdW7u5VpzEkwUcc3
mintGAN1b2ztJzvmR5YJnrTzQ1g4X1Z5Qk27frvaQg7Ypump
mint_amount206,900,000,000,000
sol_amount84,990,359,263
Example Query:
ClickHouse (solana)

pumpfun_all_swaps

StatisticValue
Rows2,110,203,289
Size257.13 GB
First Record2024-06-11
Last Record2026-04-05
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-23)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:43:59
slot411,193,843
tx_idx1,111
signing_walletb'BS5MAbSPpN7eCiV6KcCnsvt8jS3eKzvHwx25FTFDsLgc\x00
directionsell
base_coinb'H6AcqduqSWosU3TYfVaY2aNYDx2L7xpaWxDzXwTVsUu4\x00
base_coin_amount1,323,165,994,645
quote_coin_amount40,576,992
Example Query:
ClickHouse (solana)

pumpfun_amm_admin_set_coin_creator

StatisticValue
Rows98
Size20.2 KB
First Record2026-03-15
Last Record2026-04-05
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-04-05 02:12:06
block_date_utc2026-04-05
slot411,161,460
tx_idx834
swap_idx17
signature5quQMTxYcs3PTsjzdLH2T9imndcGgCVmyinA5HV1EB6VkrQ...
fee_payer2pwWqhzXeH3gJ3qgmsK2NsddkehF5f2fH8uzF9RUyzCX
provided_gas_fee55,271
Example Query:
ClickHouse (solana)

pumpfun_creator_fee_distributions

StatisticValue
Rows809,980
Size134.0 MB
First Record2026-02-15
Last Record2026-04-05
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)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:43:55
block_date_utc2026-04-05
slot411,193,832
tx_idx25
ix_idx0
signature2bGuH4vibxvR7o91zty3hqDjCJHNXSaXCuPdR7zDakTz55w...
fee_payerFipwqxg3B5yHqr5v6NafS7jPenJB9LLaDBCf71aqSXho
provided_gas_fee0
Example Query:
ClickHouse (solana)

pumpfun_token_creation

StatisticValue
Rows12,124,116
Size2.89 GB
First Record2024-11-23
Last Record2026-04-05
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-11-23)
mayhem_modeUInt8Whether mayhem mode was enabled (populated since 2025-11-23)
token_programStringToken program used (SPL Token or Token-2022) (populated since 2024-11-23)
signatureStringTransaction signature (base58 encoded) (populated since 2024-11-23)
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-04-05 05:43:59
slot411,193,843
tx_idx12
creatorb'CSR7CWmGRepNJhp3h63ZAxqix2j6o5eGUgPsCUwzdxFv\x00
nameb'Professor Friat\x00\x00\x00\x00\x00'
symbolb'Friat\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0
urlb'https://ipfs.io/ipfs/QmX9tHkLK2wfA3FLUumwzWhEMzo
mintb'DPEmLJY31yA696HczoUUV75j3LbKbMWQjcjv9qZDpump\x00
Example Query:
ClickHouse (solana)

pumpswap_all_swaps

StatisticValue
Rows5,265,672,904
Size1464.85 GB
First Record2025-04-05
Last Record2026-04-05
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-04-05)
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)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:44:05
block_date_utc2026-04-05
slot411,193,857
tx_idx1,093
signing_walletGh6UARh1vYL57LeESCbarnyyNu7XRaiYRBCir51JsSbh
fee_payerGh6UARh1vYL57LeESCbarnyyNu7XRaiYRBCir51JsSbh
directionS
base_tokenSo11111111111111111111111111111111111111112
Example Query:
ClickHouse (solana)

raydium_all_swaps

StatisticValue
Rows6,679,838,452
Size877.81 GB
First Record2024-05-09
Last Record2026-04-05
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
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 2024-11-23)
Latest Record Sample:

View on Solscan

ColumnValue
block_time2026-04-05 05:44:56
slot411,193,989
tx_idx758
signing_walletb'4muHSktcbRhShTzU5c39J7yiwP9EK4oCZTt6fjSzrvb8\x00
directionS
base_coinb'So11111111111111111111111111111111111111112\x00\
quote_coinb'GyhUtVfYdYsnaTHmTguwHbsjHp83iEe4dQskJbmDpump\x00
base_coin_amount44,679
Example Query:
ClickHouse (solana)

raydium_cpmm_swaps

StatisticValue
Rows36,879,218
Size8.20 GB
First Record2024-11-23
Last Record2026-04-05
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-04-05 05:44:56
block_date_utc2026-04-05
slot411,193,989
tx_idx746
swap_idx9
signature4wyDD6PhpiEZfnay1kcZ79VTSUvPFGKFutzYP3CiBRm5xr5...
fee_payerGimWfnQt2zBaadDDSBdg52hSLbtjyapP4SRBMs3GRuS5
provided_gas_fee993,601
Example Query:
ClickHouse (solana)

raydium_launchpad_cpmm_migrations

StatisticValue
Rows3,878
Size3.6 MB
First Record2025-04-26
Last Record2026-04-05
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
signature5beKPUNcbAgD3kHcyVVgFYLApCeyb62E9SDjyMzwRri7F6b...
block_time2026-04-05 05:05:27
block_date_utc2026-04-05
slot411,187,970
tx_idx150
payerRAYpQbFNq9i3mu6cKpTKKRwwHFDeK5AuZz8xvxUrCgw
base_mint97AmStYeCa9WZKpRPG8XwskGBQFxjkhTMoTNHYxtbonk
quote_mintUSD1ttGY1N17NEEHLmELoaybftRBUSErhqYiQzvEmuB
Example Query:
ClickHouse (solana)

raydium_launchpad_migrations

StatisticValue
Rows401
Size1.1 MB
First Record2025-04-25
Last Record2026-03-30
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
signature3NGK9PBXSVzaKJjMCuuTndmyHixKNWhBQuudLg17TG2wrc6...
block_time2026-03-30 06:40:24
block_date_utc2026-03-30
slot409,880,568
tx_idx506
payerRAYzrepoBdjSFg7MZj2vy4XBSv2azKRXC72ztUMZMJB
base_coin5HTxobDNyShbncWFqB7fJgtuVjMwg96H6Tx4jJ8XAray
quote_coinSo11111111111111111111111111111111111111112
Example Query:
ClickHouse (solana)

raydium_launchpad_swaps

StatisticValue
Rows87,054,325
Size14.27 GB
First Record2025-04-15
Last Record2026-04-05
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-04-05 05:44:39
block_date_utc2026-04-05
slot411,193,945
tx_idx1,379
fee_payerCCBwYH6fzaSfs4N7tkXQb5zXGSZ19WYGsdoBaLPXJhov
directionS
pool_status0
pool_stateAW2qknHKUJP3oarVmGjEnbQVCsChmRkq1fXBKfG7c44f
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)

solana_blocks

StatisticValue
Rows155,306,448
Size7.67 GB
First Record2024-07-22
Last Record2026-04-05
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-23)
amount_of_transactionsUInt64Number of transactions in the block (populated since 2024-11-23)
Latest Record Sample:
ColumnValue
block_time2026-04-05 05:44:56
slot411,193,989
hashb'AH6b3J83Nr4cyyYgWsMY627jtd4L1iAhWqdj5Mx2nS17\x00
validatorb'q9XWcZ7T1wP4bW9SB4XgNNwjnFEJ982nE8aVbbNuwot\x00\
rewards22,802,914
amount_of_transactions1,110
Example Query:
ClickHouse (solana)

tx_timestamps

StatisticValue
Rows2,158,393,182
Size192.30 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
slot411,194,014
tx_idx1,325
entry_timestamp1.77539e+09
signature9cx2JSgGqQggHUvLTqZzZH9QJk4Yruwu6Fx56LUNkoxE76P...
Example Query:
ClickHouse (solana)