Skip to content
solscanner

Guide · DeFi & DEX explorer

Solana DeFi explorer: read pairs, pools and swaps

A Solana DeFi explorer shows trading pairs, pool liquidity, volume and every swap on Raydium, Orca, Meteora and pump.fun. DexScreener and Birdeye chart the market; Solscan and our lookup tool show what a swap transaction really did.

Regulated exchange · FinCEN & FCA registered · since 2013 Updated · 8 min read

DEX tools compared

4

DexScreener pair API

300 req/min

GMGN trade fee

1%

Base fee

5,000 lamports

Wrapped SOL mint

So111…1112

A Solana DEX explorer is the tool you open when a chart is not enough: it tells you which pool a token trades in, how much liquidity backs the price, and what a swap transaction actually moved. On Solana that job is split between market sites such as DexScreener and Birdeye, trading terminals such as Photon and GMGN, and block explorers like Solscan that show the raw transaction. Here is how each fits, how to read a swap, and which numbers to trust when you are about to put money into a pool.

What is a Solana DeFi explorer?

A Solana DeFi explorer is any tool that indexes decentralised exchange activity: pools, pairs, swaps, liquidity deposits and withdrawals. It sits on top of the same chain data as a normal block explorer but groups it by market instead of by account.

A block explorer answers “what happened in this transaction?” A DeFi or DEX explorer answers “what is happening in this market?” You want both. The market view shows price, 24-hour volume, liquidity and a list of recent trades. The block view shows every instruction, every token balance change and the exact fee. When the two disagree, the block view wins, because it is read straight from the ledger.

On Solana, DEX activity runs through on-chain programs. Jupiter is the main aggregator that routes swaps across venues. Raydium, Orca and Meteora are the big liquidity venues, each with several pool types. pump.fun, program 6EF8rrecthR5Dkzon8Nwu78hRvfCKubJ14M5uBEwF6P, runs the bonding-curve launches that feed many new memecoin pairs. Every one of these leaves a readable trail on an explorer.

Pairs, pools and mint addresses: what you are looking at

A pool is an on-chain account holding two tokens that traders swap against. A pair is the market it creates, such as BONK/SOL. The mint is the token itself. Mixing these up is the most common mistake on DEX sites.

When you open a token on DexScreener or Birdeye, the URL and the address at the top of the page are often the pair address, not the token. That address belongs to one pool on one DEX. The same token may trade in many pools: a Raydium pool, an Orca Whirlpool, a Meteora pool, maybe a pump.fun curve before graduation. Each has its own address, its own liquidity and slightly different prices.

The mint address is what identifies the token everywhere. Wrapped SOL is So11111111111111111111111111111111111111112, and USDC is EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v. Before trading anything, copy the mint from the DEX page and check it against a neutral source. Our verified token mint addresses list covers the large tokens, and the token explorer guide shows how to read supply, mint authority and holders for anything else.

Warning: Scam tokens often use the same name and ticker as a real project. Two pools called “JUP/SOL” can hold completely different tokens. Compare the mint address, never the name, and never send funds to a pair or pool address.

DexScreener, Birdeye, Photon and GMGN compared

These four tools cover most Solana DEX research in 2026. Two are market data sites, two are trading terminals, and all show pair data. Pick by what you need to do next.

ToolTypeStrongest atCost to view
DexScreenerMulti-chain pair chartsFinding pools, trending pairsFree
BirdeyeToken and wallet analyticsHolders, wallet PnL, APIFree, paid API
PhotonTrading terminalFast buys on new pairsFree to view
GMGNMeme-trading terminalNew launches, wallet trackingFree to view

DexScreener is the fastest way to find every pool a token trades in and compare their liquidity. Its free public API allows 300 requests per minute on DEX and pair endpoints (60 per minute on token-profile endpoints), which is plenty for a personal script. Use it as a pair explorer, not as a source of truth about the token.

Birdeye goes deeper on the token and the wallet: holders, trade history per wallet and PnL, with a REST and WebSocket Data API on a credit-based plan ladder. We cover it in detail in our Birdeye review.

Photon, built by TinyAstro, and GMGN are terminals first. They surface new pairs within seconds and let you trade from the same screen. GMGN documents a 1% fee per trade and runs on Solana, BSC, Base and Ethereum, with an Android app on Google Play. That speed has a cost: you trade through their infrastructure and pay their fee. Treat their pair pages as a fast feed, and confirm anything important on a block explorer.

How to read a swap transaction on Solana

A swap transaction shows which programs were called, which tokens moved and what it cost. The token balance changes section is the ground truth; everything else is context.

Paste the signature into Solscan, Orb or our lookup tool, then read it top to bottom:

  1. Status and fee. Confirm it succeeded. The fee is the 5,000-lamport base fee per signature plus any priority fee, which equals the compute-unit price times the compute-unit limit.
  2. Instructions. A Jupiter swap shows the Jupiter aggregator program first, followed by inner instructions that call one or more DEX programs. A route might go SOL to USDC on Orca, then USDC to your token on Raydium. Direct swaps call a single DEX program.
  3. Token balance changes. This is the table that matters. It lists every token account whose balance changed, with before and after amounts. Your wallet should lose the input token and gain the output token.
  4. Logs. Program logs show messages from each program and, on a failure, the error. “Slippage tolerance exceeded” is the classic one.

Solscan labels well-known programs by name, which makes routes easy to follow. Orb adds a plain-language summary. Solana Explorer shows every inner instruction in full. The transaction explorer guide goes through each section in detail, including failed and not-found transactions.

Jupiter routes and the big DEXs: Raydium, Orca, Meteora

Jupiter aggregates liquidity: it splits and routes your order across pools to get a better price. Raydium, Orca and Meteora are where that liquidity actually sits.

When you trade through Jupiter, the route can touch several venues in one transaction. On an explorer this appears as nested inner instructions, each labelled with the DEX program it called. A multi-hop route is not a problem by itself, but it uses more compute units, so the priority fee you set matters more during busy periods.

Each venue has its own pool styles. Raydium runs standard constant-product pools and concentrated-liquidity pools, and for a long time it was where pump.fun tokens migrated once their bonding curve completed (pump.fun has since added its own AMM, PumpSwap). Orca’s Whirlpools are concentrated-liquidity pools where providers pick a price range. Meteora offers dynamic pools and liquidity-book style pools that shift fees with volatility. You do not need to know the maths to use an explorer, but you do need to know that “liquidity” on a concentrated pool may sit only around the current price, so a large order can move the price further than the headline number suggests.

Liquidity and volume: which numbers to trust

Liquidity is the value locked in a pool that traders can swap against; volume is how much traded over a period. Liquidity tells you how much you can trade without moving the price, and volume tells you whether anyone else is trading.

A few habits make these numbers useful:

  • Check liquidity per pool, not per token. A token with high total liquidity split across ten tiny pools behaves like a thin market.
  • Compare volume with liquidity. Daily volume many times larger than liquidity can mean real demand, or it can mean a few wallets trading back and forth to push the token onto trending lists.
  • Look at trade count and unique wallets. A handful of wallets generating most of the volume is a sign of wash trading.
  • Watch for bundled buys at launch. Many memecoins are launched with coordinated buys in the same block, often through Jito bundles. Our Jito bundle explorer guide shows how to spot that pattern.

For network-wide context, such as current throughput and how busy the chain is, see the live Solana network stats.

Risks when using DEX explorers and terminals

The main risks are fake tokens, pulled liquidity, authority tricks and trading tools that hold your keys. An explorer cannot remove these risks, but it can reveal most of them before you sign.

Rug pulls. If the creator holds the LP tokens, they can withdraw the liquidity and leave holders with a token nobody can sell. Check whether LP tokens were burned or locked. Mint and freeze authority. If the mint authority is still active, new supply can be created; if the freeze authority is active, your tokens can be frozen. The token page on Solscan or Solana Explorer shows both. Token-2022 extensions. Tokens on the Token-2022 program can carry transfer fees or transfer hooks; read the extensions before buying. The official token extensions docs explain each one.

Custody. Terminals such as Photon and GMGN are convenient, but convenience usually means you trust their wallet setup or grant broad permissions. Keep only trading money there. Scams. Fake “support” accounts and airdrop links are common around hot launches. The US Investor.gov crypto scams alert and the FTC’s scam guide describe the patterns.

A practical routine for any Solana DeFi explorer

Use a market site to find the pool, a block explorer to verify the token, and the transaction view to confirm what you got. That order catches most problems.

In practice: find the pair on DexScreener or Birdeye, copy the mint, and check it on Solscan or Orb for authorities, holders and age. Look at the pool’s liquidity and who holds the LP. Trade in a small size first, then open your own swap signature and read the token balance changes. If you want to compare general-purpose explorers for this kind of work, our ranking of the best Solana explorers scores them on token data and readability. For the underlying fee rules, the Solana fee documentation is the reference.

By the Solscanner research deskUpdated · Review methodology

Frequently asked questions

What is the difference between a pair address and a mint address?

A mint address identifies the token itself, such as USDC at EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v. A pair or pool address identifies one liquidity pool that trades that token against another asset on a specific DEX. One token can have dozens of pools on Raydium, Orca, Meteora and pump.fun. Never send tokens to a pair address, and never treat it as the token's contract.

Is DexScreener a Solana explorer?

DexScreener is a market data site rather than a block explorer. It indexes DEX pools across many chains, including Solana, and shows price charts, liquidity, volume and recent trades per pair. It offers a free public API with 300 requests per minute for pair endpoints. For the raw transaction behind a trade, open the signature in Solscan, Orb or Solana Explorer.

Are Photon and GMGN explorers or trading bots?

Both are trading terminals. They show pair data and new launches like an explorer, but their main purpose is placing fast trades from a wallet they manage or connect to. GMGN documents a 1% fee per trade and covers Solana, BSC, Base and Ethereum. Photon is built by TinyAstro. Use them for speed if you accept the fees and custody model, and verify results on a neutral explorer.

How do I read a Jupiter swap on a Solana explorer?

Open the transaction signature and look at three places. The instruction list shows the Jupiter aggregator calling one or more DEX programs such as Raydium, Orca or Meteora. The token balance changes show exactly what left and entered your wallet. The fee line shows the 5,000-lamport base fee plus any priority fee. The balance changes, not the route diagram, are the ground truth.

How can I tell if a Solana liquidity pool is risky?

Check who holds the LP tokens and whether they are burned or locked, how much real liquidity sits in the pool, whether the token's mint and freeze authorities are revoked, and how concentrated the holder list is. A pool created minutes ago with thin liquidity and a single wallet holding most of the supply is high risk, whatever the chart looks like.

Partner link

Trade on-chain, fund it off-chain

Most Solana DeFi starts with SOL or USDC in a self-custody wallet. Check the pair first, then top up.

Get started

Takes a few minutes · ID verification required

Our partner exchange, CEX.IO, has operated since 2013. It is registered with FinCEN as a Money Services Business, holds money transmitter licences in 38 US states plus DC, is registered with the UK FCA (FRN 1007192) and is PCI DSS Level 1 certified. Availability depends on your country. Crypto is volatile: only invest what you can afford to lose.

Keep exploring

Related guides and reviews from the index