SUI Balance Checker
A simple and fast desktop tool to check SUI blockchain address balances and transactions.
The application reads a text file containing your SUI addresses. Each line can start with a SUI address followed (optionally) by a seed phrase, private key, derivation index or any notes — separated by colon (:) or space. The app automatically extracts the SUI address (0x + 64 hex characters) from each line.
It uses public RPC nodes to fetch the current balance (all tokens including SUI, USDC, and custom coins) and were there any transactions at the address.
Features:
• Immediately saves addresses with positive balance to SUI_BALANCES_YYYYMMDD_HHMMSS.txt
• Separately saves addresses with transactions to SUI_TX_YYYYMMDD_HHMMSS.txt
• Proper decimal handling for all token types (SUI = 9 decimals, USDC/USDT = 6 decimals, etc.)
• Supports HD Wallet addresses in format address:seed:account_index (from SUI Seed Converter)
• Start/Stop functionality to interrupt processing at any time
Is this a virus? No. You can safely run this application with your antivirus enabled (ON).
The program makes ONLY public RPC requests to check blockchain data (balances and transaction counts). It never sends your seed phrases, private keys, addresses or any other data from your file to anyone except the public blockchain nodes.
Some antivirus software (Windows Defender, Kaspersky, Avast, etc.) may flag this .exe as suspicious because:
- It handles cryptocurrency addresses and blockchain data
- It was compiled with PyInstaller (common for crypto utilities)
- New applications have a low reputation score
This is a **false positive** — the same happens with almost all legitimate crypto tools. You can verify the app is safe by:
• Checking that no network activity occurs except to public SUI RPC endpoints
How to use:
1. Prepare your .txt file with SUI addresses. Each line must contain a valid SUI address (0x + 64 hex characters).
Examples:
0xb111bd8df7fd01613ec9e000cfc19f0a1f0222f7eb93470c9eaaa56a1ae4748a
0xb111bd8df7fd01613ec9e000cfc19f0a1f0222f7eb93470c9eaaa56a1ae4748a:ability...girl:0
The app automatically extracts the address from any format.
2. Launch Sui Balance Checker.exe
3. Click "Select Addresses File" and choose your file
4. (Optional) Change RPC endpoint if needed (default: https://fullnode.mainnet.sui.io:443)
5. Select output options:
• Balances (Address:Balance:TokensCount) - POSITIVE ONLY
• Has Transactions? (YES/NO) - WITH TX ONLY (If there are a lot of transactions at the address, the verification will be very long and slow, so it is better to uncheck this box.)
6. Click "Start"
7. Use "Stop" button at any time to interrupt the process
For convenience: If you need to generate SUI addresses from seed phrases, use our SUI Seed Converter
Output files:
SUI_BALANCES_YYYYMMDD_HHMMSS.txt
Addresses with positive balance (non-zero SUI or other tokens)
Format: address:balance:token_count tokens
Example: 0xe67af1ea...:1000 USDT, 100000000000 PRIVATECOIN:2 tokens
SUI_TX_YYYYMMDD_HHMMSS.txt
Addresses with transactions
Format: address:YES
Example: 0x80096053...:YES
Both files are created ONLY when data is found (no empty files).
Updates and Support
For the latest updates, support, and additional tools, join our Telegram channel
Related Tools: crypto tools, parsers, checkers, converters and etc
LEGAL DISCLAIMER
The author of SUI Balance Checker and other applications on the channel is not responsible for any misuse of this application. This tool is intended solely for work associated with your own private keys and seed phrases. Using this software to access or manipulate addresses, private keys, or seed phrases without explicit consent from their rightful owners is illegal and punishable by law. Use this tool responsibly and only with your own cryptographic assets.