Wallets · Bitcoin glossary

What is Wallet?

Software or hardware that manages keys and helps receive, construct, or sign transactions.

Plain-English definition · Reviewed 2026-08-04
In one sentence

Software or hardware that manages keys and helps receive, construct, or sign transactions.

01

Wallet meaning

A Bitcoin wallet is a key and transaction-management system, not a container holding digital coins. The bitcoin remains represented by outputs on the shared ledger. The wallet finds relevant outputs and holds or coordinates the keys needed to spend them.

02

How it works in Bitcoin

Wallet functions can be separated: one component may generate receive information, another may sign offline, and a networked component may watch and broadcast. Custodial services and self-custody wallets assign control differently.

03

A simple example

A mobile wallet derives a fresh address, notices an incoming UTXO, constructs a later spend with change, signs it, and broadcasts it through a connected node.

04

Why Wallet matters

Wallet terms describe key control, signing and recovery rather than coins stored inside an application. The distinction becomes critical during backup or device failure.

05

What people often get wrong

Back up the recovery material, verify software and addresses, and understand who controls the keys. Deleting an app is harmless only if a tested backup can restore the wallet.

06

Quick checks before using the term

  • Who controls the spending keys?
  • How would recovery work after a lost device?
  • Has the backup been tested without exposing it?

Apply these questions to the concrete example above. A precise answer is more useful than repeating the definition without naming the actor, rule or failure path.

Check the primary reference

This entry is written in plain English, but the technical source is available when you need exact protocol detail.

Bitcoin Developer Guide: Wallets ↗