Skip to content

Commit 2eeaacb

Browse files
Update egress-node-traffic-analysis.md
1 parent 187f7dd commit 2eeaacb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/egress-node-traffic-analysis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
> [!Note]
44
> **100% filled blocks assumption:**
55
>
6-
> This analysis assumes **fully utilized block space (filled blocks)** for both Ouroboros Praos and Leios protocols. In practice, block utilization may vary, but this provides a conservative upper bound for egress traffic estimation.
6+
> This analysis assumes fully utilized block space (filled blocks) for both Ouroboros Praos and Leios protocols. In practice, block utilization may vary, but this provides a conservative upper bound for egress traffic estimation. Transaction sizes are based on mainnet data from Epoch 500 onwards, where average transaction size is ~1,400 bytes.
77
88
## Ouroboros Praos
99

@@ -18,6 +18,8 @@
1818

1919
#### Total block data
2020
- block size 90,112 bytes (88 KiB)
21+
- average transaction size: 1,400 bytes (based on mainnet data)
22+
- average transactions per block: ~13.5 (based on mainnet data)
2123
- **131,400 blocks x 90,112 bytes = 11,840,724,480 bytes ~11.84 GiB**
2224

2325
> [!Note]

0 commit comments

Comments
 (0)