安全工具

私钥转地址

从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

037a7d7a18e1829e425acb8ecbfa757c20a7cb2b9d15563927babed99cb3e03eb6
047a7d7a18e1829e425acb8ecbfa757c20a7cb2b9d15563927babed99cb3e03eb6047b022fb7b52d4e9a4dfc61d90cd95dce91e5eec38d81bc391d4fe53416891d

Ethereum

0xdf5Ba8c19dFBcDB12717C2B156Cf1EE2ec0Cb419

Bitcoin

16BRVrCPwcGUHziBA1xzJ7hC15u5UF52cn
L3hx3ddBsnLrZUknLS8m5Cjjry1fkiarHtWCRUFifVL3fc8AenBu
5KHXbag1encmJnFuQtTgSRQjLUeJqsf2ep1j1ZTSkcRFeocqBeH

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