Memory Pool Memory Pool Refreshing

74,841 transactions
31.98 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,729 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,835 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,728 (121,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
728,289 728,289 00000000000000000005c0598b166633b0fcf9e436c93200ede2655d882b3030 1.50 MB 2,882 10
728,288 728,288 000000000000000000099cec2ed601a886a4c0520fdfd269b40ef7038b2c7291 1.44 MB 2,756 8
728,287 728,287 00000000000000000001867c993ef0a32ce26203e6fd4c467481bcdff2f3d4dc 0.04 MB 91 7
728,286 728,286 0000000000000000000630dcdad6650c8e6568b420ddc42ddc6847cb30c94ce4 0.47 MB 947 6
728,285 728,285 000000000000000000077d506415fcbf77ffc2d6546c0cbf4005dbfa086e71ce 0.15 MB 367 7
728,284 728,284 0000000000000000000993b0101d094cb0e36d06220db377ffaac91be6dcb122 0.32 MB 568 7
728,283 728,283 00000000000000000002f215a88f3654c377314842ddfab9c961cbffb4722eb3 0.26 MB 359 8
728,282 728,282 000000000000000000067ea9c42da7441f38735bdb2486a67dcbfe26263053cc 0.21 MB 374 6
728,281 728,281 00000000000000000004de7fd9956499082d6c516092a9aaf8753f705701b04c 0.19 MB 404 8
728,280 728,280 000000000000000000098f11777b2990a1622892919096c8898dd2204c20f0e8 1.10 MB 1,868 7
728,279 728,279 0000000000000000000415019d5c360f860b48cdcd2bb392c6c6d26a17e40eac 0.83 MB 560 4
728,278 728,278 00000000000000000002d861493d5a3c4cc6996a212508be17604143acf3e6a6 1.49 MB 1,218 3
728,277 728,277 00000000000000000004995d31baa88847c24366c948395ded05be14bda86ff9 0.00 MB 1 0
728,276 728,276 00000000000000000000f0204f599f51b2a6be8b6c05a52e8a177d7a01187337 1.43 MB 2,867 10
728,275 728,275 00000000000000000007febb6af8f9ab17f635b20c039ee5f2da859c0275fc0f 0.32 MB 541 8
728,274 728,274 0000000000000000000a01c9acee7c64d89a21777a7d27499418a1c3c456aeb7 0.79 MB 1,653 7
728,273 728,273 000000000000000000013f1efa71a9bcdc7f11f01e0f1856e1b4283014628c4a 0.86 MB 1,235 5
728,272 728,272 00000000000000000004322c689fe250001ec793e96e3250b5e0148b3a376ca2 0.30 MB 520 7
728,271 728,271 00000000000000000007ea42c60fb2c5155b5c7e135a0ebb2c54a7bcb2c9e861 1.42 MB 2,096 6
728,270 728,270 0000000000000000000328742714c0ff908ea357472d4bdd00e2d3e46a6f61f3 0.06 MB 154 7
728,269 728,269 00000000000000000008589f53bd382baa28bf8eddf102f2c983fc8108f486ad 0.71 MB 1,403 7
Previous 10 blocks ↓
Total Size: 661.00 GB

Node Information

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