{"id":634,"date":"2026-07-15T13:21:56","date_gmt":"2026-07-15T13:21:56","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=634"},"modified":"2026-07-15T13:21:58","modified_gmt":"2026-07-15T13:21:58","slug":"monero-how-to-check-balance","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/","title":{"rendered":"How to Check Your Monero (XMR) Wallet Balance"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">With most cryptocurrencies, checking a balance is trivial: paste an address into a block explorer and the number appears. Monero doesn&#8217;t work that way. Because the protocol doesn&#8217;t expose public address balances, you can&#8217;t read an XMR balance from an address alone \u2014 you need the wallet that holds the keys, or a view key that someone has shared with you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That single difference trips up a lot of newcomers, and it&#8217;s why &#8220;why doesn&#8217;t my Monero balance show up?&#8221; is such a common question. This guide covers every way to check your Monero wallet balance \u2014 from the one-click method inside your wallet to the developer approach through a node \u2014 plus the one caveat behind almost every &#8220;wrong balance&#8221; complaint.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"why-checking-a-monero-balance-works-differently\">Why Checking a Monero Balance Works Differently<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Monero is private by default. On transparent chains like Bitcoin or Ethereum, every address and its balance sit in the open \u2014 exactly what block explorers read. Monero uses stealth addresses, hidden amounts (RingCT), and ring signatures to break those links, so an outside observer sees nothing about what your address holds or moves.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The Monero Project describes the design as &#8220;private, optionally transparent.&#8221; As its <a href=\"https:\/\/www.getmonero.org\/resources\/moneropedia\/viewkey.html\" rel=\"nofollow noopener noreferrer\">Moneropedia<\/a> puts it, Monero &#8220;features an opaque blockchain (with an explicit allowance system called the view key), in sharp contrast with transparent blockchains.&#8221; Here&#8217;s the practical upshot: privacy is the default, and visibility is something you switch on deliberately with the right key.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today, sender privacy comes from ring signatures with a ring size of 16 \u2014 one real input among 15 decoys \u2014 fixed in the <a href=\"https:\/\/www.getmonero.org\/2022\/04\/20\/network-upgrade-july-2022.html\" rel=\"nofollow noopener noreferrer\">August 2022 upgrade<\/a>. A planned change called <strong>FCMP++<\/strong> (Full-Chain Membership Proofs) would replace rings entirely, proving a spent output belongs to all eligible outputs on the chain rather than a small ring. As of mid-2026 it&#8217;s still in development and auditing with no confirmed mainnet date, so ring signatures remain in use \u2014 the current client release is 0.18.5.0 &#8216;Fluorine Fermi&#8217;.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">People transact with Monero, which is why balance-checking matters. &#8220;It shouldn&#8217;t be surprising that Monero is often used for payments rather than being held like Bitcoin as an investment,&#8221; said Justin Ehrenhofer, vice president of operations at Cake Wallet, in an April 13, 2023 CoinDesk interview, <a href=\"https:\/\/www.coindesk.com\/consensus-magazine\/2023\/04\/13\/privacy-preserving-payments-shouldnt-be-niche-monero-dev-justin-ehrenhofer-says\" rel=\"nofollow noopener noreferrer\">&#8220;Privacy-Preserving Payments Shouldn&#8217;t Be &#8216;Niche&#8217;, Monero Contributor Justin Ehrenhofer Says.&#8221;<\/a> When money moves, you need a reliable way to confirm what&#8217;s arrived and what&#8217;s left.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-dualkey-system-that-controls-what-you-can-see\">The Dual-Key System That Controls What You Can See<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Every Monero account is built on two private keys, and understanding the split is the foundation for everything below. Get this one distinction right and the rest of the methods fall into place.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/xmr-1-1024x683.png\" alt=\"\" class=\"wp-image-2520\" srcset=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/xmr-1-1024x683.png 1024w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/xmr-1-300x200.png 300w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/xmr-1-768x512.png 768w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/xmr-1.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>View key vs. spend key:<\/strong> The <strong>private spend key<\/strong> authorizes spending \u2014 it gives full control of your funds and should never be shared. The <strong>private view key<\/strong> only reveals <em>incoming<\/em> transactions to your address. Sharing it can&#8217;t move a single coin, but it does expose your incoming activity, so treat it as privacy-sensitive.<\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\">The public halves of these keys are encoded into the address you hand out \u2014 a primary address starting with <code>4<\/code>, or a recommended subaddress starting with <code>8<\/code>. This is what makes an XMR wallet check different from other coins: seeing a balance is a permission you grant, not a default anyone can access.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s a subtlety here that matters more than any other point in this guide. A view key shows money coming <em>in<\/em>, but on today&#8217;s protocol it cannot reliably see money going <em>out<\/em> \u2014 Monero currently offers only incoming view keys. Its own documentation is blunt about it: &#8220;the balance of a Monero address as shown via a viewkey should not be relied upon.&#8221; We&#8217;ll return to why that happens \u2014 and how to fix it \u2014 in the view-key section.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-1-check-the-balance-inside-your-wallet-easiest\">Method 1: Check the Balance Inside Your Wallet (Easiest)<\/h2>\n\n\n<p class=\"wp-block-paragraph\">The simplest way to check your Monero balance is to open the wallet that holds your keys and let it scan the blockchain for you. The wallet uses your private view key to find incoming outputs and your spend key material to account for what you&#8217;ve sent, then displays the total \u2014 no commands or explorers required.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You&#8217;ll usually see two numbers: <strong>balance<\/strong> and <strong>unlocked balance<\/strong>. A standard received output becomes spendable after 10 confirmations \u2014 roughly 20 minutes at the two-minute block time \u2014 so freshly received funds read as locked until then. (Mining, or coinbase, outputs differ: they mature after 60 confirmations.) A payment showing as locked isn&#8217;t missing; it&#8217;s maturing.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"desktop-gui-and-cli-wallets\">Desktop: GUI and CLI Wallets<\/h3>\n\n\n<p class=\"wp-block-paragraph\">The official Monero GUI wallet shows your balance on the main screen the moment it finishes syncing. If the figure looks stale, trigger a manual refresh and confirm the wallet is connected to a working node.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you prefer the command line, the official <a href=\"https:\/\/www.getmonero.org\/resources\/user-guides\/monero-wallet-cli.html\" rel=\"nofollow noopener noreferrer\">CLI wallet<\/a> is just as quick. Type <code>balance<\/code> to print your total and unlocked amounts, <code>refresh<\/code> to pull the latest blocks, and \u2014 with the caution noted later \u2014 <code>rescan_bc<\/code> to rescan the chain when something looks off. Those first two commands resolve most everyday &#8220;my balance is wrong&#8221; moments on desktop.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"mobile-and-lightweight-wallets\">Mobile and Lightweight Wallets<\/h3>\n\n\n<p class=\"wp-block-paragraph\">On mobile, open-source options like Cake Wallet and Monero.com show your balance on the home screen as soon as the app syncs. Feather is a popular lightweight desktop choice that does the same without storing the full blockchain.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One clarification about these wallets: they scan on your own device using your keys and only pull blockchain data from a remote node \u2014 they do <strong>not<\/strong> hand your private view key to that node. That differs from remote-synchronization light wallets (MyMonero-style servers), which do send your view information to a scanning server.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-2-view-your-balance-with-a-view-key-readonly\">Method 2: View Your Balance With a View Key (Read-Only)<\/h2>\n\n\n<p class=\"wp-block-paragraph\">Sometimes you want to view a Monero wallet balance <em>without<\/em> the ability to spend from it. An accountant auditing a business wallet, a treasurer watching a donation address, or anyone proving funds to a third party all need visibility, not control. This is exactly what the view key was built for.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You create a <strong>view-only wallet<\/strong> by restoring from your primary address plus your private view key, leaving the spend key blank. In the CLI, that&#8217;s <code>monero-wallet-cli --generate-from-view-key<\/code>; the GUI offers the same through its restore flow. The <a href=\"https:\/\/www.getmonero.org\/resources\/user-guides\/view_only.html\" rel=\"nofollow noopener noreferrer\">official view-only wallet guide<\/a> walks through both. The result is a wallet that can watch every incoming payment but can&#8217;t move a coin.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-catch-why-a-viewonly-balance-can-look-wrong\">The Catch: Why a View-Only Balance Can Look Wrong<\/h3>\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s the catch that surprises almost everyone. Because a view key only sees incoming transactions, a view-only wallet doesn&#8217;t reliably know what you&#8217;ve <em>spent<\/em>. Right after setup it can show a balance that&#8217;s too high, counting funds you already sent out as if they were still there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fix is to import <strong>key images<\/strong> \u2014 data generated with the spend key that marks which outputs have been used. You export the key images from your full wallet, import them into the view-only wallet, and refresh; only then does the balance reflect spending. If a Monero balance &#8220;doesn&#8217;t show up right&#8221; in a watch-only setup, missing key images is the number-one cause. (This limitation is also what the planned FCMP++ <em>outgoing<\/em> view keys are designed to remove in the future.)<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-3-verify-transactions-on-a-block-explorer\">Method 3: Verify Transactions on a Block Explorer<\/h2>\n\n\n<p class=\"wp-block-paragraph\">A block explorer can&#8217;t hand you a balance from an address \u2014 that&#8217;s the entire point of Monero&#8217;s privacy. What it <em>can<\/em> do is verify specific transactions, which is often what people actually need.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On an explorer like <a href=\"https:\/\/xmrchain.net\/\" rel=\"nofollow noopener noreferrer\">xmrchain.net<\/a>, you can look up a transaction by its ID to confirm it was broadcast and mined. You can also paste an address plus its view key into the explorer&#8217;s &#8220;decode outputs&#8221; tool to see which outputs belong to that address. <strong>A privacy warning matters here:<\/strong> typing a private view key into a third-party website discloses your incoming activity to whoever runs that site, so for anything sensitive, use a local wallet tool instead.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re the sender and need to prove a payment, use your wallet&#8217;s proof commands \u2014 <code>get_tx_proof<\/code> (prove a payment to a recipient) or <code>get_spend_proof<\/code> \u2014 which the recipient verifies with <code>check_tx_proof<\/code> or <code>check_spend_proof<\/code>. Older guides hand over the raw transaction private key; the proof commands are the current, safer default, as the <a href=\"https:\/\/guides.monero.com\/docs\/tutorials\/prove-payment\/\" rel=\"nofollow noopener noreferrer\">official prove-payment guide<\/a> shows.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>What you&#8217;re checking<\/th><th>Visible from the address alone?<\/th><th>What you need<\/th><\/tr><\/thead><tbody><tr><td>Wallet balance<\/td><td>No<\/td><td>The wallet&#8217;s keys, or a view key + key images<\/td><\/tr><tr><td>Incoming payments to an address<\/td><td>No<\/td><td>Address + private view key<\/td><\/tr><tr><td>A specific transaction exists<\/td><td>Yes (by TXID)<\/td><td>The transaction ID<\/td><\/tr><tr><td>Proof you sent a payment<\/td><td>No<\/td><td><code>get_tx_proof<\/code> \/ <code>get_spend_proof<\/code><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">This table is the mental model to keep: on Monero, almost nothing is readable without a key you were explicitly given. An explorer confirms that events happened, but it never exposes a balance.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"method-4-automating-balance-checks-for-apps-developers\">Method 4: Automating Balance Checks for Apps (Developers)<\/h2>\n\n\n<p class=\"wp-block-paragraph\">If you&#8217;re building an app or exchange integration, you need balances programmatically \u2014 and there&#8217;s a common misconception to clear up first: a Monero node on its own <strong>cannot<\/strong> tell you a wallet balance. The daemon (<code>monerod<\/code>) serves blockchain data over RPC but holds no keys and has no concept of &#8220;your balance.&#8221; Computing one requires wallet software that holds your keys \u2014 normally <code>monero-wallet-rpc<\/code> \u2014 pointed at a node, or a hosted scanning service that scans on your behalf with your view key.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">That&#8217;s where a provider like <a href=\"https:\/\/nownodes.io\/nodes\/monero-xmr\">NOWNodes<\/a> fits: it supplies the node layer so you don&#8217;t maintain your own server. You point <code>monero-wallet-rpc<\/code> at the endpoint <code>xmr.nownodes.io<\/code> (daemon JSON-RPC at <code>https:\/\/xmr.nownodes.io\/json_rpc<\/code>, key in the <code>api-key<\/code> header); your keys stay inside your wallet process and the node only relays blockchain data. The free START plan includes 100,000 requests per month at a rated 99.95% uptime.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For teams that would rather not run a wallet process at all, NOWNodes has also documented a light-wallet scanning flow that computes a view-key balance server-side:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Create the account<\/strong> \u2014 <code>POST https:\/\/xmr.nownodes.io\/xmr\/account<\/code> with your API key and address.<\/li>\n\n\n\n<li><strong>Resync<\/strong> \u2014 <code>POST https:\/\/xmr.nownodes.io\/xmr\/resync<\/code> with your address and view key to import recent transactions.<\/li>\n\n\n\n<li><strong>Check the balance<\/strong> \u2014 <code>POST https:\/\/xmr.nownodes.io\/xmr\/balance\/<\/code> with your API key, address, and view key.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Two cautions before using that flow. First, a privacy trade-off: handing the service your private view key lets it see your incoming transaction activity. Second, confirm the endpoints, fields, and responses against NOWNodes&#8217; current <a href=\"https:\/\/nownodes.gitbook.io\/xmr-monero\/\">documentation<\/a> before relying on them, since the scanning API has historically been documented mainly in an older article.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A sample balance response looks like this:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">json<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n  \"blockchain_height\": 3423107,\n  \"scanned_block_height\": 3423107,\n  \"start_height\": 3423000,\n  \"total_received\": \"1500000000000\",\n  \"total_sent\": \"0\",\n  \"locked_funds\": \"0\",\n  \"status\": \"success\"\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Reading it: <code>blockchain_height<\/code> and <code>scanned_block_height<\/code> show scan progress \u2014 when they match, the scan is current. Monetary fields are in <strong>atomic units<\/strong> (piconero), where 1 XMR = 10\u00b9\u00b2 atomic units, so <code>total_received<\/code> of <code>1500000000000<\/code> is 1.5 XMR. Treat <code>total_sent<\/code> with caution: an incoming view key can&#8217;t determine spends with full certainty, so unless the service also incorporates key images, the outgoing side is an estimate, not a guarantee.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"balance-not-showing-up-quick-fixes\">Balance Not Showing Up? Quick Fixes<\/h2>\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/image-1024x683.png\" alt=\"\" class=\"wp-image-2521\" srcset=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/image-1024x683.png 1024w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/image-300x200.png 300w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/image-768x512.png 768w, https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/image.png 1536w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When a Monero balance looks wrong or missing, the cause is almost always one of a handful of things. Run through these before assuming anything is actually lost.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>The wallet hasn&#8217;t finished syncing.<\/strong> Let it refresh fully and confirm it&#8217;s connected to a responsive node. A slow or offline node leaves your balance stuck in the past.<\/li>\n\n\n\n<li><strong>You&#8217;re using a view-only wallet without key images.<\/strong> Import key images from the full wallet so spends are counted, as described in Method 2.<\/li>\n\n\n\n<li><strong>The restore height was set too high.<\/strong> The wallet skipped earlier transactions; lower its refresh-from-block height to before your first transaction, then rescan.<\/li>\n\n\n\n<li><strong>Funds are still locked.<\/strong> Recently received XMR needs 10 confirmations (~20 minutes); mining outputs need 60.<\/li>\n\n\n\n<li><strong>The remote node is unreliable.<\/strong> Switch to a different node \u2014 or a managed endpoint \u2014 and refresh.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">One caution on the nuclear option: <code>rescan_bc<\/code> rescans the whole chain from your wallet&#8217;s start height and can erase locally stored data \u2014 labels, transaction notes \u2014 that don&#8217;t live on-chain, so reach for the gentler steps first. Most &#8220;missing&#8221; Monero isn&#8217;t missing at all; it&#8217;s a sync or key-image issue, and one of these steps brings the correct number back.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n<p class=\"wp-block-paragraph\">There&#8217;s no public lookup for a Monero balance, and that&#8217;s the feature, not a bug. To check an XMR balance you match the method to your situation: open your wallet for the everyday check, restore a view-only wallet for read-only visibility, use a block explorer to verify a specific transaction, or run wallet RPC against a node to automate it. Each leans on the same key system, exposed at a different level.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you remember one thing, make it the view-key caveat: it reveals incoming funds cleanly but needs key images to account for what you&#8217;ve spent. Keep that in mind and the vast majority of balance confusion disappears. For teams building on Monero, connecting through a managed provider like <a href=\"https:\/\/nownodes.io\/nodes\/monero-xmr\">NOWNodes<\/a> removes the node-maintenance burden so you can focus on the product \u2014 with a free tier to start.<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"faq\">FAQ<\/h2>\n\n\n<p class=\"wp-block-paragraph\"><strong>Can I check a Monero balance with just the address?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">No. Unlike Bitcoin or Ethereum, Monero doesn&#8217;t expose public address balances, so an address on its own reveals nothing. You need the wallet&#8217;s keys, or a view key that the owner has shared with you.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What&#8217;s the difference between a view key and a spend key?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The private spend key controls your funds and lets you send Monero \u2014 never share it. The private view key only reveals incoming transactions to your address; it can&#8217;t authorize spending, but sharing it still exposes your incoming activity, so it&#8217;s privacy-sensitive.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Why does my Monero balance look too high in a view-only wallet?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A view key can see money coming in but not reliably money going out, so a view-only wallet counts already-spent funds until you correct it. Export key images from your full wallet and import them into the view-only wallet to get an accurate figure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>What are locked and unlocked balances in Monero?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Locked balance is Monero you&#8217;ve received that hasn&#8217;t matured yet; unlocked balance is what you can actually spend. Standard received outputs unlock after 10 confirmations (~20 minutes), while mining outputs mature after 60.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Is it safe to share my private view key so someone can check my balance?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It can&#8217;t authorize spending, so no one can take your funds with it \u2014 but it isn&#8217;t &#8220;harmless.&#8221; Anyone holding it can see every incoming payment to that address, so share it only when necessary and only with a party you trust.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>How do I check XMR balances for an app or exchange?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Use wallet RPC (<code>monero-wallet-rpc<\/code>) or a dedicated wallet-scanning API connected to a Monero node \u2014 the node supplies blockchain data, and the wallet layer holds the keys that compute the balance. NOWNodes provides that node access at <code>xmr.nownodes.io<\/code>, with a free plan of 100,000 requests per month.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Does the planned FCMP++ upgrade change how I check my balance?<\/strong> <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Not for now \u2014 FCMP++ is still in development with no confirmed mainnet date, and today&#8217;s incoming view keys and wallet scanning are unchanged. If it activates, it would also enable optional outgoing view keys, which would eventually make view-only balances more accurate without importing key images.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>With most cryptocurrencies, checking a balance is trivial: paste an address into a block explorer and the number appears. Monero doesn&#8217;t work that way. Because the protocol doesn&#8217;t expose public address balances, you can&#8217;t read an XMR balance from an address alone \u2014 you need the wallet that holds the keys, or a view key [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":639,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[166,34],"tags":[],"class_list":["post-634","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-monero","category-wallet-guides"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>XMR Wallet Balance: 4 Ways to View Your Monero Balance<\/title>\n<meta name=\"description\" content=\"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XMR Wallet Balance: 4 Ways to View Your Monero Balance\" \/>\n<meta property=\"og:description\" content=\"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-15T13:21:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T13:21:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/Full-Node-Wallet-vs-Light-Wallet-2-min-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"NOWNodes Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"NOWNodes Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/\"},\"author\":{\"name\":\"NOWNodes Team\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\"},\"headline\":\"How to Check Your Monero (XMR) Wallet Balance\",\"datePublished\":\"2026-07-15T13:21:56+00:00\",\"dateModified\":\"2026-07-15T13:21:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/\"},\"wordCount\":2496,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"articleSection\":[\"Monero\",\"Wallet Guides\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/\",\"url\":\"https:\/\/nownodes.io\/blog\",\"name\":\"XMR Wallet Balance: 4 Ways to View Your Monero Balance\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2026-07-15T13:21:56+00:00\",\"dateModified\":\"2026-07-15T13:21:58+00:00\",\"description\":\"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Wallet Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/wallet-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Check Your Monero (XMR) Wallet Balance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c\",\"name\":\"NOWNodes Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g\",\"caption\":\"NOWNodes Team\"},\"sameAs\":[\"http:\/\/65.108.139.113\"],\"url\":\"https:\/\/nownodes.io\/blog\/author\/nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XMR Wallet Balance: 4 Ways to View Your Monero Balance","description":"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/","og_locale":"en_US","og_type":"article","og_title":"XMR Wallet Balance: 4 Ways to View Your Monero Balance","og_description":"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.","og_url":"https:\/\/nownodes.io\/blog\/","og_site_name":"NOWNodes Blog","article_published_time":"2026-07-15T13:21:56+00:00","article_modified_time":"2026-07-15T13:21:58+00:00","og_image":[{"width":2560,"height":1440,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/05\/Full-Node-Wallet-vs-Light-Wallet-2-min-scaled.jpg","type":"image\/jpeg"}],"author":"NOWNodes Team","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"NOWNodes Team","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/"},"author":{"name":"NOWNodes Team","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c"},"headline":"How to Check Your Monero (XMR) Wallet Balance","datePublished":"2026-07-15T13:21:56+00:00","dateModified":"2026-07-15T13:21:58+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/"},"wordCount":2496,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"articleSection":["Monero","Wallet Guides"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/monero-xmr-how-to-check-balance\/","url":"https:\/\/nownodes.io\/blog","name":"XMR Wallet Balance: 4 Ways to View Your Monero Balance","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2026-07-15T13:21:56+00:00","dateModified":"2026-07-15T13:21:58+00:00","description":"Learn how to check your Monero wallet balance the right way \u2014 inside your wallet, with a view key, on a block explorer, or via a node.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Wallet Guides","item":"https:\/\/nownodes.io\/blog\/category\/wallet-guides"},{"@type":"ListItem","position":3,"name":"How to Check Your Monero (XMR) Wallet Balance"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/c041891469390738b68a2aafe063f93c","name":"NOWNodes Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/084e45aa2f2bfa61b9ce9f41af97a74f38e87c065b0d49f23a1bb84727320c2e?s=96&d=mm&r=g","caption":"NOWNodes Team"},"sameAs":["http:\/\/65.108.139.113"],"url":"https:\/\/nownodes.io\/blog\/author\/nownodes"}]}},"modified_by":"\u0410nastasia","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/634","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=634"}],"version-history":[{"count":4,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/634\/revisions"}],"predecessor-version":[{"id":2525,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/634\/revisions\/2525"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/639"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=634"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=634"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=634"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}