bitcoin-transaction-size-calculator
bitcoin-transaction-size-calculator copied to clipboard
A simple web tool for calculating the weight and size of a bitcoin transaction with specific properties
Results
2
bitcoin-transaction-size-calculator issues
Sort by
recently updated
recently updated
newest added
JavaScript uses the IEEE 754 double-precision floating-point format for numbers, `18446744073709551615` is larger than this maximum safe integer value. Specifically, it's the maximum value for a 64-bit unsigned integer, which...
The implementation here assumes that all the inputs are of the same type, however transactions might be spending inputs from different address types, impacting the size of the tx. Would...