Bitcoin basics

Card 62

Bitcoin basics
Card 62
Topic 5 · Bitcoin basics · Navigator

How does Bitcoin verify payments without a central bank?

Card answer

Correct answer

Answer D: Signatures and previous spending are checked against shared rules.

Quick explanation

The signature authorizes the spending. Nodes also check that the amount being used is still available to spend. This lets Bitcoin verify payments without central account management.

Detailed explanation

A bank keeps accounts in its own database. It verifies identities, authorizes entries and decides which balance is authoritative. Bitcoin instead uses a publicly verifiable transaction register. It contains no traditional named bank accounts, but transaction outputs that can be spent under defined conditions.

Someone wanting to spend bitcoin creates a transaction and uses a digital signature to demonstrate control of the required keys. Nodes check, among other things, that the signature is valid, the values used exist and they have not already been spent. Miners can include valid transactions in blocks and thereby order them. A miner cannot, however, make an invalid spend valid if nodes reject it under their rules.

Bitcoin thus replaces certain tasks of central account management with cryptography, a shared register, economic incentives and distributed verification. It does not remove every form of trust. Someone using an exchange, third-party wallet software or a custodian may still depend on that party's security and honesty. Bitcoin's underlying history can nevertheless be checked without a bank as sole bookkeeper.

Example or everyday application

Instead of one office keeping a secret list, there is a public ledger. Every spend needs verifiable proof of authorization, and many independent checkers reject entries that break the shared rules.

Common misconception

A beginner might think miners keep secret accounts and can freely rewrite balances. Miners propose blocks; full nodes check whether they comply with consensus rules.

Sources used

Primary source · EN · Technical source

Bitcoin Developer Guide – Transactions

HTTPS: YESChecked: 21.09.2026REACHABLE

This source is mainly intended for developers. The relevant information may therefore be harder to find.

Check original source
Supplementary source · EN · Beginner-friendly

FAQ – Bitcoin

HTTPS: YESChecked: 19.09.2026REACHABLEACCESSIBLE
Check original source