Memory Pool Memory Pool Refreshing

71,095 transactions
33.54 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,789 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (146,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,473 703,473 00000000000000000000d2b1d9f79dc1ad846549f995d7bbdacfa58af8da0ed9 1.42 MB 2,704 4
703,472 703,472 0000000000000000000b59c2183852398565837e93387b88f6d62798a7b4027d 1.13 MB 1,109 9
703,471 703,471 000000000000000000016b3bf65d779fc0beb52eeda4a5d57e5f008d83948405 1.25 MB 1,372 11
703,470 703,470 0000000000000000000b5223aa15a938100cfc74ba7b95f2c2dd4c92180a14bb 1.30 MB 1,793 12
703,469 703,469 0000000000000000000b78cad103d1af3a33203b3de71b761bb39d35626b7eeb 1.25 MB 1,748 4
703,468 703,468 000000000000000000089429df8749de579b56bd5ca874a3fd9d8bc5a7e0bcd1 1.17 MB 1,161 9
703,467 703,467 00000000000000000003775698149ee56c1e304bda6914815960f700085c9c0f 1.24 MB 1,392 6
703,466 703,466 0000000000000000000d322a0686aa8fba1290227a7490e17cada869b649c588 1.21 MB 1,129 9
703,465 703,465 0000000000000000000e27db02b56cd30c7dda8a9b86e6289bcc94c757223fc8 1.24 MB 1,337 10
703,464 703,464 0000000000000000000044826a8808d5b34cf2008e99fb64129d9b07e1aa2766 1.04 MB 1,014 10
703,463 703,463 0000000000000000000cceb91adcb0c724914dc69d6adcd1c03e718826efde79 0.02 MB 30 9
703,462 703,462 0000000000000000000ab4921beac311d3b672e3d78f165f63f4b49eafd79245 1.00 MB 1,565 7
703,461 703,461 00000000000000000004f114e6f7e165e1482be43b86f84cfbf081a31db29421 1.18 MB 1,056 10
703,460 703,460 0000000000000000000873129fd397de9c504c7f5f6945f2255f8d0835b0af04 0.70 MB 910 6
703,459 703,459 00000000000000000003826754f8d612e9131a2724195fc52f8f48dee3f943fe 1.24 MB 1,479 8
703,458 703,458 000000000000000000054ff16a8647ecf06aeb6c5f2dd86e8c33d644823ab0a9 1.32 MB 1,518 6
703,457 703,457 00000000000000000009ba4faa3d7bcda0b1e92fc9282e5a700c249c00ba82bb 1.12 MB 462 5
703,456 703,456 00000000000000000007897bea61c51d4bbd68f8b9d00de8340a8f40f4e346b2 1.28 MB 1,575 12
703,455 703,455 000000000000000000016e58dc63908f27431bd8218f792f28ad8b2a8fefbdbf 1.25 MB 1,661 15
703,454 703,454 00000000000000000001b5e80e036d2a3dededb28b3f38a4839a25a04e86500c 1.37 MB 930 6
703,453 703,453 0000000000000000000d2a7634fffce2a120a7b20622c0d70cb4422597e5b89a 0.68 MB 453 7
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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