How to calculate the cardano's network throughput (transactions per second)?

35 views Asked by At

I've been searching about the Cardano's network throughput in TPS (transactions per second) and read in this website that is about 1000, in this other one that it is 270.

But when I try to actually calculate it using the average transaction size (613 Bytes) and the maximum block size (90112 Bytes) I get that a block can hold about 147 transactions, knowing that the activeSlotCoefficient is 0.05 (therefore the block time is 20 seconds). I can conclude that the throughput is:

147tx / 20s = 7.35 TPS. Which seems like I'm doing something wrong.

How do I actually calculate the throughput, and what am I doing wrong?

0

There are 0 answers