15:23:19 Approximately how much data is added to the blockchain when an empty block is mined? 15:24:14 80-100 bytes 15:41:46 And I’m assuming this is constant? (Ie if block 100 million is empty and block 200 million are empty, they should be the same size presuming no network changes occur between them 15:46:47 Yes, they will be the same, plus-minus a few bytes for varlen encoding of the height. Different miners also use different length coinbase extra field. 15:48:09 Hmm ok 15:48:45 Does it not depend on the number of miners getting a share for p2pool ? 15:49:16 it does 15:49:29 but solo miners and centralized pools have a fixed coinbase tx_extra 16:47:04 This question seems like it might be hiding an X-Y problem. What are you trying to do? 16:48:49 Trying to figure out how different aspects of Monero scale relative to certain variables (in this case, how blockchain size increases relative to time when holding everything else constant)