It is a novel new distributed ledger architecture that is based on a DAG (Directed Acyclic Graph). One might refer to it as a "Blockchain without Blocks and the Chain" (semantically, it's not really a Blockchain).
| Blockchain | Tangle |
|---|---|
| Linked list | Graph |
| Transactions are grouped in blocks and blocks are validated. | Transactions validate two other transaction. |
| Network requires certain fee for transaction | No Transaction Fee |
| Sequential Consensus | Parallel Consensus |
| Network gets slower as nodes increases. | Network gets faster as nodes increases. Infinitely Scalable. |
| Always Onchain | Offchain onchain anytime. Partioning. |
Kumar Anirudha : https://anirudha.dev
Twitter: @kranirudha
Github: @anistark
Mail: mail@anirudha.org