Skip to main content
SolanaFM logo

SolanaFM

Free
Block Explorers

SolanaFM, a block explorer for Solana. Access real-time transaction data, network statistics, and developer-friendly APIs for in-depth blockchain analysis.

Visit
solanafm image

About SolanaFM

SolanaFM is a next-generation Solana block explorer and developer API that makes on-chain data easier to read, search, and integrate. Traders use it to quickly inspect transactions, monitor wallets, and review token mint details. Builders use its REST and WebSocket APIs to fetch blocks, transfers, token metadata, SNS (.sol) domains, and account activity in production apps. The visual explorer focuses on clarity—showing a transaction flow with human-readable actions—while the developer hub exposes the same information programmatically with rate-limited, free endpoints.

SolanaFM’s “Quantum” experience highlights what most Solana users need day to day: real-time block progress, a smarter transaction header, prescriptive search that understands .sol domains, and account pages with dedicated tabs for tokens and NFTs (including compressed NFTs). Under the hood, SolanaFM speeds up page loads with multiplexed RPC data and in-house parsers that recognize protocols like Jupiter, Magic Eden, and Tensor—so a swap or market action is summarized as a simple, readable step.

SolanaFM Features

SolanaFM focuses on practical, verifiable features that help you analyze Solana quickly without extra tooling.

Real-time explorer

Search any Solana address, transaction, token, or block for decoded details, charts, and activity.

Transaction decoding

Read status, fees, logs, and human-parsed instructions for any transaction signature.

Address lookup & portfolio snapshot

Paste a wallet to see balances and a high-level profile.

Token mint pages

Check total supply, decimals, authorities, metadata, holders, and recent transfers.

What makes SolanaFM special?

SolanaFM stands out by combining human-readable exploration with developer-ready APIs:

  • Human-readable transactions and logs – The explorer summarizes complex transactions into understandable actions while keeping the full instruction/log detail for debugging. This speeds up triage when a trade fails or a program behaves unexpectedly.

  • Performance and data reliability focus – The “RPC Multiplexer” aggregates across providers to reduce missing or slow data when loading transactions. The preview emphasizes 3× faster loads, which saves time for analysts and support teams.

  • Protocol coverage out of the box – Built-in understanding of Jupiter, Magic Eden, and Tensor means less manual parsing and quicker insights on token swaps or NFT market events.

  • cNFT and .sol domain awareness – Full compressed-NFT support and an SNS domains suite (formerly Bonfida) help you connect wallet identities and assets more easily.

  • Open tooling for developers – Beyond REST/WS endpoints, SolanaFM publishes ExplorerKit, a public Solana data parser that’s framework-agnostic—handy if you want to normalize instructions consistently across services.

Pricing

Discover the pricing options available for SolanaFM

Free
  • Using the explorer is free.

  • The APIs are free with rate limits; the docs list a Free tier at $0 with 10 RPS and 1 GB of bandwidth (plus endpoint-specific caps such as /v0/accounts/:hash/transfers/csv at 1 RPS and /v1/tokens/:hash/holders at 5 RPS).

How to get started

Getting set up is straightforward whether you’re browsing or building.

1

Explore the network UI

2 minutes
Easy

Open SolanaFM and try the Quantum explorer. Use the search bar to look up a wallet, token mint, program, or .sol domain. Pin the Epoch Status and Live Block Updates modules to learn the layout quickly.

2

Inspect a transaction end-to-end

2 minutes
Easy

Paste a transaction signature, review the smart header, then expand Transaction Flow, Instructions, and Logs to see every step. This builds intuition for future debugging.

3

Review an address

2 minutes
Easy

On any wallet page, use tabs and filters to jump between Tokens, NFTs, and Transfers. If you’re checking cNFTs, confirm traits and ownership directly.

4

Try the API

2 minutes
Easy

Visit the developer hub, generate calls to /accounts/{hash}/transactions, /accounts/{hash}/transfers, or /tokens/{hash}. Read the Rate Limits page so you design with correct back-off and caching.

5

Add holders/supply or CSV to your workflow

2 minutes
Easy

For token analysis, integrate /v1/tokens/{mint}/holders and /v1/tokens/{hash}/supply. For accounting or BI work, schedule transfers CSV exports.

Pro Tips

Tip 1

Use Transaction Flow plus Logs (two formats) to reconcile why a swap failed or how a complex instruction path executed. Start with the smart summary, then drop into instructions/logs only if needed.

Tip 2

Export a wallet’s transfers as CSV for bookkeeping or off-chain analysis. It’s rate-limited to 1 RPS, so queue your jobs or cache results if you’re building a dashboard.

Frequently Asked Questions

Get answers to the most common questions about this tool

Yes. The explorer highlights cNFT traits, ownership, and full transaction history on the NFT tab.

The API Free tier is $0 with 10 RPS and endpoint-specific limits (e.g., holders 5 RPS, transfers CSV 1 RPS).

Yes. The search and API include SNS domains, including favorite domains and subdomains.