PumpView/Blog

How Solana Traders Can Read On‑Chain Data for Better Entries

June 18, 2026solana
𝕏 Share on X 📣 Telegram

Why On‑Chain Data Matters for Solana Traders

On Solana, almost everything that moves price is visible directly on‑chain: swaps on Raydium or Orca, new Pump.fun launches, liquidity changes, and wallet behavior. Unlike centralized exchanges, you’re not limited to a candlestick chart and volume bar—you can inspect the actual accounts, pools, and transactions that drive those candles.

This article focuses on how to read Solana on‑chain data specifically for trading decisions—using real tools and real mechanics, not generic “DYOR” advice.

We’ll walk through:


Core Solana Concepts Traders Actually Use

Before diving into tools, you need a mental model of what you’re looking at.

1. Transactions, signatures, and fees

Every trade you do on a Solana DEX is a transaction that:

From Solana’s official docs, the fee formula is: total fee = base fee + prioritization fee. The base fee is currently 5,000 lamports per signature (0.000005 SOL), and is paid whether the transaction succeeds or fails. (solana.com)

Priority fees are optional and set in micro‑lamports per compute unit via SetComputeUnitPrice. The runtime computes:

micro_lamport_fee = compute_unit_price * compute_unit_limit
prioritization_fee = ceil(micro_lamport_fee / 1,000,000)

So if a swap uses 100,000 CUs at 100,000 micro‑lamports/CU, the priority fee is 10,000,000 micro‑lamports = 10 lamports = 0.00000001 SOL. (solana.com)

Why this matters for traders:

2. Accounts, programs, and pools

On Solana, everything is an account:

DEXs like Raydium, Orca, Meteora, Phoenix, PumpSwap are just programs that read/write specific accounts (pools, vaults, positions). Aggregators like Jupiter route trades across these programs. (device.report)

When you “read on‑chain data”, you’re really:


Step 1: Start From the Mint Address, Not the Ticker

Tickers on Solana are not unique. The only reliable identifier is the mint address.

Workflow:

  1. Get the mint address from a trusted source:
  2. From a DEX UI (Raydium, Orca, Jupiter) after selecting the token
  3. From a reputable directory (e.g., CoinGecko, CoinMarketCap) if listed
  4. From a known project website or GitHub

  5. Open the mint on an explorer:

  6. Solscan: paste the mint → Token page
  7. Solana Explorer: paste the mint → Token

On the token page you’ll see, at minimum:

For trading, two immediate red flags:

If a token is already trading, explorers will also link to markets on Raydium/Orca etc., and to DEX aggregators like Jupiter.


Step 2: Read Liquidity and Pool Structure

Price action without liquidity is an illusion. On Solana, most spot trading runs through:

Using Birdeye or DexScreener

Tools like Birdeye and DexScreener aggregate on‑chain pool data from Raydium, Orca, Meteora, PumpSwap, and others. They read pool accounts directly and show:

What to look for as a trader:

Inspecting the actual pool account

From Birdeye/DexScreener, click through to Solscan or Solana Explorer for the pool address. For an AMM pool you’ll typically see:

You can verify:

A sudden remove of most liquidity while price is still high is a classic rug pattern, and you’ll see it as a big Withdraw / RemoveLiquidity instruction in the pool’s transaction list.


Step 3: Holder Distribution and Wallet Behavior

On Solana, you can see exactly who holds what and how they move.

Holder concentration

For any mint on Solscan or similar explorers you’ll see:

High concentration in a few wallets is a major risk. Recent research on Solana memecoins (e.g., the MemeTrans and MemeChain datasets) explicitly uses holding concentration and time‑series dynamics as core features to detect high‑risk launches. (arxiv.org)

Practical checks:

If a few related wallets control most of the supply, you’re not trading a market—you’re trading against a cartel.

Wallet‑level trade history

For any wallet address:

You can see:

Patterns to watch:

On the data‑science side, academic work on Solana memecoin trading explicitly models bundle‑level data that reveals multiple accounts controlled by the same entity, because sophisticated actors spread risk across many wallets. (arxiv.org)


Step 4: Reading DEX Trades and Volume On‑Chain

Every DEX trade is a transaction calling a program like Raydium, Orca, Phoenix, or a bonding‑curve launcher like Pump.fun.

Using a trade‑centric view (Birdeye, DexScreener, Pump.fun UIs)

These tools decode swap instructions and show:

For trading decisions, you care about:

Recent research on autonomous memecoin trading on Solana shows that hour‑of‑day effects and short‑horizon flow patterns materially affect strategy performance. (arxiv.org) Even if you’re not running a bot, watching when volume clusters (e.g., US morning vs Asia evening) can inform your risk.

Going one level deeper: raw transactions

Open a specific swap transaction in Solscan or Solana Explorer:

This helps you:


Step 5: Using Jupiter and Priority Fees in Practice

Jupiter is the dominant Solana DEX aggregator, routing across Raydium, Orca, Meteora, Phoenix, and others. It reads pool accounts on‑chain to compute best routes and expected slippage. (device.report)

When you submit a swap via Jupiter:

How to read and use this on‑chain:

  1. Check recent swaps for your token on Birdeye/DexScreener.
  2. Open a few transactions in Solscan.
  3. Note the priority fee they used and whether their transactions landed quickly.
  4. During congestion, aim to be in the same ballpark as successful swaps.

Recent fee‑focused guides and tools (like dedicated priority‑fee calculators) show that Solana’s base fee stays fixed at 5,000 lamports per signature, while priority fees scale with compute and congestion. (rpcfast.com) For traders, this means:

Do note that community discussions highlight a subtle point: priority fees only matter if your transaction actually reaches validators. If your RPC is overloaded or geographically far from leaders, you can burn priority fees and still miss blocks. (reddit.com) For serious trading, using a reliable, low‑latency RPC matters as much as the fee you bid.


Step 6: Building a Simple On‑Chain Trading Checklist

Here’s a practical, repeatable workflow for Solana traders.

1. Verify the asset

2. Check liquidity and markets

3. Inspect holder distribution

4. Study recent trades

5. Decide execution strategy


Final Thoughts

Reading Solana on‑chain data is less about staring at raw transactions and more about understanding how the chain’s mechanics map to trading outcomes:

If you build the habit of starting from the mint, then checking pools, holders, trades, and fees before you click swap, you’re already ahead of most retail flow on Solana.

From there, you can go deeper—using APIs from providers like Helius, QuickNode, or Triton to stream account updates and build your own dashboards—but the core edge comes from consistently reading what the chain is already telling you, in real time.

𝕏 Share on X 📣 Telegram
Scan Solana Trades in Real Time
Track hot tokens, detect wash trading, and get signal alerts — free, no signup required.
Open PumpView.fun