← Back to Articles
Bitcoin Basics
What Is a Bitcoin Transaction? How It Works Explained
Wed Apr 29 2026 • 6 min read
A Bitcoin transaction is how value moves across the network.
When you send bitcoin to someone, you are creating a transaction that tells the network how ownership is changing.
---
## What a transaction actually does
A transaction does not move coins in the traditional sense.
Instead, it updates the blockchain by:
- Using existing UTXOs as inputs
- Creating new UTXOs as outputs
This is how Bitcoin tracks ownership.
---
## Inputs and outputs
Every transaction has two key parts:
Inputs:
These are existing UTXOs you control.
Outputs:
These define where the bitcoin is going.
Often, one output goes to the recipient, and another returns change back to you.
---
## Transactions are signed
To create a valid transaction, your wallet must sign it using your private keys.
This proves to the network that you have permission to spend those UTXOs.
Without a valid signature, the transaction is rejected.
---
## Transactions are broadcast
Once signed, the transaction is sent to the Bitcoin network.
Nodes receive it and place it into the mempool, where it waits to be included in a block.
---
## Final takeaway
A Bitcoin transaction is not just sending money.
It is a structured update to the ledger that changes ownership using cryptographic proof.
Related Articles
Bitcoin Basics
What Is Bitcoin?
A clear, practical explanation of what bitcoin is, how it works, and why it matters.
Bitcoin Basics
How to Buy Bitcoin Safely
A practical guide to buying bitcoin while avoiding scams and unnecessary risk.
Bitcoin Basics
What Is a Bitcoin Block?
Learn how transactions are grouped into blocks and added to the Bitcoin blockchain.
