What Is SuiScan and How to Use It: Complete Guide to the Sui Block Explorer

8 Min

September 1, 2026

It is a block explorer and analytics platform built for the Sui blockchain. SuiScan explained simply: it turns Sui's on-chain data into searchable information about transactions, accounts, objects, tokens, packages, validators and network activity.

If you want to understand how to use SuiScan, you do not need to run a node. You can search the Sui block explorer using a wallet address, transaction digest, object ID or package ID. This makes SuiScan useful for both everyday users and developers.

Sui is designed around an object-centric data model. Independent transactions can be processed in parallel, while transactions involving shared objects require consensus. This architecture is important when reading SuiScan because transaction details often focus on which objects changed and how they changed.

What is SuiScan?

SuiScan is an explorer and analytics platform for Sui. It indexes and presents blockchain information through searchable pages and dashboards. Users can inspect accounts, transactions, coins, NFTs, objects, packages, validators and network activity.

It supports Sui Mainnet, Testnet and Devnet. This distinction matters because identical addresses or transactions can represent different states across networks. SuiScan's documented routes use separate network paths for these environments.

Unlike a wallet, SuiScan does not exist primarily to hold your assets. It is better understood as a public verification and analytics layer.

Example: If someone sends you SUI, you can search your address on SuiScan and verify the incoming transaction without relying only on your wallet's interface.

What is SuiScan used for?

The platform is useful for five broad tasks:

  • Tracking transactions and transaction digests
  • Checking wallet balances and token holdings
  • Inspecting objects and Move packages
  • Analysing validators and staking
  • Monitoring network and ecosystem activity

Its underlying data infrastructure is broader than a basic transaction viewer. Blockberry's Sui API, which powers data visualisation for Suiscan, covers accounts, chain information, coins, DeFi, NFTs, objects and transaction blocks.

This makes the explorer useful beyond simple payment verification.

Track Sui transactions

How do I use SuiScan to track a transaction?

To track a transaction, open SuiScan and enter the transaction digest in the search bar. Select the matching transaction and review its status, sender, recipients, gas information, execution details and affected objects. Always confirm that you are viewing the correct network before interpreting the result.

A Sui transaction uses a transaction digest, rather than the terminology commonly used on Ethereum explorers.

A transaction page can help answer questions such as:

  • Did the transaction succeed?
  • Which address initiated it?
  • Which objects changed?
  • How much gas was consumed?
  • What assets moved?
  • Which events were emitted?

SuiScan provides predictable transaction routes, making transaction pages easy to share with another user or application.

What is a transaction digest on Sui?

A transaction digest is Sui's identifier for a transaction block. It serves a similar practical purpose to a transaction hash on many other blockchains. You can use the digest to locate the transaction and inspect its execution details on SuiScan.

For example, if a payment has not appeared in your wallet, obtaining the transaction digest from the sender is often the fastest way to investigate it.

Real-world example: A merchant receiving SUI can ask a customer for the transaction digest. The merchant can then verify the transaction directly on SuiScan rather than relying on a screenshot.

SuiScan wallet address lookup

How do I check my wallet on SuiScan?

Enter your Sui wallet address into SuiScan's search bar. The resulting account page can show SUI balances, token holdings, NFTs, objects and transaction activity. You do not need to expose your private key or seed phrase. A public wallet address is sufficient for blockchain lookup.

This is particularly useful for portfolio reconciliation.

For example, suppose your wallet shows 500 SUI. SuiScan can help you inspect the underlying account activity and identify transactions that increased or reduced the balance.

Blockberry's account data includes SUI balances, coin denominations, NFTs, collections and other objects associated with an account.

Security rule: Never enter a seed phrase or private key into an explorer. A block explorer only needs public blockchain identifiers.

Check SUI token on SuiScan

SuiScan can also be used to investigate SUI and other assets issued on the network.

A token page can help users examine transaction activity and understand how an asset is moving across addresses. This is more useful than looking only at a price chart because it provides on-chain context.

For a token transfer, check:

  1. The sender and recipient
  2. The token and amount
  3. The transaction digest
  4. The execution status
  5. The associated objects
  6. The transaction time

For emerging Sui assets, on-chain data can also help users investigate holder activity and transaction patterns. However, explorer activity should not be treated as proof that a token is legitimate or financially attractive.

Sui gas fees tracker

How do I check gas fees on Sui?

Open the relevant transaction on SuiScan and inspect its gas information. Sui transactions can involve computation and storage-related costs. The amount paid depends on the transaction and network parameters.

Sui's gas model is closely connected to its object architecture. The network also uses a reference gas price mechanism to make transaction costs more predictable.

When comparing two transactions, do not look only at the total fee. Check what each transaction actually executed.

A programmable transaction block can bundle multiple operations. Sui documentation notes that a single transaction can call up to 1,024 Move functions.

SuiScan object explorer

What are objects and packages on SuiScan?

Objects are fundamental units of Sui's state. They can represent assets, NFTs and other on-chain entities. Packages contain published Move code used by decentralised applications. SuiScan lets users inspect these entities and their transaction history.

This is one of the biggest differences between Sui and account-centric blockchain explorers.

When investigating an object, users can examine its ownership, type and historical transactions. Package pages can provide information about deployed Move code and related activity. SuiScan also documents dedicated routes for object and package pages.

For developers, this is especially useful when debugging a Move application.

SuiScan package lookup

A SuiScan package lookup helps developers investigate smart contracts deployed on Sui.

Instead of looking only at a transaction's final result, developers can trace the package involved and examine related objects and transactions.

SuiScan also documents package verification functionality. Its developer tooling includes guides for package verification and transaction execution.

This makes the explorer useful during:

  • Smart contract debugging
  • Package verification
  • Transaction analysis
  • Object-state investigation
  • Application monitoring

SuiScan validator and staking

How do I check staking and validators on SuiScan?

Open the validator or staking section to compare validators and inspect staking-related information. Look at stake, voting power, commission and performance indicators before choosing a validator. Staking decisions should consider reliability and decentralisation, not only the highest displayed reward.

Sui uses Delegated Proof-of-Stake. A validator's share of total stake determines its voting power, while delegated SUI is locked for an epoch.

This creates an important analytical use case for SuiScan.

For example, a user deciding between two validators can compare their stake and performance rather than choosing randomly.

Sui's validator documentation also highlights consensus latency, upgrade reliability and operational performance as important validator considerations.

SuiScan analytics and developer APIs

SuiScan is more than a front-end explorer.

Its underlying Blockberry infrastructure provides APIs covering accounts, coins, NFTs, objects, DeFi and transaction blocks. This allows developers to consume indexed blockchain information programmatically.

This creates several practical applications.

An analytics platform could monitor wallet activity automatically. A trading application could track token movements. A developer could monitor contract activity without manually opening explorer pages.

Blockberry also provides Sui RPC endpoints for Mainnet, Testnet and Devnet.

This distinction is important: an explorer is primarily a user-facing interface, while an API or RPC endpoint is infrastructure for applications.

TransFi Positioning: using Sui beyond the explorer

SuiScan helps users verify what happened on-chain. A payment infrastructure layer solves the next problem: moving value between fiat, SUI and stablecoins.

TransFi supports Sui on-ramp and off-ramp flows through local payment methods and a single API. Businesses can convert local currency into SUI, convert SUI back to local currency and settle funds to bank accounts.

For businesses building Sui-based applications, this creates a useful separation:

SuiScan → verification and on-chain visibility
TransFi → fiat access, conversion and settlement

For example, a global application can let a user buy SUI using a local payment method. After the transaction reaches the Sui wallet, SuiScan can verify the on-chain activity. When the user wants to exit, TransFi can provide the off-ramp into supported local payout methods.

Businesses accepting stablecoins can also use TransFi Checkout. Its infrastructure supports cards, wallets, bank transfers and stablecoins through a unified API.

For merchants, this can connect the blockchain payment layer with familiar payment infrastructure without forcing users to manage every conversion manually.

If your use case involves crypto commerce, explore TransFi's Crypto Payment Gateway for stablecoin and fiat checkout infrastructure.

You can also explore guides on how to cash out USDC to your bank or convert stablecoins to local currency, depending on the market you operate in.

SuiScan vs other block explorers

SuiScan is not the only way to inspect Sui activity. SuiVision and other blockchain data platforms provide alternative interfaces.

The right explorer depends on the task.

Use case SuiScan Wallet RPC/API
Transaction verification Strong Basic Strong
Wallet balance Strong Strong Strong
Object inspection Strong Limited Strong
Package analysis Strong Limited Strong
Validator analysis Strong Limited Strong
Automated applications API support Limited Strong

The key distinction is that SuiScan combines an accessible explorer with deeper indexed analytics. Its ecosystem documentation lists transactions, epochs, DeFi, coins, NFTs, validators, usage and performance among its capabilities.

Users familiar with block explorer guides for Arbiscan, Basescan, SnowTrace or Tonviewer will recognise the basic workflow. SuiScan's object-centric data model, however, makes its transaction pages structurally different.

SuiScan not showing my transaction

Why is my Sui transaction pending or missing on SuiScan?

First, verify the network and transaction digest. A transaction submitted on Testnet or Devnet will not appear on Mainnet. If the transaction exists but is not visible immediately, check the wallet, RPC provider and explorer again after confirmation. Persistent discrepancies may indicate an indexing or submission issue.

A useful troubleshooting sequence is:

  1. Confirm Mainnet, Testnet or Devnet.
  2. Copy the exact transaction digest.
  3. Search the digest directly.
  4. Check the wallet address.
  5. Inspect the transaction status.
  6. Compare against another Sui data source if necessary.

Sui has separate network environments, and SuiScan explicitly supports Mainnet, Testnet and Devnet.

Future outlook

SuiScan's importance should increase as Sui applications become more complex.

The network's object model creates more granular state changes than a simple account-balance view can explain. As DeFi, gaming, NFTs and payments expand, users will need better ways to understand objects, packages and transaction dependencies.

The same trend benefits API-based infrastructure. Blockberry already exposes indexed Sui data across accounts, objects, coins, NFTs, DeFi and transactions.

For payment applications, the combination is particularly relevant. Sui provides fast, parallel transaction processing, while payment infrastructure such as TransFi can connect blockchain assets with local payment and settlement rails. Sui itself highlights parallel execution and real-time settlement as important properties for payments.

The likely direction is therefore not simply a better block explorer. It is a richer data layer connecting users, developers, analytics platforms and payment applications.

Conclusion

SuiScan is best understood as the visibility layer for the Sui blockchain.

It lets users track Sui transactions, perform a SuiScan wallet address lookup, inspect objects and packages, monitor gas usage and analyse validators and staking.

Its value becomes clearer when combined with Sui's architecture. Because Sui uses an object-centric model and parallel transaction execution, understanding individual state changes is often more useful than simply checking account balances.

For developers, SuiScan and its associated APIs provide a practical route into indexed blockchain data. For users, it provides an independent way to verify transactions and assets.

And for businesses building payment applications on Sui, the broader stack matters. SuiScan can provide on-chain visibility, while infrastructure such as TransFi can handle fiat-to-crypto access, stablecoin flows and local settlement.

FAQs:

1. Is SuiScan official and safe to use?

SuiScan is a recognised Sui ecosystem explorer and its documented domain is suiscan.xyz. Always check the domain before using an explorer. Never, ever put your private key or seed phrase into any explorer, regardless of the branding.

2. How do I use SuiScan to track a transaction?

Copy the Sui transaction digest and paste it into the search bar of SuiScan. Choose the matching transaction and check the status, sender and receiver, gas information, events and affected objects.

3. How do I check my wallet on SuiScan?

Enter your public Sui wallet address into the SuiScan search box. You can then see the balances, tokens, NFTs, objects and history associated with that address.

4. What is a transaction digest on Sui?

A transaction digest is the unique identifier used to locate a transaction block on Sui. It performs essentially the same function as the transaction hash on many other blockchains.

5. What are objects and packages on SuiScan?

Objects are the core unit of Sui’s on-chain state. Packages include published Move code. SuiScan enables you observe both, which is useful if you want to know about asset ownership and activity in intelligent contracts.

6. How do I check staking on SuiScan?

Check the staking or validator area and compare validator stake, voting power and performance data. It’s not only about estimating incentives, but about reliability, commission and decentralisation too.

7. Why is my Sui transaction pending or missing on SuiScan?

Make sure you are on the right network and the transaction digest is correct. Mainnet , Testnet and Devnet have different data . If you can't find the digest, compare the result with another Sui data source. 

Product Suite

Powering Global Money Movement

Explore TransFi's complete cross-border infrastructure suite.

TransFi API

Access global collections, payouts, cards, and stablecoin rails through a single API.

BizPay

Send and collect cross border payments via WhatsApp or Telegram.

BizPay Pro

Manage treasury, global banking, payouts, and digital assets from one account.

Ramp

Buy and sell digital assets across 250+ payment methods and 130+ assets.

Checkout

Accept payments worldwide through a customizable unified checkout.

OTC Desk

Execute high-value OTC trades with bespoke pricing and settlements.

Ready to simplify global payments?

Send, receive, and swap funds worldwide with ease and transparency - across 70+ countries and 40+ currencies.

Community

Join our community!

Get the latest insights on emerging market payments delivered to your inbox every month

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our Privacy Policy for more information.

One platform for every global payment need

From payouts and collections to checkout, treasury, and stablecoin rails - TransFi powers it all through a single integration.

Built for however you move money

BizPay, Checkout, Ramp, Corporate Treasury, and more - pick the products that fit your business, scale as you grow.