Glossary
Solana transaction signature
The base58 identifier for one Solana transaction — paste it into Solscan or Tracefunds to decode SOL, SPL, NFT, and program actions in that signature only.
Not an 0x hash
Solana signatures are base58 strings (often 87–88 characters). They are not compatible with Etherscan. Always pick Solana as the network on Tracefunds and verify on Solscan mainnet-beta.
One signature, many actions
- A single signature can bundle swaps, fees, SPL transfers, and marketplace listings
- Failed signatures appear in history but did not move funds
- Use single_tx mode ($5) to scope analysis to one signature — not the full wallet
Related terms