Glossary

Bitcoin Core (testnet mode)

Run Bitcoin Core in testnet or regtest mode to explore the UTXO set, decode raw transactions, and mine blocks on a local test network. The `bitcoin-cli` commands `decoderawtransaction`, `getrawtransaction`, and `gettxout` correspond directly to concepts in this chapter.

Learn More

Related Terms