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,615
or, in hex:0xffffffffffffffff
00,021,000,000,000,000,000
or, in hex:0x004a9b6384488000
00,000,002,613,938,974,287
or, in hex:0x000002609ae76e4f
18,446,744,073,709,551,615
is the largest unsigned 64-bit integer. Which makes sense in this context, since you aren’t sending negative sats.