Memory Pool Memory Pool Refreshing

76,367 transactions
31.62 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,598 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,526 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,597 (163,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,332 686,332 0000000000000000000097e9c6c59207565044e669b87bde3f7c8265c5fbdd7e 0.81 MB 1,878 16
686,331 686,331 0000000000000000000b07c256b51a72ea10a8186047793cf753ed858b928a43 1.54 MB 1,780 29
686,330 686,330 00000000000000000009b45dc1fd5e169750b2014da0d6bd485fd500e69fdd05 1.36 MB 1,968 35
686,329 686,329 0000000000000000000bc22b22f3b962cd266a63bbf25a0d5512ad114247a04f 1.26 MB 1,572 45
686,328 686,328 00000000000000000005ce072bee38424e68b3a1f527b96bb81dde4cfd6c6a16 0.89 MB 1,637 31
686,327 686,327 000000000000000000059c5856fcbec89290a34f113c9cf1ca12f260a8bfe4e3 0.21 MB 193 29
686,326 686,326 0000000000000000000700fbf2a6d09154d42eb72788597f7b97ee1580fd5bd2 1.01 MB 1,232 31
686,325 686,325 000000000000000000040143c25c159b165376ad83b162c22e72ef99ac39f09f 0.40 MB 451 47
686,324 686,324 0000000000000000000c6b2f9fb1f12dc1f401c8197ff781508c12cb84928175 1.13 MB 1,452 13
686,323 686,323 000000000000000000057bda47da6da5aec88e0df29239455fa0cbf813dce5a4 1.16 MB 1,021 19
686,322 686,322 0000000000000000000d2021f775ccaac6c880733ad6ca05205e1e7e5d2002b8 1.07 MB 319 35
686,321 686,321 0000000000000000000bc3551cda14ee4b7500da59cfed9bb41a65a3c3831340 1.25 MB 1,370 54
686,320 686,320 00000000000000000006c86258ace0dbad6e061e07adc8dee7fc574c874619b3 1.19 MB 920 10
686,319 686,319 00000000000000000006185404963afe865d84c18eda2df3dbc7b5fa9a5d2e93 1.45 MB 2,524 62
686,318 686,318 0000000000000000000b00a07ec437c6a633d7b06308aef721d5de34c3f40ef6 1.31 MB 1,933 20
686,317 686,317 0000000000000000000953293ada166e32a9a46080779571e4dff17aa958973e 1.39 MB 1,746 31
686,316 686,316 0000000000000000000615bb5101ae8fa8a5ee4c12bd57f10397f9d4ebf64e2a 1.38 MB 1,726 36
686,315 686,315 000000000000000000070de3ffddff11c211e2c51ff9efd3b1a17c117128623e 1.29 MB 1,805 23
686,314 686,314 000000000000000000076cd7fda15fa7a3bc420b5fb84dca10d18203aae6acbf 1.32 MB 1,614 63
686,313 686,313 0000000000000000000d593591fa8675f594bce31acc046428f7b5752f75c969 1.30 MB 1,631 38
686,312 686,312 00000000000000000001be4de5f8c69147b4da19223a990464d54cd3576c46e5 1.11 MB 1,696 37
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 95 incoming
  • Data Transfer: 527.44 GB sent, 2.94 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.