The CSI Case Management System is about to be released. The courses will be updated to match the update.
B |
|---|
BIP (Bitcoin Improvement Proposal)A formal proposal describing changes or additions to Bitcoin protocol or standards. | |
BlockA bundle of validated transactions added to the blockchain ledger in chronological order. | |
Block CipherA cipher that encrypts data in fixed-size blocks (such as 128-bit blocks for AES). Block ciphers are used with modes of operation to securely encrypt messages of arbitrary length. | |
Block ExplorerA web or software tool used to view blocks, transactions, addresses, and related metadata on a blockchain. | |
Block HashThe cryptographic hash that uniquely identifies a block and is derived from the block header contents. | |
Block HeightThe block’s position in the chain (counting from the genesis block). | |
Block RewardThe incentive paid to a miner/validator for producing a valid block (may include newly issued coins and fees). | |
Block StorageA storage architecture where data is stored in fixed-size blocks. Block storage is commonly used by file systems and operating systems to organize disk data efficiently. | |
BlockchainA distributed, append‑only ledger maintained by a network of nodes, where entries are grouped into cryptographically linked blocks. | |