Memory Pool Memory Pool Refreshing

68,879 transactions
28.32 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,943 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,734 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,942 (100,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,809 748,809 00000000000000000006f734550676c194888e7378edc220e1f8c473828403b9 1.25 MB 1,351 23
748,808 748,808 00000000000000000009123eb8679833c9b6a013b7823f9f760dfd54ae8e65bf 1.78 MB 2,510 13
748,807 748,807 00000000000000000005a010e372fb3975a19d85e67ea779069524201bad4593 0.24 MB 186 8
748,806 748,806 00000000000000000001f6e0099194891614dab1daf42854872fd111f0dbc317 1.83 MB 2,027 11
748,805 748,805 00000000000000000002f2f4fbb77be0174420c32b3c47fe8e489b35879ae267 1.62 MB 1,539 12
748,804 748,804 000000000000000000010ceb677f66e90206340c43f644e23194afce85481523 0.81 MB 743 14
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
Previous 10 blocks ↓
Total Size: 659.51 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,997.94 GB sent, 6.15 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.