Memory Pool Memory Pool Refreshing

88,693 transactions
34.10 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,105 000000000000000000036e3a0000000000000000000000000000000000000000 1.00 vMB 2,768 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,104 (287,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,376 566,376 0000000000000000002948220748ce744a462aecee2272649d7dc4dde9642508 1.01 MB 2,446 24
566,375 566,375 0000000000000000000e3fc8d42fc6a00f72d999aff5f1e75d3ad148b87b729e 0.40 MB 1,062 18
566,374 566,374 0000000000000000000c36457a67c0842482d71daff2cd4c0de9203fa8a41f9f 1.30 MB 3,080 26
566,373 566,373 000000000000000000252e1a6f51be5fe959d532900bc839e7e2db60d58c8ad5 0.00 MB 1 0
566,372 566,372 000000000000000000096007fd18c8bed9fca7c27c275b8d54399d2c1a8af0a0 0.50 MB 1,208 22
566,371 566,371 0000000000000000001765b00d7235ef36f6907c14fa70163bbb4a9cfaed4fb2 0.95 MB 2,030 20
566,370 566,370 00000000000000000011f2525847fd0666e546f6cf78c6a69c8c8d3c2682161b 1.30 MB 3,069 23
566,369 566,369 000000000000000000144a96b6ff43b09e3d6b7c60d682b95ccd49b6bd84fc20 0.05 MB 136 24
566,368 566,368 0000000000000000000c846348c0c68ff3ac96878ceadbec60910784a24241f2 1.01 MB 2,447 24
566,367 566,367 000000000000000000074234e73f198762aabc404c665904407c95e8e93f561e 0.15 MB 352 26
566,366 566,366 0000000000000000000d8fa649977437ba5141665cef64908b5c9b04054c82e4 1.09 MB 2,679 25
566,365 566,365 0000000000000000000bd96697bf28f4f6f86ace24f57b6d78e36770ea57a492 0.56 MB 1,225 23
566,364 566,364 00000000000000000026e3930414d34d907d91b18093daec722708a7b3656198 0.32 MB 749 24
566,363 566,363 000000000000000000098527150bc61f378c5a00d71c0ab899a06110c1d45da4 0.94 MB 2,121 22
566,362 566,362 0000000000000000001f34848feed3ac65410b77c9eb55806a6127c68bb9bf2a 0.79 MB 1,439 18
566,361 566,361 0000000000000000000706a9fa85529f8a294baf18661fdcc6aefdce790f115d 0.59 MB 562 4
566,360 566,360 00000000000000000023a7cf165150843ce4cbba601964146403aa6aa933c69b 1.30 MB 2,342 15
566,359 566,359 00000000000000000011c6b32f2d486d8b6c023db27af55273308c18591ded08 1.58 MB 808 8
566,358 566,358 0000000000000000001814b088a5802e464ae3af98ebd123b15502f897274932 1.59 MB 117 2
566,357 566,357 0000000000000000002518041130e3aae9b20396b08171ce47d66aa8535ab846 1.21 MB 2,717 13
566,356 566,356 0000000000000000000ee1eadeee89a7f53ab385762610c2ba51602c08311a6b 1.39 MB 3,314 34
Previous 10 blocks ↓
Total Size: 669.17 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: 2,581.65 GB sent, 54.21 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.