Home
»
Glossary
»
Script Address

Script Address

A Bitcoin script address is a sequence of letters and numbers used to represent a particular public key or script in the Bitcoin network. These addresses can be used to receive transfers of Bitcoin (BTC) or other tokens and assets. This address is a base58 string derived mathematically from either a public or private key, and it must always be kept secure.

A Bitcoin script address consists of two components, a “prefix” and a “checksum”. The prefix is the first few characters in the address, and it denotes the type of address being used. For example, the prefix “1” indicates that the address is a Pay-to-Public-Key-Hash (P2PKH) address, and “3” indicates a script address, or Pay-to-Script-Hash (P2SH) address.

The checksum is a string of letters and numerals at the end of the address and acts as an integrity check to verify whether an address is valid or not. If the checksum of an address does not match the one calculated using the hash of the address, then the address is deemed to be invalid.

Bitcoin script addresses are used to track ownership and exchange data on the Bitcoin network. They provide a way for users to securely move and store value without needing a third party to act as an intermediary. Bitcoin script addresses have several advantages over traditional payment systems, including low transaction fees, full transparency, and quick transactions.