Memory Pool Memory Pool Refreshing

41,349 transactions
42.80 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,061 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,813 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,060 (538,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
303,706 303,706 00000000000000003bc982f829f81061193683ddf7611299159f9ad8977fecea 0.18 MB 324 28
303,705 303,705 00000000000000001e37458566c6a0620cada9ed903dd568bd0fbb39eceec1f4 0.34 MB 503 27
303,704 303,704 000000000000000034376872d5dfdf85bc4c384ae9963b963f66f8eaf5e4da7f 0.35 MB 608 36
303,703 303,703 0000000000000000308a9db452cb1932e743a772eed6fbd6bf2d9badf972f80c 0.57 MB 843 28
303,702 303,702 0000000000000000153a79b473c3cc471c2f7270db2906f791f87ba590c83fad 0.08 MB 256 53
303,701 303,701 0000000000000000349c044fcbd656ca01f30e55a143c2fec3a767c6a0e6615c 0.22 MB 467 32
303,700 303,700 00000000000000003b32328532e7cf25cdc85cbddca0ce059437183b78932b7d 0.42 MB 243 13
303,699 303,699 00000000000000002aca1fac9c6abadb7b8bd4a584c243f94def8f71d16020bc 0.35 MB 836 36
303,698 303,698 000000000000000027dc70b0e2f961f179335d28fd267893d7725ac72ac34b75 0.35 MB 996 53
303,697 303,697 000000000000000066d8a5964cb57347f4a717e84803a6142c3c622d13f3db79 0.02 MB 39 9
303,696 303,696 00000000000000000acc2c6344cb8a6bdead77147d570126636c2c72f1d02b84 0.36 MB 479 26
303,695 303,695 00000000000000005d62c90f8355a117fe7e554960612be4d56aa3b57ca8f2c7 0.29 MB 491 37
303,694 303,694 00000000000000000f30c0adcc208d5a90bfbada21c73e79d74e32655e7e19a5 0.19 MB 326 27
303,693 303,693 00000000000000002269c877ae1db674436c82cd037e50b365dbfdd3ed5e163d 0.10 MB 192 34
303,692 303,692 000000000000000055add3ca73a56c21ae3748f7f5f7c0477988eed4626cc016 0.43 MB 816 35
303,691 303,691 0000000000000000172d838c940ee3192fc6169a40139ad55b05366dc246b36a 0.31 MB 499 27
303,690 303,690 00000000000000005042f68d1d8e22e92db886a6700efc276708c06b17795564 0.25 MB 260 27
303,689 303,689 0000000000000000628e136b54424b69c6565f0a77884eff160d6bed5216bfc1 0.18 MB 306 30
303,688 303,688 00000000000000005f786df4c7b0781323cb341f21cd27ee7b2833d014c87b52 0.16 MB 198 20
303,687 303,687 00000000000000005b6a93e9ad875440fb4bd608bb6a8002bca8fa80c91e3c60 0.29 MB 272 18
303,686 303,686 000000000000000062932d6fda44186d56e7ef76ed45ab54a1696ab8cb6a1806 0.35 MB 876 38
Previous 10 blocks ↓
Total Size: 646.86 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,428.16 GB sent, 40.87 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.