Memory Pool Memory Pool Refreshing

44,732 transactions
47.53 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,342 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,615 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,341 (468,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
373,702 373,702 000000000000000000e84265c30fdc27c2161a49f41a9a858a27c642ed46e5d6 0.74 MB 1,650 41
373,701 373,701 0000000000000000118c7cbbb63495aded6d90018e3111260a95f04494afdf1f 0.91 MB 743 11
373,700 373,700 00000000000000000d6f245eca2a5c16b0d5841656d514d068d11c3697d5c43d 0.75 MB 1,997 54
373,699 373,699 0000000000000000076e09555148729e68db610370bb383dee1f7a1ae767bee1 0.97 MB 293 5
373,698 373,698 000000000000000008585573d88aece4012e38490810598f3a1ffce40e463015 0.23 MB 413 34
373,697 373,697 00000000000000000f76bce2e8a101a628e30b188d71fb0b048c29a446b1a4b4 0.31 MB 577 42
373,696 373,696 0000000000000000018dc46ac4a7663499c0f407ab7c47dfc8b10b664eb858da 0.98 MB 205 4
373,695 373,695 000000000000000002d828b7586b44bdcd4deb60bae91a283dc483e3e3735a41 0.74 MB 729 21
373,694 373,694 0000000000000000057ad4483bbde394ff71826e0f951c5aa0791456d01f9a4d 0.98 MB 644 14
373,693 373,693 000000000000000005d248b2fec0a54196f00b5350b8133cedcf62129df1951f 0.97 MB 670 16
373,692 373,692 00000000000000000903c0b1814563dfdd2e08b53837e7e9ec309318307c5683 0.40 MB 86 4
373,691 373,691 00000000000000000b17cbc3a286dfedb3befbe70e9a49bd9ce01d2d99e6c1b8 0.87 MB 524 13
373,690 373,690 0000000000000000053b563b7e5c5834c69892838fdf27c50d57d6b9a3feed34 0.37 MB 686 42
373,689 373,689 00000000000000000fc458fee5418d570ce63e9e0b518d694c3a4dd8375791ca 0.93 MB 129 2
373,688 373,688 000000000000000002b7f1628599de683c47219650a43f8f579eb2ab49043665 0.93 MB 473 15
373,687 373,687 00000000000000000f8d8492d44c47560b09960e42403207f43d4a0171980160 1.00 MB 1,664 32
373,686 373,686 000000000000000000f86534052660f31d1def1729bcd1d7704cfacae40fa95e 0.89 MB 370 8
373,685 373,685 00000000000000000049337b199883ccef1a7a418377cf7b1a3128c616923e8b 0.89 MB 808 18
373,684 373,684 0000000000000000063721d10427ff87744fdd4fe72e4cdcc6f139edbc15e0c6 0.02 MB 55 36
373,683 373,683 000000000000000010b578b821b70eed08a16f3c67ccba7bd8c8dd5a7d62896c 0.69 MB 440 11
373,682 373,682 00000000000000000b8172e61852bcf27ea24eec163395958ad377953d05ce9a 0.94 MB 772 14
Previous 10 blocks ↓
Total Size: 647.36 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: 8,480.18 GB sent, 45.14 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.