Transactions
Bitcoin Transactions
A Bitcoin transaction is not a debit from an account. It is a chain of cryptographic claims: you prove you control some unspent outputs (UTXOs), you spend them, and you create new outputs locked to whoever you are paying. Understanding this changes how you think about wallets, fees, and privacy.
In this section
- Understanding Transactions — the mental model you need before anything else
- UTXOs — the building blocks every transaction consumes and produces
- Creating Transactions — how a wallet actually assembles a transaction
- Signing Transactions — what signing means and how online vs offline signing differ
- Broadcasting Transactions — getting your signed transaction onto the network
- Fees — how miners pick which transactions to include
- Transaction Types — pre-signed, fully signed, and partially signed (PSBT)