Skip to content
solscanner

Explorer review · Orb

Orb by Helius: the readable Solana explorer

Orb is Helius's free Solana explorer at orbmarkets.io, launched on 29 October 2025 and now the destination for old XRAY links. It turns transactions into plain language, filters spam and lets you read a wallet's history from the very first transaction. No signup needed. Here is how it holds up.

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

Launched

29 Oct 2025

Built by

Helius

Replaces

XRAY

Price

Free, no signup

Score9.2 / 10
9.2/ 10

Our verdict

Orb

Visit site ↗

Best for: Anyone who wants to understand what a Solana transaction or wallet actually did, in plain language, without creating an account.

Speed9.0

Token data8.8

Readability9.7

Developer tools9.1

What we like

  • +Plain-language transaction summaries and AI explanations
  • +Oldest-first history, slot and time filters, activity heatmaps
  • +Spam filtering for junk tokens, NFTs and transactions
  • +Free, no signup, wallet connection optional

What could be better

  • Young product; open-source release still only planned
  • No documented CSV export for tax work
  • AI summaries are helpful but can simplify edge cases

Most Solana explorers show you what happened in the language of the runtime: instructions, inner instructions, token account deltas. The Helius Orb Solana explorer tries to tell you what happened in the language of a person: a short sentence along the lines of “swapped SOL for USDC” instead of six nested instructions. We used Orb daily since shortly after launch, alongside Solscan and the official explorer, and this review covers what the pages look like, which features are genuinely new, and where it still falls short.

What is Orb, the Helius Solana explorer?

Orb is a free block explorer for Solana built by Helius, launched on 29 October 2025 at orbmarkets.io. It covers transactions, wallets, tokens, programs, blocks and validators, and it runs on Helius’s archival system.

Helius is best known as an RPC and data API provider, and Orb is built on its own infrastructure: the Orb documentation describes an archival system on bare-metal servers, and a custom RPC method, getTransactionsForAddress, that makes history queries such as “oldest first” practical. That is the technical reason Orb can do things other explorers find slow, like jumping to the very first transaction a wallet ever made.

The site also answers at orb.helius.dev. Orb’s FAQ says it is free to use, requires no signup, and treats wallet connection as optional.

From XRAY to Orb: the successor story

Orb is the successor to XRAY, Helius’s earlier open-source explorer. The old XRAY addresses now send you straight to Orb.

Before Oct 2025

XRAY is Helius's open-source Solana explorer, with its code published at github.com/helius-labs/xray.

29 Oct 2025

Helius launches Orb at orbmarkets.io, with AI explanations, spam filters, heatmaps and oldest-first history.

23 Sep 2026

Our check: xray.helius.xyz and xray.helius.dev both redirect to orbmarkets.io.

Planned

Helius's roadmap lists releasing Orb as open source under the Apache 2.0 licence. Not confirmed done at the time of writing.

If you searched for the XRAY Solana explorer because an old bookmark or tutorial pointed there, Orb is where you will end up. The XRAY repository is still on GitHub and not archived, but we found no formal deprecation notice, so the redirect is the practical answer.

A tour of the Orb interface

Orb’s interface is minimal: one search bar with search history, and result pages split into tabs with little branding. The emphasis is on text you can read, not tables you have to decode.

Transaction page

Paste a signature and Orb leads with a plain-language description of what the transaction did, built from Helius’s parsed events. Below that come the familiar details: status, fee, slot, time, signers, token movements, and each instruction with its own breakdown. An AI explanation option can summarise the transaction further; Helius says it integrates Claude, ChatGPT and Gemini for this. For a swap, the summary is usually the fastest way to confirm “what went in, what came out”. For anything unusual, scroll down and read the instructions yourself; our transaction explorer guide shows how.

Wallet page

A wallet page shows balances and a transaction history list written in readable lines rather than raw program calls. Three controls make it stand out:

  • Show oldest first reverses the history so you can start from the wallet’s first transaction.
  • Slot and time filters narrow history to a date range, handy for “what did I do in March?”.
  • Spam filters hide unverified tokens, junk NFTs and spam transactions, which cleans up wallets flooded with airdropped scam tokens.

A calendar-style heatmap shows activity density by day and month, so you can see at a glance when a wallet was busy. Our wallet explorer guide covers what to look for in a wallet’s history.

Token, program and network pages

Token pages cover supply and the mint, freeze and update authorities, and Orb also offers token swapping for connected wallets. Program pages show program history, the IDL, verification status and repository structure for verified programs. The network stats page lists SOL price, a live block feed, TPS, validator count, client distribution, node versions, confirmation stats and epoch information. Orb also has a devnet mode.

Readability

Plain-language history

Parsed events and optional AI explanations turn instructions into sentences you can act on.

History

Oldest first, filtered

Reverse search, slot and time filters, spam filtering and heatmaps make long wallet histories manageable.

Orb Solana explorer features compared with XRAY and Solscan

Orb’s distinctive features are readable history and history tooling. It matches the basics of other explorers and adds a few things none of the big ones combine.

FeatureOrbSolscan
Plain-language tx summaryYes, plus AIDecoded actions
Oldest-first historyYesNot a headline feature
Spam filterYes, documentedNot a headline feature
Activity heatmapYesNot documented
Token holders rankingBasicHolders tab
CSV exportNot documentedYes, from 7 Jul 2021
Signup requiredNoNo for browsing

The comparison reflects what each product documents at the time of writing. Solscan’s full picture is in our Solscan review, and developers who need custom RPC or devnet-first work should also read our review of the official Solana Explorer.

Speed, accuracy and mobile

Orb feels quick on wallet and transaction pages, including deep history, thanks to Helius’s archival backend. Raw data is as accurate as any explorer’s; the summaries are an interpretation on top of it.

That distinction matters. A plain-language line is generated from parsed events, and an AI explanation is a model’s reading of the transaction. Both are right most of the time for common actions like swaps, transfers and staking. For unusual programs, multi-step arbitrage or anything involving a large amount, check the instruction list and token balance changes yourself, or open the same signature in a second explorer or our own lookup tool.

Watch out: an AI summary cannot tell you whether a token is legitimate. Scam tokens often use familiar names. Always compare the mint address with a trusted source such as our list of verified token mint addresses.

On mobile, Orb is one of the friendliest explorers we tested. Helius built it as mobile-friendly, and in practice readable one-line history entries fit a phone screen far better than wide instruction tables.

Orb for developers and researchers

Orb is not only a beginner tool. Its program pages, devnet mode and history filters make it a practical second explorer for developers, and its data comes from the same getTransactionsForAddress method Helius offers to API customers.

On a program page, the IDL view lists instructions and account types, and the verification status tells you whether the deployed code matches a public repository, the same verified-builds system the Solana docs describe. Our program explorer guide explains how to interpret an unverified result. Block pages break a slot down into its transactions, programs, rewards and compute units, which helps when you want to see how busy a block was at a given moment.

For investigations, the combination of oldest-first sorting and time filters is the real draw. Tracing where a wallet’s first SOL came from is a two-click job: open the wallet, flip the order, and read the first entries. On a standard RPC node, doing the same means paging backwards through getSignaturesForAddress up to 1,000 signatures at a time, which gets slow for busy wallets. Orb also offers pages for exploring mint, freeze and update authorities, useful when you want to know who can still change a token.

Limits: where Orb falls short

Orb’s weak spots are exports, depth of token analytics and its youth. None are deal-breakers, but they decide whether it can be your only explorer.

  • No documented CSV export. For tax spreadsheets, use Solscan’s export or the RPC route in our tax and CSV guide.
  • Lighter holder analytics. Solscan’s Holders tab remains the quicker way to judge supply concentration.
  • Not yet open source. The Apache 2.0 release is on the roadmap, not delivered, while XRAY’s older code is public.
  • Single provider. Orb depends on Helius infrastructure. If it is having a bad day, see our explorer down guide for fallbacks.

Developers who want the same history data in their own apps can look at Helius’s APIs; our Solana explorer API comparison sets them against free RPC.

Who should use Orb?

Orb suits people who want to understand activity rather than just look it up: newcomers, wallet owners reviewing their history, support teams and researchers tracing a wallet from its first transaction.

Beginners get the most immediate value, because a readable sentence beats a list of instructions. Power users benefit from oldest-first history, time filters and heatmaps. Tax users and token analysts should pair Orb with Solscan, and program developers will still want the official explorer’s custom RPC and verified-build tab. See our best Solana explorers ranking for 2026 for how the three fit together.

Phone showing a blockchain app, like reading the Orb Solana explorer on mobile
Orb's readable, one-line history entries make it one of the easiest Solana explorers to use on a phone.

Verdict: 9.2 out of 10

Orb scores 9.2 because it solves the problem most explorers ignore: making Solana activity understandable. Plain-language transactions, spam filtering, oldest-first history and heatmaps are a real step forward, and it is free with no signup. It stops short of Solscan’s 9.4 on exports and token analytics, and it still has to deliver its open-source promise. If you last used XRAY, the move to Orb is an upgrade.

By the Solscanner research deskUpdated · Review methodology

Frequently asked questions

What is Orb on Solana?

Orb is a free Solana block explorer built by Helius, the RPC and data provider. It launched on 29 October 2025 at orbmarkets.io (also reachable at orb.helius.dev). It focuses on readable transactions, wallet history with oldest-first sorting, spam filtering and AI explanations, and it runs on Helius's archival infrastructure and the getTransactionsForAddress method.

What happened to the XRAY Solana explorer?

XRAY was Helius's earlier open-source explorer. When we checked on 23 September 2026, the old xray.helius.xyz and xray.helius.dev addresses redirected to orbmarkets.io, so Orb has effectively replaced it. The XRAY code is still on GitHub at helius-labs/xray, but we found no formal deprecation post, so treat the redirect as the practical answer.

Is Orb free, and do I need an account?

Yes, Orb is free, and no signup is required. Orb's own FAQ says a wallet connection is optional; you only need it for actions such as swapping tokens. Reading transactions, wallets, tokens, programs and blocks works by pasting an address or signature into the search bar, just like any other explorer.

Is Orb better than Solscan?

For reading and understanding activity, often yes: Orb's summaries, spam filter and oldest-first history are easier to follow. For token holder rankings, labels and CSV export, Solscan is still stronger. Many users keep both open. Our best Solana explorers ranking scores Orb 9.2 and Solscan 9.4.

Partner link

Read a wallet straight from the chain

Our free lookup tool fetches balances and recent transactions from public Solana RPC nodes in your browser.

Open lookup tool

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