Transactions, blockchain and network

Card 89

Transactions, blockchain and network
Card 89
Topic 7 · Transactions, blockchain and network · Navigator

Why does a Bitcoin transaction not automatically cost more when you send more bitcoin?

Card answer

Correct answer

Answer C: Mainly on the block space required.

Quick explanation

What matters is not how many bitcoin you send, but how much space the transaction needs in the block and how much demand there is for that space.

Detailed explanation

Since SegWit, BIP 141 limits a block to at most 4,000,000 weight units. A transaction's virtual size is derived from its weight. This limit keeps bandwidth, storage and validation manageable for independently verifying nodes but makes on-chain block space scarce.

On-chain payments usually use a chosen fee rate, often quoted in satoshis per virtual byte, or sat/vB. The total fee equals fee rate multiplied by virtual transaction size. A transaction with many inputs can therefore cost more than a payment transferring a higher bitcoin amount with only one input.

When many transactions wait in mempools, they compete for block space. Miners or pools select transactions under their own rules, often considering fee revenue and dependencies. A higher fee rate can make earlier inclusion more likely but guarantees neither a particular block nor a fixed confirmation time.

Wallets can estimate fees for a desired confirmation target. These estimates rely on observed data and may be too high or low when demand changes. A very low rate can cause long waits or limited relay; an unnecessarily high rate raises costs. RBF and CPFP can help in certain cases, depending on the transaction and wallet. Network fees must be distinguished from a provider's trading, service and withdrawal fees.

Example or everyday application

Transaction A has one input and two outputs. Transaction B has ten inputs and also two outputs. At the same fee rate, B has a larger virtual size and thus a higher total fee, even if it transfers less bitcoin.

Common misconception

Misconception: sending more bitcoin automatically requires a higher network fee. Correction: the main factors are transaction weight, chosen fee rate and current demand for block space, not the bitcoin value transferred.

Sources used

Primary source · EN · Technical source

Bitcoin Developer Guide - Payment Processing

HTTPS: YESChecked: 19.09.2026REACHABLE

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

Check original source
Supplementary source · EN · Technical source

BIP 141 - Blockgewicht und Konsensgrenze

HTTPS: YESChecked: 19.09.2026REACHABLE

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

Check original source