To compare BlockDAG throughput with blockchain, I take Bitcoin and Etherum as the references in the following table, part of dag’s data comes from this presentation: https://youtu.be/57DCYtk0lWI at 32’.
type | $k$ | $\mathbf{D}_{max}$ | $δ$ | $λ$ | throughput | bandwidth | storage | block size | tx size |
---|---|---|---|---|---|---|---|---|---|
Bitcoin | 0 | 15s | 4.88% | 1 Blk/600s | ~3.33 txn/s | ~1.667 KB/s | ~0.15 GB/Day | 1 MB | ~0.5 KB |
Ethereum | 0 | 15s | 86.47% | 1 Blk/15s | ~15 txn/s | ~1.667 KB/s | ~0.15 GB/Day | ~25 KB | ~0.1 KB |
dag A | 354 | 15s | 1.0‰ | 10 Blks/s | 1k txn/s | 0.5 MB/s | ~43.2 GB/Day | 50 KB | 0.5 KB |
dag B | 1621 | 15s | 1.0‰ | 50 Blks/s | 10k txn/s | 5 MB/s | ~432 GB/Day | 100 KB | 0.5 KB |
dag C | 48 | 15s | 1.0‰ | 1 Blk/s | 1M txn/s | 500 MB/s | ~43.2 TB/Day | 0.5 GB | 0.5 KB |