Memory Pool Memory Pool Refreshing

107,686 transactions
23.81 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,637 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,465 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,636 (373,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,696 471,696 0000000000000000006843c2ddec0537f86af1589871f6ede03863698d68713e 1.00 MB 2,522 336
471,695 471,695 0000000000000000005a8b3e5a1b604acb573251d2b52a5860f3ff0ee313b17f 0.99 MB 2,202 360
471,694 471,694 000000000000000000b2d3c7a28524d64f1ffdc7ef6d9515cc272daea59b7507 1.00 MB 1,590 437
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
Previous 10 blocks ↓
Total Size: 653.58 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,323.40 GB sent, 82.74 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.