How On-Chain Analytics Work: Reading Solana Blockchain Data for Token Research
In traditional financial markets, investors face a fundamental asymmetry: companies control what information they disclose, when they disclose it, and how it's presented. Management teams can shade narratives, delay unfavorable news, and present misleading summaries. Investors must rely on regulated
The data source that cannot be falsified
In traditional financial markets, investors face a fundamental asymmetry: companies control what information they disclose, when they disclose it, and how it's presented. Management teams can shade narratives, delay unfavorable news, and present misleading summaries. Investors must rely on regulated disclosure requirements and audit processes to get close to the truth — and those systems fail regularly.
Blockchain technology changes this dynamic entirely for the specific domain of token markets. On Solana, every transaction is permanently recorded in a public ledger that anyone can read without permission, without fee, and without the possibility of the recorded party altering the data. A team can lie in their whitepaper, their Telegram announcements, and their AMA sessions. They cannot alter what their wallet addresses have actually done on-chain. On-chain analytics is the discipline of reading this permanent, unalterable record to verify claims and detect patterns that matter.
The three layers of on-chain data relevant to token research
Layer 1 — Token configuration data
The most immediately actionable on-chain data for a token buyer is the token's configuration — the settings established when the token was created and potentially modified since. This includes:
- Mint authority: can new supply be created? By which wallet?
- Freeze authority: can holder accounts be locked? By which wallet?
- Token-2022 extensions: are transfer hooks, transfer fees, or permanent delegation active?
- Upgrade authority on the token program: can the underlying program code be changed?
- Total supply and initial distribution: how many tokens were created, and where did they go initially?
All of this data is directly readable on Solscan by searching the token's mint address and examining the Token Info section. This layer requires no interpretation — the data is either present or not.
Layer 2 — Holder and distribution data
The second layer examines who holds the token and in what quantities. This includes:
- Current holder list with balances: visible in the Holders tab on Solscan for any token
- Top wallet concentration: the percentage of supply held by the top 10, 20, 100 wallets
- Wallet funding analysis: tracing where each major holder's initial SOL came from to detect related-wallet clusters
- Holder count over time: is the number of unique holding wallets growing organically or declining?
- Suspicious wallet patterns: wallets created on the same date, funded from the same source, with identical transaction histories
This layer requires more interpretation than Layer 1. Reading holder concentration is straightforward; tracing wallet relationships requires following transaction chains across multiple addresses.
Layer 3 — Transaction and trading data
The deepest layer examines the actual trading behavior and on-chain activity associated with the token:
- Liquidity pool transactions: buy/sell flow, LP add/remove events, volume patterns
- Wallet transaction histories: what has the deployer wallet done before and after launch?
- Wash trading detection: wallets appearing on both sides of trades repeatedly
- Coordination signals: multiple wallets executing identical transaction patterns in the same blocks
- Smart money tracking: wallets known to make early, profitable entries into legitimate tokens — are they present?
Primary tools for Solana on-chain research
| Tool | Best for | Key data available |
|---|---|---|
| Solscan | Token configuration, holder lists, transaction history | Mint/freeze authority, top holders, all transactions per wallet |
| Solana Explorer | Raw transaction data, program interaction details | Low-level transaction parsing, account state changes |
| Birdeye | Trading analytics, price/volume charts, wallet activity | DEX volume, buy/sell ratios, top traders, OHLCV data |
| GeckoTerminal | Pool-level data, new token discovery, price charts | Pool depth, price history, new pool creation |
| RugCheck.xyz | Automated security scanning, known-risky code patterns | Mint/freeze authority, holder distribution, risk score |
| Hannisol | Comprehensive risk analysis, 8-dimension scoring | All of the above plus domain intelligence, similar token comparison |
A practical on-chain research workflow
For any new Solana token you're considering, apply this 5-step on-chain research workflow:
Step 1 — Token configuration check (Solscan, 2 min): Search the mint address. Confirm mint authority = None, freeze authority = None, no dangerous Token-2022 extensions. If either authority is active: stop here.
Step 2 — Holder concentration check (Solscan, 3 min): Open the Holders tab. Identify the liquidity pool address (it will show as an SPL-associated token account for a Raydium or Orca pool). Exclude it. Calculate the percentage held by the remaining top 10 wallets. Above 50%: elevated risk. Above 70%: high risk.
Step 3 — Deployer wallet history (Solscan, 5 min): Find the transaction that created the token. Open the deployer wallet. Check: How old is this wallet? What did it do before launching this token? Has it deployed other tokens? Do any of those prior tokens have negative RugCheck scores or known rugpull associations? A deployer with a clean, aged history is meaningfully different from one created specifically for this launch.
Step 4 — Trading pattern analysis (Birdeye, 5 min): Open the token on Birdeye. Check: buy vs. sell ratio over 24 hours. Are there wallets appearing on both sides repeatedly (wash trading)? Is volume concentrated in a small number of wallets? Does holder count grow proportionally with volume increases?
Step 5 — Comprehensive score (Hannisol, 2 min): Run the token through Hannisol to get the automated 8-dimension score. Use this as a check on your manual research — significant disagreements between your manual findings and the automated score are worth investigating further.
What on-chain data cannot tell you
On-chain analytics is powerful but not omniscient. It cannot tell you:
- Whether a project's stated technology actually works or will be built
- Whether the market will value the token more or less in the future
- Whether "anonymous" team members are actually competent developers or fraudsters who happen to have clean wallet histories
- Whether external market conditions will favor or disfavor the token's sector
On-chain analytics eliminates a specific category of risk: the risk of tokens that are structurally designed for theft, manipulation, or rapid abandonment. It does not eliminate all risk. Use it as the foundation of your research, not the entirety of it.
Hannisol automates the most important on-chain checks and presents them in a structured, interpretable format. Start your analysis of any Solana token at Hannisol.
Ready to apply this to a real token?
Run any Solana mint address through Hannisol's 8-dimension risk engine — free, no signup required.
Analyze a token on Hannisol →