Skip to main content

Check QRL Wallet Balance

The QRL blockchain holds all balance information on any QRL wallet address and is the source of truth. Every time a transaction is sent to or from an address it is immutably recorded on the chain.

To find an address balance, a lookup must be performed on the blockchain which searches through all of the blocks to find the latest information on any funds contained in the address.

If there are no transactions found for a given address, either incoming or outgoing, the address will not be found even if you possess the private keys.

This does not mean the address has not been created, just that it is not yet found on-chain. Send some funds to the address and it will show up.

A public address will start with a Q

An example public QRL address: Q01040007a591a62c23ed27adfe3df8eb812ee5e4b73e47fb8471e8d78ecd9b4cadc325ca36d86e

Do not use a private key to lookup an address balance in any explorer or webpage, this could compromise the funds contained in the address.

Additional information on QRL Public Addresses can be found here.

Balance Lookup Methods

Below are the methods used for searching the blockchain for a given address to attain the balance information.

QRL Block Explorer

The Block Explorer provides a user interface through the web page, allowing the user to lookup blockchain details. The easiest method of looking up a QRL address balance is to enter the public address into the QRL Block Explorer.

This will show the current balance and all transactions that have happened with the given address.

info

For more information and full documentation of the QRL Block Explorer usage see the explorer documentation.

QRL Wallet

The balance for an opened address will be shown in all of the the QRL wallets available once secret keys have been loaded.

note

This is not recommended for only a balance lookup as the secret keys are used and it is unnecessary for a simple balance lookup. Use the QRL Block Explorer and the public address for a balance lookup.

QRL Command line Tools

There are multiple advanced methods to lookup an address balance, each one using a different method or command depending on the tool used.

Use the public key where possible for a balance lookup

When possible prefer to use the public address to lookup a balance of the given wallet. THis reduces any risk associated with the secret keys being exposed for this function.

Each of these methods are documented in the following links.