https://github.com/jlopp/bitcoin-transaction-size-calculator
A simple web tool for calculating the weight and size of a bitcoin transaction with specific properties
https://github.com/jlopp/bitcoin-transaction-size-calculator
Last synced: 4 months ago
JSON representation
A simple web tool for calculating the weight and size of a bitcoin transaction with specific properties
- Host: GitHub
- URL: https://github.com/jlopp/bitcoin-transaction-size-calculator
- Owner: jlopp
- License: mit
- Created: 2020-05-17T17:47:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T17:43:33.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T21:47:25.407Z (almost 2 years ago)
- Language: HTML
- Homepage: https://jlopp.github.io/bitcoin-transaction-size-calculator/
- Size: 343 KB
- Stars: 39
- Watchers: 11
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Bitcoin Transaction Size Calculator
=====================================
What is this tool?
----------------
This tool makes it simple for anyone to determine the size and weight of a bitcoin transaction.
Who needs this tool?
----------------
Bitcoin wallet developers may find this tool helpful when writing transaction construction logic.
Bitcoin users may find this tool helpful if they are trying to construct a transaction manually and need to determine an appropriate transaction fee.
License
-------
The Bitcoin Transaction Size Calculator is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see http://opensource.org/licenses/MIT.