The solana.token_transfers table records details of token transfers on the Solana blockchain, including information such as the mint_address (token address), from_account and to_account (sender and receiver addresses), and transfer value. It also includes metadata like transaction identifiers (txn_id, txn_index), block information (block_timestamp, block_slot, block_height, block_hash), and transfer details (e.g., program name, transfer type). This schema supports analyzing token movement, transaction patterns, and program activity on the network.

Table Columns

ColumnDescriptionExample
mint_addressaddress of the tokenSo11111111111111111111111111111111111111112
from_accounttoken transfer sender addressEKH42BrbPjWXKz1PmpVxEP42WMjR9mdBLksKH5dC9C3S
from_token_accounttoken transfer sender token account
to_accounttoken transfer receiver addressVLgFg159e7gD8hHB6k8PRAAPoX9nTRTaysuXQ5CUJjg
to_token_accounttoken transfer receiver token account
valuetoken transfer value19936298
decimalstoken decimals9
txn_idtransaction id of token transfer26kKBcEQCgeuDJoCVzxurmtCAcp27JXr8RYN4aKDhqXLEWCasaN4azWzECZQqmqfb7T4qjp2zsBFi9gzCBMJHeHk
txn_indextransaction index of token transfer1036
instruction_indexinstruction index of token transfer1
inner_instruction_indexinner instruction index of token transfer
block_timestampblock timestamp of token transfer2024-10-16 00:00:00
block_slotblock slot of token transfer295848236
block_heightblock height of token transfer274572501
block_hashblock hash of token transfer7B8udoAZ6Au16fNuA86PWLpU9oXvnwGfE9pt88bp4EVr
signertransaction signerVLgFg159e7gD8hHB6k8PRAAPoX9nTRTaysuXQ5CUJjg
program_nameprogram name (system or spl)system
typetransfer type (transfer, burn, mint, etc.)transfer
transfer_typetransfer type (sol or spl)sol_transfer