Post
Topic
Board Bitcoin Discussion
Merits 3 from 2 users
Re: Mini private key format
by
tbct_mt2
on 07/03/2023, 11:07:02 UTC
⭐ Merited by vapourminer (2) ,ETFbitcoin (1)
Simple answer is because its Base58Check so it starts with "S" as for the public keys there some standards.

  • Taproot address - P2TR : bc1p
  • Bech32 / Segwit: bc1q
  • Script address: 3
  • Legacy address: 1  
They are public addresses, not public key, not private key.

Private key has some representations: Raw, Hex, WIF, WIF-compressed. Private key formats (Mastering Bitcoin