安全工具

私钥转地址

从32字节secp256k1私钥派生比特币(P2PKH)和以太坊(EIP-55)地址 — 所有计算均在您的浏览器中完成

Private Key → Address

Derive Bitcoin (P2PKH) and Ethereum (EIP-55) addresses from a 32-byte secp256k1 private key

Public Key

036b93c674ddd99d1294442128fae8e823ef4b54af07a2a5267b06501a26951b87
046b93c674ddd99d1294442128fae8e823ef4b54af07a2a5267b06501a26951b87a23b77e301d478d3a45ff257a1c3aa2acd7b6936ca00845854e802e8bd1e89ef

Ethereum

0x2Ce451A1fa8591B3C38a8f86d2847Bc396D77e7F

Bitcoin

1B95fxSApJdvbZSRxfdDN6gpF6QL5YJB8i
KzjAxxfodZratsGDy137wGGyBKdRtFaCkfN1HogRJKgq6NcTkxU9
5JcPCKWBZkhEa3n8vUCMbx7nokByPVDxgM28mb92RmZb1LzdwbG

How it works

  • BTC and ETH both use the same secp256k1 curve, so a single 32-byte key derives addresses on both chains.
  • ETH address = last 20 bytes of keccak256(pubkey_xy), then EIP-55 checksum casing.
  • BTC P2PKH = base58check(0x00 || RIPEMD160(SHA256(pubkey))).
  • WIF (Wallet Import Format) is the base58check encoding of the private key for use in Bitcoin Core / Electrum.

Never paste a real private key controlling real funds into a website.

This tool computes everything locally with no network calls, but you cannot verify that with the naked eye. Use it only for testnet keys, learning, and burner wallets.

Powered by the audited @noble/curves and @noble/hashes libraries. Pure JavaScript, no WASM, no network.

没找到需要的?

我们根据社区反馈开发免费工具。欢迎提出能改善您工作流的工具建议!

私钥转地址 — 免费工具在线 | FreeTool24 | FreeTool24