Memory Pool Memory Pool Refreshing

77,193 transactions
32.27 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,797 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (151,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,116 698,116 0000000000000000000a961baca275bba971adf133b6ef08126e0fb9b418d921 1.36 MB 2,712 10
698,115 698,115 0000000000000000000af1c7dffc16e72d0ab6e3412663a4d9e848a9afc1efcb 1.35 MB 2,487 11
698,114 698,114 0000000000000000000a9e158a4e6d1c4cf55177ace0ce2d98e06d81b380cc78 1.54 MB 2,025 7
698,113 698,113 0000000000000000000e81852904f117c4aee0a84d1f740aa420925221eea54a 1.39 MB 2,052 11
698,112 698,112 0000000000000000000589425e9682c3be42b61843e9c97007f0b30a57141dc0 0.23 MB 447 14
698,111 698,111 000000000000000000051c4d764a642aecea5238e08b116551bf883ced01c985 0.12 MB 323 12
698,110 698,110 0000000000000000000c2d46389fdfd23f88fa298bc0748d56d53a97a2f01774 1.11 MB 2,250 11
698,109 698,109 00000000000000000000888ac92696ec13b7b276043a8d8d8befc5a557eb74da 0.27 MB 590 12
698,108 698,108 000000000000000000014869fddb7a5f44fed4ed08969318058701f68e663f8b 0.02 MB 26 16
698,107 698,107 0000000000000000000360a7ed3355ddb8eb35c3e5fd5bc4e9b8acab8cd0cd54 0.65 MB 1,254 10
698,106 698,106 00000000000000000006d9f40aa02061c59086dba9f95b5046f5938af01909d0 0.50 MB 586 11
698,105 698,105 0000000000000000000ab424bf44df95172a97186aa132e043c3f54d139d55a7 0.20 MB 306 7
698,104 698,104 000000000000000000062f5eba6dc2d2c56f9f1a83a1de1968433a625a9ba4ef 0.73 MB 570 3
698,103 698,103 0000000000000000000ebdac29b692a5860e2059f2ebe6328cd344e48ce212f6 1.33 MB 2,169 20
698,102 698,102 00000000000000000009e9477ed7573730223f215647dc18f0d59cdd2c6681e6 1.16 MB 941 3
698,101 698,101 0000000000000000000b8588630ad0de95211559c32c77c1f27bc2f6ed9d409f 1.02 MB 122 2
698,100 698,100 00000000000000000002a17e24d0e821e120c1df76a5eaff685bf4dcc42aa1cf 1.42 MB 2,540 10
698,099 698,099 000000000000000000023a80e15158fe825f40d3093a6c25065eaa151ec04167 1.51 MB 2,369 9
698,098 698,098 0000000000000000000fdfdb31f0b74f62b03d73d4b2284fd051480a65940033 0.00 MB 1 0
698,097 698,097 000000000000000000078d46d63400c5966a47d4916c3f522a70e33a6cd75854 1.79 MB 642 20
698,096 698,096 00000000000000000004b3f4c5fcf4babec3ef0f06201ea927b8bb52abee89f8 1.72 MB 737 28
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 100 incoming
  • Data Transfer: 523.53 GB sent, 2.88 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.