Memory Pool Memory Pool Refreshing

46,707 transactions
42.73 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,464 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,346 46
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,463 (311,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,770 530,770 0000000000000000001831b3985c9295b4c6d077baaf01888e3c677f9940a0b8 0.22 MB 470 12
530,769 530,769 0000000000000000000004b40af905a608476611fccf5608eceb221265c46d4f 0.00 MB 12 5
530,768 530,768 0000000000000000000674c83e47012eab2ce49384fb9005cb68bbd97ff0fd74 0.32 MB 772 47
530,767 530,767 000000000000000000043641f2cbafb911358da2c924327c56734baa86edad7e 0.57 MB 1,222 20
530,766 530,766 000000000000000000240947747a4e8580fd1331f5a9a7e3f37d4474dc253a81 0.83 MB 1,361 14
530,765 530,765 00000000000000000023e87aba89478132697881c0b4e9fd78e6e1fe05681e0a 1.19 MB 2,793 18
530,764 530,764 00000000000000000025c9ef20da25e824cef255f37081354ada3fdeff9d980d 1.17 MB 2,536 16
530,763 530,763 0000000000000000002151368afd2b9c2a8b00d11436a607f8cc103c4765025e 1.13 MB 2,794 22
530,762 530,762 0000000000000000000f3f7bb0aa3202d342971ed954efb1cc004d4be1cf72ad 1.23 MB 2,687 11
530,761 530,761 0000000000000000002bbb11647b5ab92229cacc08c784121794293aba0749a7 1.12 MB 1,993 45
530,760 530,760 000000000000000000262400a6206db92b8e17ad83bda1f27aac8c15ed06e452 0.32 MB 703 17
530,759 530,759 00000000000000000027e145fbc791f503246effa8f1fe903483dc1e95d317f0 0.12 MB 258 14
530,758 530,758 00000000000000000005f53f8f37c522a3a264b345c652b445167e328c26f4be 0.10 MB 233 21
530,757 530,757 0000000000000000001600eb00ce23885d83d051ab4c2690bebf7f09aa7c56cb 0.19 MB 335 18
530,756 530,756 000000000000000000198eb416cde98eef3fcce4ab7d341c2c23768495de58c0 0.17 MB 413 16
530,755 530,755 00000000000000000018fb711d932a971a7247dcc7a7c901f9a532ecfbf7c6d5 0.59 MB 1,126 14
530,754 530,754 00000000000000000020b82b9b6325fe9c56e87dcbb7d3bebeb7cdd46d80e3b3 1.18 MB 2,066 10
530,753 530,753 0000000000000000001c68b904499d00a1c15e352d21c76edcea8a3c1b6829b0 1.18 MB 2,338 13
530,752 530,752 00000000000000000024c0f2aef29d3e74fd2756ae2ba8fd7778f02a0153fe83 1.18 MB 2,325 15
530,751 530,751 00000000000000000001d0b347f876b7cd0b3ce1cf9a0f9b363cbf79cfe4705f 1.22 MB 2,991 24
530,750 530,750 00000000000000000029df717930eb8937b3788948c3a21360de304a6b05b1a1 1.15 MB 2,139 40
Previous 10 blocks ↓
Total Size: 647.60 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,517.83 GB sent, 46.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.