Pubkey Maps
Last updated
Last updated
The pubkey_maps
schema tracks Solana public key activity by mapping each public key (pubkey
) to the corresponding transaction (txn_id
) and the block timestamp (block_timestamp
) when the transaction occurred. This structure allows for tracing the history of public key interactions on the network, providing insights into account activity and transaction timing. It is useful for auditing, monitoring, and analyzing on-chain events involving specific addresses.
Column | Description | Example |
---|---|---|