Memory Pool Memory Pool Refreshing

30,740 transactions
25.49 vMB
Show Random Selection Loading Transactions
Max Size: 121/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,221 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,152 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,220 (93,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,803 748,803 000000000000000000068ff64d22fad28d697c30be781735be91a76172828d6e 1.52 MB 1,452 12
748,802 748,802 000000000000000000058d8bb1525212d51f65306ea0e54c3c4407fa918c22cc 1.11 MB 161 2
748,801 748,801 00000000000000000005382a908b56117a0638945a38b27c5a35baef883ea582 1.73 MB 2,256 13
748,800 748,800 0000000000000000000038136611b8c257d675b2f1d5d9aee51726235e6ee405 1.72 MB 1,731 11
748,799 748,799 0000000000000000000428b42702de5ebdd251c2f668ba18c6da62935e25c94c 0.00 MB 1 0
748,798 748,798 000000000000000000017d7d2389eb494cf4b709f2f0ca2d0c47886ee3c6956c 1.17 MB 112 2
748,797 748,797 0000000000000000000227d067b4c67305101fd8cc62b16fef5462f8d9e1008d 2.14 MB 1,235 8
748,796 748,796 00000000000000000005fd0a7f1c63801d56a539d97ce3a33a9a443d2c9ff89f 2.09 MB 1,093 7
748,795 748,795 00000000000000000001bb18f0b5cb60f6e54f1821757d0199266fc143379f61 1.77 MB 2,022 4
748,794 748,794 000000000000000000058160e09f27c47ee55188d99f36324a199ca8eb53adc8 1.43 MB 2,572 25
748,793 748,793 0000000000000000000881e688be6cbd81e031bb0563b917f13e6036b342e7d7 1.42 MB 2,156 21
748,792 748,792 0000000000000000000801f84603a05afba8f05c57fa2ff4c7c26bd0443102f8 1.48 MB 1,518 10
748,791 748,791 000000000000000000054562653c8a4200c7333d4c0508df9a1e856782893f8e 1.59 MB 1,447 10
748,790 748,790 00000000000000000000dd121c587248e4f341fb55d83cd667b40ce343b9705c 1.10 MB 876 10
748,789 748,789 0000000000000000000061bb78d257f39c20b820794cf6e0886f6c2fd798cee9 0.32 MB 319 12
748,788 748,788 00000000000000000003911eda098121238dc88faa6f36666bd15cb61e05c33a 1.77 MB 934 8
748,787 748,787 00000000000000000004a7a831a04863f9787d5d6577906efc58f5277094e9da 0.81 MB 901 12
748,786 748,786 00000000000000000001ad3796a3ba5e83612459e5b40f76c6c5f3e3b95fc0b1 1.10 MB 1,794 17
748,785 748,785 00000000000000000008871907768af7d28e3e276bc0788af8365d4065931d26 0.08 MB 108 13
748,784 748,784 00000000000000000006ac84743813752d00725c11ee553bc140ca0123f200e2 0.33 MB 390 20
748,783 748,783 00000000000000000007733404bd38bc5f0ec740dc89d56389031728cad1b02b 0.79 MB 926 10
Previous 10 blocks ↓
Total Size: 647.14 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,458.56 GB sent, 43.41 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.