Memory Pool Memory Pool Refreshing

36,204 transactions
45.04 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,993 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,309 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,992 (370,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,693 471,693 000000000000000000af407d97eb4aad64ec7687b153d6edb92d4edb824c6c51 1.00 MB 1,478 154
471,692 471,692 00000000000000000034ecfd37484258e5233948d45555fa2c9f509778103501 1.00 MB 2,223 248
471,691 471,691 0000000000000000017c67810d965e4ca76198bcc7a24d3143e13fbd79893518 1.00 MB 165 31
471,690 471,690 0000000000000000007b1f508b4afcdc332c57db877e45feb20028a7ffe36d5a 1.00 MB 1,499 122
471,689 471,689 0000000000000000008872418a4439f3a5d89369a4b73cc22a4eafe7ec3f7114 1.00 MB 1,377 243
471,688 471,688 0000000000000000011aaaa01d31e72d8b1c33a6ca442a8d29463da050a71b49 1.00 MB 1,580 140
471,687 471,687 00000000000000000056ca69852fd7b0d71cf3e3b7995b109fd304640cc85ebf 1.00 MB 1,856 338
471,686 471,686 000000000000000000838ecebd58942b6e0004920f6862808247b851a31a1ae2 1.00 MB 2,418 316
471,685 471,685 000000000000000000593715ad6ce55e23f88dfb6245e37ba97cdfdc25ab78d3 1.00 MB 936 52
471,684 471,684 00000000000000000016a633041120e7c2ff21b0ef329be2635917f875fab233 1.00 MB 2,045 300
471,683 471,683 0000000000000000010de1c9cd7a5353970f63cea0f0f3eacf536ab0e0aa0efd 0.17 MB 375 240
471,682 471,682 000000000000000000530fe5e80ae40ef7a38f8295d11c0531e1e6c3b3beda7c 1.00 MB 549 65
471,681 471,681 00000000000000000103cad1aadeda53b741b6fca9500cf6ff35c77ac0c0f53e 1.00 MB 1,927 227
471,680 471,680 000000000000000001218f30f2075d002ff05490d4b91e66f56b2164ec9f654b 1.00 MB 566 61
471,679 471,679 000000000000000000da53a65b9a3023a7409a0d5d0b411a5c223c7714e3c222 1.00 MB 2,139 242
471,678 471,678 00000000000000000087cd9c9999066e96062940a7bfcb61da6eb9072f13108e 1.00 MB 1,413 146
471,677 471,677 00000000000000000124e7712958f1d1590cbf080db8c0c58bf5b07f34980c40 1.00 MB 1,193 175
471,676 471,676 0000000000000000010bb5b9d475ac8c3b39ef066e67035a65ab3829afa427f4 1.00 MB 355 45
471,675 471,675 000000000000000001996da4958b882c20f6d5edce2a89243dfd279d15eb23df 1.00 MB 895 86
471,674 471,674 00000000000000000151d3f7fb83685c739d5ada84c92ea0af5220c11fe0da51 1.00 MB 2,180 269
471,673 471,673 00000000000000000167af377c2b2f5b196b1c566fd3ebde676e740433518239 1.00 MB 728 71
Previous 10 blocks ↓
Total Size: 646.74 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 8,401.00 GB sent, 39.80 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.