I. Concept. General Features
A blockchain is a ledger, a decentralized electronic registry distributed across multiple computers, consisting of a linked list of blocks.
Blockchain is used to record transactions, and once added, these cannot be modified retroactively without altering subsequent blocks of information. Growing linearly, each new block connects to the previous one, forming a chain.
In other words, blockchain is a specific type of database, but it differs from a typical database in the way it stores information. Blockchains store data in blocks, which are then chained together. As more data is added, it is inserted into a new block. Once the block is filled, it is linked to the previous block, ensuring that data is stored in chronological order.
The result is a robust transaction system, a public ledger composed of blocks of information that is constantly growing, where data can only be added and read, but not deleted or altered.
The use of blockchain eliminates the possibility of copying or cloning digital assets. Blockchain ensures that each unit of value is transferred only once, thereby eliminating the risk of double spending.
Blockchains are also described as value exchange protocols. Blockchain-based exchanges of value can be completed faster, more securely, and at lower cost compared to traditional systems.
Thus, blockchain presents itself, according to various perspectives, as a trust-based, transparent, intermediary-free system, consisting of an endless chain of transactions, recorded one after another and always visible.
A blockchain database is autonomously managed, using a peer-to-peer network and a distributed timestamp server. These servers are maintained through mass collaboration driven by collective interests, with security and transparency ensured by the large number of participants.
Terminology: block = bloc; chain = lanț; blockchain = chain of blocks (information blocks).
II. History
The concept of “blockchain” first appeared in 1991, designed as a solution to seal archived documents. In a paper written by Stuart Haber and W. Scott Stornetta, entitled “How to Time-Stamp a Digital Document”, the idea of digitally time-stamping documents was proposed to ensure that transactions were “signed” at a given moment. The following year, Haber and Stornetta implemented a Merkle Tree (also known as a hash tree), in which multiple transactions were stored in each block.
In 1996, Cambridge cryptographer Ross Anderson described in his paper “The Eternity Service” a decentralized storage system characterized by the impossibility of deleting updates once made. At that time, his paper was considered revolutionary, as it envisioned the development of more secure, peer-to-peer systems.
Two years later, in 1998, B. Schneier and J. Kelsey detailed another method of securing logs from untrusted machines using cryptography. They described how a computer could prevent attackers from modifying past logs while making current ones unreadable.
A major development occurred in 2002, when cryptographers David Mazières and Dennis Shasha proposed a decentralized trust-based file system. This proto-blockchain was based on the idea that the system’s writers trusted each other, but not the system itself. Instead of digitally signing files with SHA256 encryption, they recorded them and linked them together in a chain, stored in a Merkle tree.
In 2005, lawyer and cryptography pioneer Nick Szabo created a simplified version of blockchain and introduced it alongside his proto-cryptocurrency “digital gold.”
All of these developments led to 2008, when the pseudonymous Satoshi Nakamoto—whether an individual or a group—published the first open-source version of the Blockchain protocol on the Bitcointalk forum.
In his paper “Bitcoin: A Peer-to-Peer Electronic Cash System”, Nakamoto described the concept of Bitcoin and its underlying mechanisms. However, he never used the term blockchain. Instead, he referred to “blocks” and “chains” separately to explain how multiple blocks, each containing transaction data, were connected. Over the years, the term blockchain became the standard, though Nakamoto himself never named it that way.
Theories about Nakamoto’s identity range from government conspiracies to a corporate conglomerate (Samsung–Toshiba–Nakamichi–Motorola) and even to famous but deceased scientists.
The first practical application of blockchain was the cryptocurrency and payment system Bitcoin.
Due to the collective contributions made online to Bitcoin’s blockchain code, it is estimated that less than 10% of the original code has survived—most of which is inactive today—making blockchain a true collective creation of the internet. A Bitcoin is divisible up to 8 decimal places, with the smallest unit (0.00000001 BTC) named a Satoshi, in honor of its creator.
III. Structure. Functioning
III.1. Blocks
Blocks contain sets of transactions that are indexed and encoded in a special data structure, compiled together.
Each block contains:
- Data – depending on the type of blockchain. For example, the Bitcoin blockchain contains transaction details: sender, receiver, and amount.
- The Hash – a unique digital fingerprint of that block. When a block is created, its hash is also generated. Any change to the block’s information automatically changes the hash, making the block identifiable as altered.
- The Hash of the Previous Block – the linking element that connects blocks and makes the chain secure.
Verification of the chain’s integrity can be performed repeatedly, all the way back to the first block, called the Genesis Block.
III.2. Security
The security of blockchain comes from the combined use of hash functions, the proof-of-work mechanism, and decentralization.
III.2.1. Proof-of-Work
Computers (nodes) maintaining a blockchain database may have different historical versions. Each version has a “work value,” and in proof-of-work systems, the chain with the most cumulative work is considered valid.
Every node has a copy of the blockchain. Data integrity is ensured by massive replication and by requiring nodes to solve mathematical puzzles (proof-of-work) to validate transactions. Nodes that successfully validate transactions and record them on the blockchain are rewarded with tokens.
There is no “official” central copy and no user is inherently more trustworthy than another. Transactions are broadcast across the network using specialized software. Mining nodes validate transactions, add them to a block, and publish that block to the network once completed.
III.2.2. Decentralization – Peer-to-Peer Networks
Another layer of security comes from the distributed architecture of blockchain. Instead of a central entity managing the database, blockchain uses a peer-to-peer network, where each participant holds a full copy of the ledger.
This eliminates the risks of centralized systems, where a single point of failure can disrupt the network. With blockchain, there is no “critical server” that hackers can target to compromise the system.
Security also relies on public-key cryptography:
- A public key acts as an address on the blockchain.
- A private key works like a password, granting access to digital assets.
Stored data is generally considered incorruptible. While centralized databases can be altered or manipulated, decentralized blockchains offer transparency for all participants.
III.3. Creation of a New Block
New blocks are verified and added to the blockchain by computers known as miners, who are rewarded with a small transaction fee for contributing computing power.
Every transaction must be validated by miners. Using specialized software, miners solve mathematical problems. The first to solve it writes the block to the chain, while others validate it. The block is then broadcast across the network, and each node adds it to its copy if valid. Invalid blocks are rejected.
Block time refers to the average time it takes to create and add a new block to the chain. This varies by blockchain:
- Bitcoin: ~10 minutes
- Ethereum: ~20 seconds
- Elrond (EGLD): ~5 seconds
Breaking a blockchain would require:
- Modifying the hashes of all targeted blocks.
- Re-doing the proof-of-work for each.
- Controlling more than half of the network’s peer-to-peer nodes.
IV. Perspectives. Practical Applications
Blockchain technology can serve as the foundation for corporate operations, especially in industries where the provenance of raw materials, transparency, and reliability of supplier transactions or the traceability of individual components in the supply chain are essential.
For example, FedEx Corporation, the American shipping giant, has been testing blockchain technology for tracking high-value shipments.
Similarly, blockchain solutions are being developed for container shipping management. The logistics company Agility, in partnership with Maersk and IBM, has worked on a blockchain-based platform that allows the tracking and management of container shipments. Agility collects information on shipments and transfers it into a decentralized ledger developed by IBM and Maersk. The goal is to reduce costs and improve efficiency through full integration of shipping data into a secure, shared platform accessible to shippers, carriers, and other supply chain stakeholders. The expected result is greater efficiency and security in international trade.
Automation and Smart Contracts
Automation of complex human processes is a cornerstone of technological progress. While full-scale digitalization of law is not yet here, the standardization of contractual relationships is increasingly seen as necessary. This brings us to smart contracts.
The term “smart contract” was coined by Nick Szabo around 1993. It refers to computer programs designed to secure, execute, and enforce contractual relationships. The idea is to shift trust from parties to software—formalizing contractual obligations in code. If the software can be trusted to execute the contract, parties need not rely on each other’s goodwill.
Smart contracts allow trustless transactions without third parties. Once executed, these transactions are traceable and irreversible.
They contain all terms and conditions and automatically enforce them. Using blockchain, contractual terms are encoded into a block, then distributed across the network. Execution is carried out automatically once conditions are met.
Because smart contracts are encrypted and replicated across nodes, they are resistant to tampering, deletion, or revision. By eliminating intermediaries and automating execution, they provide greater speed and lower costs.
Other Use Cases for Blockchain
Beyond finance, blockchain applications are expanding into multiple fields:
- Medical records management
- Identity verification
- Food traceability
- Property and land registry
- Election security
- Notarial registries
- Tax collection
- Accounting
Notable Blockchain Applications
- Bitcoin (2009): The first practical blockchain application, designed for the creation, storage, and transfer of value in a secure, decentralized, peer-to-peer, transparent manner.
- Ethereum: An open-source blockchain platform enabling smart contracts and decentralized applications. Widely used for digital signatures, copyright management, and decentralized finance.
- PUBLIQ (2017): A blockchain-based platform for writers, aimed at ensuring authenticity, combating censorship, and fighting fake news. It serves as a transparent ledger for intellectual property rights and digital payments to authors.
- Elrond – Maiar App: A blockchain-based financial application that allows cryptocurrency transfers via phone number or nickname. As a non-custodial wallet, users hold their private keys locally, ensuring full control. Transactions are fast (block time ~5 seconds) and secured with minimal fees paid in Elrond’s native currency (eGold).
V. Classification
Depending on who controls the blockchain and who has access to it, we distinguish between public blockchains and private blockchains.
Public Blockchains
In a public blockchain, anyone can read, copy, and propose modifications to the source code. Users can even create their own blockchain via a simple copy-paste. Proposed changes to the code are called improvement proposals (for example, Bitcoin Improvement Proposals – BIPs) and must be voted on by the network’s nodes, requiring a minimum percentage of consensus.
When fundamental disagreements arise that fail to reach consensus, a blockchain can undergo a fork, resulting in two separate blockchains that share the same history until the split. From that point forward, they diverge, with different miners and different transactions.
In such cases, users (cryptocurrency holders) typically receive coins on both chains, equal to the balance they held at the moment of the fork.
All participants—users, miners, node operators, and developers—may remain anonymous.
Private Blockchains
Private blockchains are typically created by corporations or governments. Unlike public blockchains, they do not allow open access to source code, nor do they rely on decentralized validation by public nodes. Instead, validation is performed by selected participants, usually owned or controlled by the entity that created the blockchain.
As a result, private blockchains tend to rely on their own miners and network nodes, operating under closed governance.
VI. Legal Protection
The creator of a database may protect its content through a sui generis right, and its structure through copyright.
If a database meets the requirements for both copyright protection and sui generis rights, the creator may claim both.
In European law, these rights are recognized under Directive 96/9/EC of 11 March 1996 on the legal protection of databases. In Romanian law, they are implemented in Law no. 8/1996 on copyright and related rights.
1. Copyright Protection
If a database qualifies as an intellectual creation, it may be protected by copyright, granting the author exclusive rights to reproduce, adapt, and distribute the database or any variation of it.
Copyright, however, protects only the structure of the database, not its content.
1.1. Directive 96/9/EC
Article 3 of Directive 96/9/EC provides that databases which, by reason of the selection or arrangement of their contents, constitute the author’s own intellectual creation are protected by copyright.
No other criteria shall be applied to determine eligibility for such protection.
However, according to Article 3(2), copyright protection does not extend to the contents of the database and does not prejudice any rights existing in such content.
The author is the natural person or group of natural persons who created the database, or, if national law allows, the legal entity considered to hold the right.
If a database is created jointly by multiple authors, exclusive rights are jointly held.
Authors benefit from exclusive rights to:
a) Reproduce the database, in whole or in part, permanently or temporarily, by any means.
b) Translate, adapt, arrange, or otherwise transform it.
c) Distribute copies of the database to the public. The first sale within the EU by the right holder exhausts this right.
d) Communicate, display, or perform it publicly.
e) Authorize any of the above acts.
1.2. Romanian Copyright Law – Law no. 8/1996
Article 1(2) provides that “an intellectual creation is recognized and protected by copyright from the moment of its creation, regardless of public disclosure, even in unfinished form.”
Article 8 explicitly includes databases as copyrightable works, if their arrangement or selection constitutes an intellectual creation.
Authors may be natural persons or, in certain legal cases, legal entities. Works created jointly belong to co-authors, unless agreed otherwise.
2. Sui Generis Rights
The content of a database may be protected through a sui generis right, independent of copyright.
This right protects the substantial investment (financial, material, or human) made in obtaining, verifying, or presenting the content.
2.1. Directive 96/9/EC
Article 7 grants database producers the right to prohibit extraction or re-utilization of the whole or substantial parts of the database.
- Extraction = transferring all or a substantial part of the contents to another medium.
- Re-utilization = making the database contents available to the public (by distribution, online transmission, etc.).
The right lasts for 15 years from the date of completion or first public availability. Substantial modifications or new investments restart protection for another 15 years.
Only EU nationals and companies with real and continuous links to the EU economy can benefit.
2.2. Romanian Law – Law no. 8/1996
Articles 140–143 transpose these rules into national law.
Romanian law also allows legitimate users to extract or re-use insubstantial parts of a database, as long as it does not conflict with normal exploitation or prejudice the producer.
Article 140(4) provides exceptions allowing extraction or reuse without authorization for:
- Private use of non-electronic databases.
- Educational or scientific research (with source citation).
- Public order, national security, or judicial/administrative procedures.
- Other exceptions consistent with Article 35 of the law (such as quotations, reproductions for teaching, or library use).
VII. Taxes and Fiscal Treatment of Cryptocurrency Transactions
In Romania, the fiscal framework for cryptocurrency transactions was introduced by Law no. 30/2019, which amended the Fiscal Code (Law no. 227/2015).
According to Article 114(2)(m) of the Fiscal Code, income from the transfer of virtual currency is considered taxable income.
1. Taxpayer Obligations
Individuals earning income from cryptocurrency transfers must submit the Single Declaration on Income Tax and Social Contributions (Declarația Unică) to the tax authorities by May 25th of the following year.
The tax owed is calculated by the taxpayer themselves, applying a 10% income tax rate on the capital gain.
The taxable gain is the positive difference between the sale price and the purchase price, including direct transaction costs.
Transactions with a gain below 200 RON are exempt from taxation, provided the total annual gains do not exceed 600 RON.
2. Health Insurance Contribution (CASS)
Cryptocurrency income may also trigger liability for health insurance contributions (CASS).
This contribution is owed only if the individual estimates an annual income (from cryptocurrency transactions alone or combined with other sources) at least equal to 12 gross minimum wages.
3. Entry into Force
The fiscal provisions introduced by Law no. 30/2019 apply starting with income realized in 2019.
Thus, starting with that year, cryptocurrency transactions in Romania are legally recognized as taxable events, with income classified as “other sources.”
VIII. Bibliography
- EU Official Sources:
- Directive 96/9/EC of 11 March 1996 on the legal protection of databases
- Directive (EU) 2019/790 on copyright in the Digital Single Market
- Law no. 8/1996 on copyright and related rights (Romania)
- Law no. 30/2019 approving GEO no. 25/2018, amending and supplementing various legal acts, introducing fiscal measures (Romania)
- Law no. 227/2015 Fiscal Code (Romania)
- EU Your Europe – Database Protection
- Books and Articles:
- Andrea Castillo, Bitcoin: A Primer for Policymakers, 2016
- Andrew Tar, Smart Contracts Explained, 2017
- Don Tapscott, Alex Tapscott, Here’s Why Blockchains Will Change the World, 2016
- Joe Jobes, A Brief History on the Origins of Blockchain, 2018
- Kariappa Bheemaiah, Blockchain 2.0: The Renaissance of Money, 2015
- Luke Conway, Blockchain Explained, 2020
- Manuel Aro, Smart Contracts and Bitcoin
- Muhammad Ghayas, What Does “Block Time” Mean in Cryptocurrency?
- Raluca Bontaș, Cryptocurrencies and the First Specific Regulation in Romanian Legislation through the Fiscal Code, 2019
- Raval Siraj, Decentralized Applications: Harnessing Bitcoin’s Blockchain Technology, 2016
- Sergiu Negreanu, Cryptocurrency – Means of Payment or Security?, 2019
- Stephen Armstrong, Move Over Bitcoin: The Blockchain is Only Just Getting Started
- Specialized Sources & Media:
- Fortune – Why Blockchains Will Change the World
- Wikipedia – Blockchain
- Investopedia – Blockchain
- Wired – Unlock the Blockchain
- Kriptomat.io
- Asociatia Blockchain Romania
- G4Media.ro
- Startup.ro
- Picolo Research
- Trans.info – Blockchain Applications in Transport & Logistics
- Deloitte Romania – Cryptocurrencies and National Tax Code Regulation
- Video Materials:



