Your Bitcoin transaction is stuck and unconfirmed? Learn exactly how to fix it using Replace-By-Fee (RBF), Child-Pays-for-Parent (CPFP), and re-broadcasting tools. Step-by-step guide with practical solutions.
Tag: technical
25 pages tagged "technical"
A detailed technical walkthrough of Bitcoin mining — from block template construction and transaction selection to SHA-256 double hashing, difficulty targets, nonce searching, block propagation, mining pool mechanics, and ASIC evolution.
A practical guide to running your own Bitcoin full node — from hardware requirements and Bitcoin Core installation to Tor configuration and connecting your wallet.
Activated in 2021, Taproot introduced Schnorr signatures, MAST, and Tapscript — fundamentally improving Bitcoin's privacy, efficiency, and smart contract capabilities through a soft fork.
Ordinal theory assigns unique numbers to each satoshi, while Inscriptions permanently record data on the Bitcoin blockchain. The new use case that has shaken the Bitcoin ecosystem since 2023.
Learn how to verify Bitcoin transactions step by step — from using block explorers and understanding txid to running your own full node for trustless verification.
What Is a Bitcoin Wallet Address?
beginnerA complete guide to Bitcoin wallet addresses: how they are generated, the different address types (P2PKH, P2SH, SegWit, Taproot), and best practices for safe use.
Understanding the UTXO Model
intermediateUnderstand Bitcoin's UTXO (Unspent Transaction Output) model through hands-on examples. Compare it with Ethereum's account model and learn how UTXO selection affects transaction fees.
Learn the real mechanics of Bitcoin transaction fees with practical examples. Covers sat/vbyte units, virtual byte calculation, how to estimate the right fee, and strategies to avoid overpaying.
What Is a TXID?
beginnerThe definition of a Bitcoin Transaction ID (TXID), how it is generated, real-world examples, the malleability problem, and how SegWit solved it. Understanding TXIDs is the key to tracking Bitcoin transactions.
How to Read a Bitcoin Transaction
beginnerLearn how to break down and read the internal structure of a Bitcoin transaction. Interpret the version, inputs, outputs, and locktime fields one by one, understand fee calculation and what confirmations mean, then practice by looking up a real transaction on txid.uk.
What Is the Mempool?
beginnerHow the mempool works: the waiting room for Bitcoin transactions before they are included in a block. Covers each node's independent mempool, miner transaction selection, fee competition, RBF and CPFP, and the risks of zero-confirmation transactions.
What does it truly mean to own Bitcoin? Without a full node, you are using someone else's Bitcoin.
A detailed explanation of how the blockchain enables transactions without banks. We take a deep look at block structure, hash functions, and how decentralization actually works.
A detailed technical breakdown of Bitcoin's block structure — from the 80-byte header to the coinbase transaction, SegWit witness data, and block weight. Includes hex analysis of a real block header.
A deep technical guide to Bitcoin Script — the stack-based programming language that defines how bitcoin can be spent. Covers opcodes, standard script types (P2PKH, P2SH, P2WPKH, P2TR), execution traces, timelocks, multisig, and Tapscript.
How Bitcoin Addresses Work: From P2PKH to Bech32m
intermediateA comprehensive technical guide to Bitcoin address types — P2PKH (1...), P2SH (3...), P2WPKH (bc1q...), P2TR (bc1p...). Covers Base58Check vs Bech32/Bech32m encoding, checksum mechanisms, key derivation, and why Bech32m is superior.
Mempool is a space where unconfirmed transactions that have not yet been included in a block wait.
How Child-Pays-for-Parent (CPFP) works in Bitcoin — package relay mechanics, fee calculation, use cases for recipients and senders, comparison with RBF, and practical wallet examples.
A Merkle tree is a binary hash tree structure that efficiently verifies data integrity by summarizing large amounts of data into a single hash value.
SegWit (Segregated Witness) is a Bitcoin protocol upgrade activated in 2017 that increases the practical capacity of blocks by separating signature data from transactions.
UTXO Model (Unspent Transaction Output)
intermediateBitcoin manages balances not as account totals but as sums of unspent transaction outputs (UTXOs). The coin model's principles and its privacy and security advantages.
Byzantine Generals Problem
IntermediateThe classic distributed computing problem that Bitcoin elegantly solves through proof of work, enabling trustless consensus.
51% Attack
IntermediateWhat happens when one entity controls majority hashrate — theoretically possible, practically impossible on Bitcoin.
ASIC Mining
IntermediateHow specialized chips designed solely for SHA-256 hashing transformed Bitcoin mining from a hobby into an industrial operation.