Quantum Core Institute · exposure check
Quantum risk reduces to one question: is the public key that guards these coins already visible on-chain? If it is, a future quantum computer could derive the private key from it. Paste an address to check, or see how much of all Bitcoin already sits exposed.
The address is sent to mempool.space to read its public on-chain history. It is never stored, logged, or kept by this tool.
By the same test — is the public key visible on-chain — applied across the whole supply.
Roughly 6.04M BTC — 30.2% of issued supply — is exposed at rest (Glassnode, mid-2026). Estimates across Glassnode, Ark Invest/Unchained, Deloitte, and Chaincode Labs range 25–35% depending on method. Figures are sourced periodically, not scanned live.
Educational tool, not a security audit. "Exposed" means the public key is visible on-chain, which is a prerequisite for a future quantum attack, not evidence that funds are at immediate risk — no computer can currently break secp256k1. Spending from any address briefly reveals its key in the mempool, so even protected coins carry exposure at the moment of spending. Not financial or security advice.
FAQ
No — not today. But the timeline and the mechanism are specific enough to take seriously.
Bitcoin addresses use ECDSA (Elliptic Curve Digital Signature Algorithm) over the secp256k1 curve. Breaking a private key from a public key requires solving the elliptic curve discrete logarithm problem. A sufficiently powerful quantum computer running Shor's algorithm could do this. "Sufficiently powerful" currently means roughly 2,000–4,000 logical (error-corrected) qubits. The best quantum computers today have hundreds to low thousands of physical qubits with high error rates — logical qubit counts remain far below the threshold.
The distinction that matters — exposed vs. unexposed addresses:
The harvest-now-decrypt-later risk:
Nation-state actors may be archiving blockchain data today with the intention of decrypting exposed keys once capability arrives. This is the threat model that makes "not a problem yet" an incomplete answer.
The checker identifies whether an address falls into the exposed category. It is not a definitive security audit — it is a first-order screening based on public on-chain data.
Methodology
Classifies a Bitcoin address by whether its public key is visible on chain, and estimates the quantum resources required to break it.
P2PK and reused P2PKH expose the raw key Q and are vulnerable on a fault-tolerant quantum computer. Unspent P2PKH, P2WPKH, and P2TR key-path outputs commit only HASH160(pubkey) or a Taproot tweak — Grover alone leaves ~80 bits of security.