Introduction to Blockchain
Blockchain is a decentralized ledger system originally created to support Bitcoin trading. It is designed to be tamper‑resistant, robust to failures, pseudo‑anonymous and free of a central authority. Bitcoin is a cryptocurrency; the blockchain is the underlying technology that enables its operation. The concept was first described by Satoshi Nakamoto in a white‑paper published in October 2008. By recording every transaction in a shared ledger, blockchain solves the “double spending” problem and allows trading in low‑ or zero‑trust environments. Because the ledger is distributed, the failure of any single node does not cripple the system—other nodes can simply reboot and continue.
How Blockchain Works
A blockchain is a chronological chain of blocks, each linked to the previous one through a cryptographic hash. Every block contains a unique identifying hash, the transaction data for that block, and the hash of the preceding block. The final hash therefore reflects information on every transaction that has ever occurred in the system.
Before a block is added, transactions are verified. The distributed ledger means that every node holds a complete copy of the ledger, and a consensus mechanism ensures that the version agreed upon by a majority of nodes becomes the official chain. All nodes have equal power to perform tasks such as verification and mining.
Blocks can be defined either by a preset number of transactions or by a time interval; Bitcoin, for example, generates a new block roughly every ten minutes. Mining consists of three stages: (1) transaction verification, (2) generation of a computational problem string, and (3) miners producing a correct response hash. Hashing creates a unique string of characters that identifies the block’s contents. Changing any information in a previous block would require altering its hash and every subsequent hash faster than new blocks are added, which is practically infeasible.
Proof‑of‑Work (PoW) requires miners to solve a difficult computational puzzle, while Proof‑of‑Stake (PoS) selects a validator based on the amount of stake they hold in the network.
Types of Blockchain Systems
- Permissionless (Public) Chains – Open to anyone; all nodes have equal rights. Most cryptocurrencies operate on this model.
- Permissioned Chains – Verification rights are limited to selected nodes, creating a semi‑centralized authority for role assignment.
- Private Chains – All rights are restricted by a central authority; data can be kept private but many blockchain benefits are lost.
Impact on Business and Accounting
Blockchain’s ability to provide a real‑time, immutable record creates new possibilities across business functions.
- Inventory Tracking – Unique identifiers can be attached to items, logging their movement through the supply chain (e.g., powdered milk shipments).
- Ownership of Rare Goods – Assets such as gold bars can be tokenized, allowing ownership to be transferred via tokens rather than physical hand‑over.
- Product Authenticity – Items like diamonds can be traced back to their origin, reducing counterfeiting.
- Transaction Platform – Companies can accept cryptocurrencies such as Bitcoin directly.
In accounting, blockchain enables:
- Triple Entry Accounting – A joint ledger acts as a third entry that automatically confirms transactions, providing auditors with a self‑verifying record. This concept was introduced in a 2017 paper by Rutgers professors Jun Dai and Vazarheli.
- Process Mining and Internal Control Logging – Timestamped blocks create a chronological audit trail, helping identify inefficiencies in processes such as purchase orders.
- Information Sharing – Real‑time sharing of encrypted data with regulators, auditors, and investors becomes possible through network nodes.
These features improve confirmation, existence verification, and audit trail reliability.
Smart Contracts
Smart contracts are self‑executing computer programs that pre‑date blockchain by about fifteen years. Their original purpose was to replace paper contracts. When mounted on a blockchain, they inherit the ledger’s tamper‑proof security. Smart contracts can pull data from the blockchain itself or from external sources via oracles, and they activate instantly when predefined conditions are met.
Examples include:
- Bank Loans – A contract can monitor a borrower’s credit rating and automatically adjust interest rates or call in the loan when thresholds change.
- Inventory Management – When inventory levels fall below a set point, a smart contract can trigger a reorder.
- Continuous Audit Analytics – Contracts can monitor financial ratios such as debt‑to‑equity and flag deviations in real time.
The risk is that a smart contract is only as good as its code; programming errors can lead to fraudulent transactions.
Proposed Blockchain‑Enabled Business Environment
In a blockchain‑enabled workflow, a transaction event is first verified by the network. Relevant smart contracts examine the transaction data and either reject or accept it. Accepted transactions are packaged into a block, which is then mined and added to the chain with a timestamp. The updated blockchain can be shared instantly with auditors, management, shareholders, or the public, enabling “armchair auditors” to examine governmental blockchains.
Drawbacks and Concerns
- Security Vulnerabilities – The most significant weakness is the 51 % attack, where a majority of nodes collude to alter the ledger. This is difficult in large public networks but feasible in smaller private ones.
- Computational Demands – Mining consumes substantial electricity; Bitcoin alone uses about 0.1 % of global electricity.
- Setup Costs – Implementing a blockchain solution requires significant investment in hardware and expertise.
- Compromised Security in Private Chains – Assigning too many nodes to a single organization reduces the decentralization benefit.
- Smart Contract Flaws – Coding errors can create exploitable vulnerabilities.
- Consensus Mechanism Centralization – If a host company controls a large share of nodes, it can dominate the network.
- Data Sensitivity – Even encrypted data may become vulnerable over time as encryption methods are broken.
Concluding Thoughts
Blockchain offers real‑time, robust ledgers that could transform reporting and accounting, yet the technology remains in an early stage of the hype cycle. Optimism may outpace current applicability, and regulatory frameworks are still lacking. Nevertheless, blockchain is likely to persist and integrate into certain business interactions. For auditors and accountants, understanding blockchain fundamentals, smart contracts, and associated cybersecurity risks is essential, especially in supply‑chain and inventory contexts.
Takeaways
- Blockchain is a decentralized, tamper‑resistant ledger that solves the double‑spending problem and operates without a central authority.
- Smart contracts are self‑executing programs that gain security when deployed on a blockchain, enabling automated financial and operational processes.
- Triple entry accounting and real‑time process mining provide auditors with a self‑verifying ledger that enhances audit trails and control monitoring.
- The greatest security risk is a 51 % attack, while high electricity consumption and setup costs are practical drawbacks of blockchain adoption.
- Auditors and accountants must grasp blockchain and cybersecurity fundamentals to stay relevant in evolving supply‑chain and reporting environments.
Frequently Asked Questions
Who is Rutgers Accounting Web on YouTube?
Rutgers Accounting Web is a YouTube channel that publishes videos on a range of topics. Browse more summaries from this channel below.
Does this page include the full transcript of the video?
Yes, the full transcript for this video is available on this page. Click 'Show transcript' in the sidebar to read it.
How Blockchain Works
A blockchain is a chronological chain of blocks, each linked to the previous one through a cryptographic hash. Every block contains a unique identifying hash, the transaction data for that block, and the hash of the preceding block. The final hash therefore reflects information on every transaction that has ever occurred in the system. Before a block is added, transactions are verified. The distributed ledger means that every node holds a complete copy of the ledger, and a consensus mechanism ensures that the version agreed upon by a majority of nodes becomes the official chain. All nodes have equal power to perform tasks such as verification and mining. Blocks can be defined either by a preset number of transactions or by a time interval; Bitcoin, for example, generates a new block roughly every ten minutes. Mining consists of three stages: (1) transaction verification, (2) generation of a computational problem string, and (3) miners producing a correct response hash. Hashing creates a unique string of characters that identifies the block’s contents. Changing any information in a previous block would require altering its hash and every subsequent hash faster than new blocks are added, which is practically infeasible. Proof‑of‑Work (PoW) requires miners to solve a difficult computational puzzle, while Proof‑of‑Stake (PoS) selects a validator based on the amount of stake they hold in the network.
Helpful resources related to this video
If you want to practice or explore the concepts discussed in the video, these commonly used tools may help.
Links may be affiliate links. We only include resources that are genuinely relevant to the topic.