I was looking into transaction format and i can see that the output amount is stored in a 64 bit integer. Have all the bits been used at least in one transaction? Is there information about the largest transaction output amount to ever exist on the blockchain?
pull down to refresh
18,446,744,073,709,551,615or, in hex:0xffffffffffffffff00,021,000,000,000,000,000or, in hex:0x004a9b638448800000,000,002,613,938,974,287or, in hex:0x000002609ae76e4f18,446,744,073,709,551,615is the largest unsigned 64-bit integer. Which makes sense in this context, since you aren’t sending negative sats.