How Do Bitcoin Transactions Work?

4 min read

If you’ve ever sent or received a Bitcoin transaction, you may recognize the magical feeling that you just did something profound. There was no intermediary for the transaction, nobody had to be asked for permission, and it was faster than any bank transfer.

How is all this possible? In this article we look into how bitcoin transactions work under the hood.

What Is a Bitcoin Transaction?

A transaction is a transfer of Bitcoin value on the blockchain. In very simple terms, a transaction is when participant A gives a designated amount of Bitcoin they own to participant B.

Transactions are created through wallets: either on mobile, desktop or specialized hardware.

Learn more about how Bitcoin wallets work.

How Does A Bitcoin Transaction Work?

For Bitcoin users, sending a transaction is as simple as entering an amount and an address in their wallet and pressing send. They don’t have to worry about the technicalities of how it works. Many users are curious how it works in practice though.

Learn more about Bitcoin addresses.

Bitcoin makes use of public-key cryptography to ensure the integrity of transactions created on the network. In order to transfer bitcoin, each participant has pairs of public keys and private keys that control pieces of bitcoin they own. A public key is a series of letters and numbers that a user must share in order to receive funds. In contrast, a private key must be kept secret as it authorizes the spending of any funds received by the associated public key.

Key Fact: Both addresses and public keys can be used to receive bitcoin, but addresses are prefered for security and brevity.
The terms address and public key are often used interchangeably. An address is a representation of a public key, used for security and brevity.

Using the private key associated with their bitcoin, a user can sign transactions and thereby transfer the value to a new owner. The transaction is then broadcast to the network to be included in the blockchain.

Warning: anyone who possesses your private keys has access to your bitcoin.
Anyone who possesses your private keys has access to your bitcoin.

Overview of a Bitcoin Transaction

To better illustrate how value is transferred in the Bitcoin network, we will walk through an example transaction, where Alice sends .05 bitcoin to Bob.

At a high level, a transaction has three main parts:

  1. Inputs. The bitcoin address that contains the bitcoin Alice wants to send. To be more accurate, it is the address from which Alice had previously received bitcoin to and is now wanting to spend.
  2. Outputs. Bob’s public key or bitcoin address.
  3. Amounts. The amount of bitcoin Alice wants to send.
Key Fact: A transaction can contain multiple inputs and outputs.
A transaction can contain multiple inputs and outputs. As long as each output has an associated amount and the input amounts total more than the output amounts, the transaction is valid.

In order for Alice to send the .05 bitcoin to Bob, she signs a message with the transaction details using her private key. The message contains the input, output, and amount as described above. The transaction is then broadcast to the rest of the Bitcoin network where nodes verify that Alice’s private key is able to access the inputs (by checking that Alice’s private key matches the public key she is claiming to own).

Once a transaction is broadcasted to a node, this node then passes it along the network until it reaches a mining node. Miners will then order this transaction into what is called a block template. This is a blueprint for the block which the miner is attempting to add to the blockchain. If a miner finds the next block in the chain, then this block template is mined and becomes an immutable block on the blockchain. Finally, this block is broadcasted to the network’s nodes who will include it in their copy of the chain.

Learn more about how to send and receive transactions from a Bitcoin wallet.

Bitcoin Transaction Fees

Bitcoin users can control how quickly their transactions are processed by setting the fee rate. The higher the fee rate, the faster the transaction will be processed.

Each block in the blockchain can only contain up to 1MB of information. Since space is limited, a limited number of transactions can be included in each block. Miners receive both a block subsidy (newly minted bitcoin) and transaction fees for ordering transactions into blocks. This means they are incentivized to prioritize the transaction with the highest fees. During times of high network congestion, where a large number of users want to transact, the transactions with the highest fees are more likely to be included in the next block.

Key Takeaways

  • A Bitcoin transaction is a transfer of bitcoin from one address to another. The valid transaction must be signed by the sender.
  • Bitcoin does not have accounts. Instead, pieces of Bitcoin of arbitrary size are all associated with an address, which is controlled by the owner of that bitcoin. These pieces of Bitcoin are called Unspent Transaction Outputs (UTXOs).
  • All Bitcoin transactions are published to the mempool, where they are considered 'pending'. When a miner adds a transaction to a block, it is then considered confirmed.
#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z