Encyclopedia

This Archive aims to provide the glossary terms and docs you need to understand Bitcoin and start building Bitcoin-based applications.

C

Certificate chain

A chain of certificates connecting a individual’s leaf certificate to the certificate authority’s root certificate.

Chain code

In HD wallets, 256 bits of entropy added to the public and private keys to...

Change address

An output in a transaction which returns satoshis to the spender, thus preventing too much...

Change output

An output in a transaction which returns satoshis to the spender, thus preventing too much...

Child key

In HD wallets, a key derived from a parent key. The key can be...

Child pays for parent

Selecting transactions for mining not just based on their fees but also based on the...

Child private key

In HD wallets, a key derived from a parent key. The key can be...

Child public key

In HD wallets, a key derived from a parent key. The key can be...

Coinbase

A special field used as the sole input for coinbase transactions. The coinbase allows claiming...

Coinbase block height

The current block’s height encoded into the first bytes of the coinbase field.

Coinbase transaction

The first transaction in a block. Always created by a miner, it includes a...

CompactSize

A type of variable-length integer commonly used in the Bitcoin P2P protocol and Bitcoin serialized...

Compressed public key

An ECDSA public key that is 33 bytes long rather than the 65 bytes of...

Confirmation score

A score indicating the number of blocks on the best block chain that would need...

Confirmations

A score indicating the number of blocks on the best block chain that would need...

Confirmed transaction

A score indicating the number of blocks on the best block chain that would need...

Consensus

When several nodes (usually most nodes on the network) all have the same blocks in...

Consensus rules

The block validation rules that full nodes follow to stay in consensus with other nodes.Not...

CPFP

Selecting transactions for mining not just based on their fees but also based on the...


Documentation