Memory Pool Memory Pool Refreshing

79,901 transactions
33.39 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,587 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,302 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (287,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
562,483 562,483 0000000000000000000aabfb61942499eff014a817e2f5da2f174e943baae17b 0.46 MB 1,145 10
562,482 562,482 000000000000000000243798ccb657752e7720c53ede59741c2f16afad64ccb6 0.54 MB 1,697 2
562,481 562,481 000000000000000000220ff8648143dd9cf6fccc2899bdbe905144f2943ca11e 1.22 MB 2,635 11
562,480 562,480 0000000000000000001c49fa57c140ee0912fed8a862cd62dd65cc55642f9d4c 1.23 MB 2,990 16
562,479 562,479 000000000000000000087a8d206cedb304cf4eee11aa072d56ed9fb49955c796 0.51 MB 1,359 7
562,478 562,478 0000000000000000002d080980f94b3a7854ca55367f99d3cd3c38daf9779cee 0.38 MB 971 11
562,477 562,477 0000000000000000002285b2cc32baf8e595d659cadcc1616016b8ecbef6d321 0.22 MB 542 14
562,476 562,476 0000000000000000002aaf5a04a145f75797285e756c194270072b3edbeb544c 0.81 MB 1,995 8
562,475 562,475 000000000000000000256a6b8af6f2d432c1d50a7a2ecdca2333e48a7b039fb3 0.24 MB 494 12
562,474 562,474 00000000000000000025b5fcd51e9f2da493779fac734a0fb680111f6abe9314 0.26 MB 659 15
562,473 562,473 0000000000000000000711949a10c9347e3726e8db16bfb4d7adb5d109347912 1.13 MB 2,449 5
562,472 562,472 0000000000000000002e5014ce0893c493e3c74bd86c45ec173fac25aacaf564 1.23 MB 2,690 16
562,471 562,471 0000000000000000001c57cff770cd088eb4c9c5a717530d3029242cbdf9aa44 0.22 MB 633 13
562,470 562,470 000000000000000000181221f4938145029b7ef70fb9d921e2bdd884a27bd72c 0.33 MB 932 9
562,469 562,469 0000000000000000002ba98240a0f765b9f72bc0d943e127648902def0642e9f 1.30 MB 2,518 6
562,468 562,468 000000000000000000165cc54fc90ce189c55fafd1b70140c5f466fe1cf0416b 1.13 MB 2,888 5
562,467 562,467 0000000000000000002290f1d76ed09022804edd905bee28be0f9592277582e8 1.24 MB 3,197 8
562,466 562,466 0000000000000000000c8506e73f67b3016a5135652861c2136402f5b40084e2 1.31 MB 3,095 24
562,465 562,465 0000000000000000002b637c287b20ae0d9c91496b7a184ba23f023564b41d82 1.26 MB 2,701 7
562,464 562,464 0000000000000000000db7442b5662bbd980d7c2db1aef2ca925917ae392df11 1.25 MB 2,904 7
562,463 562,463 00000000000000000019046cf62aa17f6e526636c71c09161c8e730b64d755ae 1.13 MB 3,169 7
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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