Base58 Decode – Decode Base58 to Text or File Online Free
Decode Base58 strings back to original text or binary data (Bitcoin style). Fast and secure.
Decode Base58 strings to text or files online free. Bitcoin-style Base58 decoder for crypto addresses and IPFS.
Base58 Decode – Online Decoder
Convert Base58 encoded strings (Bitcoin style) back to original text or binary data. Perfect for decoding cryptocurrency addresses, IPFS CIDs, and other Base58-encoded data.
Example Decoding
Input Base58: 2NEpo7vZ3LWRxrApmNkL
Decoded text: "Hello World"
Input Base58 (Bitcoin address): 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa
Decoded payload: (version byte + pubkey hash + checksum)
Code Example
// Python
import base58
encoded = "2NEpo7vZ3LWRxrApmNkL"
decoded = base58.b58decode(encoded)
print(decoded) # b'Hello World'
// JavaScript
const bs58 = require('bs58');
const decoded = bs58.decode("2NEpo7vZ3LWRxrApmNkL").toString();
console.log(decoded); // Hello World
Use Cases
- Decode Bitcoin addresses to public key hash
- Extract data from IPFS CIDs
- Retrieve original integers or text from Base58 representation
Frequently Asked Questions
Everything you need to know about this tool
FAQs
Converting Base58 encoded strings back to original data.
Yes.
Base58 strings using the Bitcoin character set.
Yes, upload .txt or .base58 file.
Characters not in the Base58 set cause an error.
Yes, auto-delete.
Batch mode: up to 5.
Text (UTF-8) or binary file.
Decodes the payload only, ignores checksum.
Yes.
5 MB.
Download as binary file.
~0.5 seconds per MB.
Yes.
Yes.
Ignored.
Yes, but note that Bitcoin addresses include a version byte and checksum.
Yes.
Yes, CIDv0 uses Base58.
Base58 encodes leading zeros as '1'; our decoder preserves them.
Coming soon.
Tags
#base58 decode#base58 decoder#decode base58#bitcoin base58#base58 to text#online base58 decoder#free base58 tool#base58 ipfs#base58 bitcoin address#base58 python#base58 javascript#base58 file download#batch base58 decode#base58 from address#base58 binary#base58 hex#base58 utf8#base58 invalid character#base58 api#decode base58 online#best base58 decoder