Memory Pool Memory Pool Refreshing

80,933 transactions
31.99 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,545 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,996 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,544 (484,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,390 365,390 0000000000000000078ff3ab9f1d2cc526770ed7346720a7643af0e07ca176c5 0.93 MB 625 14
365,389 365,389 000000000000000011b174193c83b07d0b83cb4d87ca9a5bd627b44bb8adc33a 0.93 MB 836 16
365,388 365,388 0000000000000000005350c16bdbc71195423e54adb7320dd3428adf8ae3a7ee 0.26 MB 371 34
365,387 365,387 0000000000000000011b3caf94cf87b01dff282434683c411dc99db3320378f2 0.00 MB 1 0
365,386 365,386 000000000000000001fccba5fd46442a4c4694b3a8d33fbac4378a0611be36f6 0.47 MB 849 38
365,385 365,385 0000000000000000048b44397a138109e356f9ba1ccb735e0fc8a687df78bff2 0.93 MB 300 5
365,384 365,384 000000000000000014a802da803ba796647a47352220c0c9e88d492b055d1294 0.14 MB 148 18
365,383 365,383 00000000000000000ce028038adf0c7c8b91a59352283e0030f1f6af895212ac 0.85 MB 633 15
365,382 365,382 00000000000000000c33f4365698027960cf633c600d1bdc16ae22b6db719a2b 0.93 MB 395 8
365,381 365,381 000000000000000013c51bb0903e71f1481f58553df107c06783c547402d08a3 0.19 MB 302 20
365,380 365,380 00000000000000000a08e4f5bf276cde0ba14cf4649398c812b4a22168b8549d 0.11 MB 271 62
365,379 365,379 000000000000000003836703d9da61f51d5a9e5fc22ed00af2ee121b85dd4c76 0.00 MB 1 0
365,378 365,378 00000000000000000c973ab0c2f419e9d52b6b08ecf3adb165359cdb49b2037e 0.93 MB 692 19
365,377 365,377 00000000000000000033c21ac664c5eda01e3e50faecd304d3a63caa83e95a75 0.42 MB 905 46
365,376 365,376 000000000000000012d5e815d36764cc0c7d7e2b0f7716af92c285aebe40eeed 0.92 MB 1,256 31
365,375 365,375 00000000000000000aa9adbdb9224ccd8a51f83ca86fa56ce496a059ccd6596a 0.95 MB 850 16
365,374 365,374 0000000000000000093c596f9a72940e273c1eefd65712cdca5d7c836d2d0fc0 0.74 MB 1,418 43
365,373 365,373 0000000000000000059432bd51b7ae925a696210e81deeed1130e9002021b65b 0.24 MB 414 59
365,372 365,372 00000000000000001556453c4ebf7982250fe0cbbb4878f52275dbee026b8ac5 1.00 MB 1,481 53
365,371 365,371 00000000000000000bb916963d04aca7edad489d16748226cdfd112e5ad8f1bb 0.21 MB 480 46
365,370 365,370 00000000000000000e9708b2eb2faa4d4fffe195af05e409414fc4492ec44868 0.75 MB 1,146 34
Previous 10 blocks ↓
Total Size: 660.64 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 493.99 GB sent, 2.51 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.