Are you asking to reverse the BTC address into its public key in hex? That’s tricky. You can’t just do that easily, especially not with the private key involved.
There are easier ways but here’s something you can use: 0253f190353e719a74332b1037202e0477b73c663b9289fe0a65affc05b31cd919.
Get a transaction from that address and check the details on mempool.space. Look for ScriptSig.
I can’t do any transactions because I don’t have the private key. Just looking for it, really. So, can that program only work for wallets with outgoing transactions?
Sorry guys, mixed things up earlier! The hex I gave wasn’t for that address.
To get HEX pubkey, the address should have at least one spent transaction, right? Anyone got hints for that puzzle?