Memory Pool Memory Pool Refreshing

32,596 transactions
40.40 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,078 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 2,136 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,077 (105,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,876 742,876 00000000000000000001bd597b8c6fec13e0f03ab67b15c9020c51b72db98868 1.54 MB 2,817 14
742,875 742,875 0000000000000000000916b65a627abacf779a32426a1991f52d5f0ae1d2b603 1.15 MB 1,019 15
742,874 742,874 000000000000000000089df28b9c3988cce9a0adf250c5be2a7f5a70fce02b06 1.08 MB 593 11
742,873 742,873 0000000000000000000313f4d39792aa2ae88e7170de6f04e927114f43c3712c 1.66 MB 2,049 8
742,872 742,872 00000000000000000006ffaab33748b09758126bc921e9166adfd8ee85f9fd7a 1.61 MB 2,417 6
742,871 742,871 0000000000000000000352accfea16665f71889f36559d29f080031a73d178c4 1.60 MB 3,045 18
742,870 742,870 00000000000000000008945dc795caf30c39e1ee991cf5bc9eea65119dc2ff7c 1.47 MB 2,808 11
742,869 742,869 00000000000000000004788044c2fe99262b28d8793f33876c344fb39037bf83 1.53 MB 2,901 4
742,868 742,868 00000000000000000001f9301d40093ee0c20631fb633fac46fc0cde611c799d 1.70 MB 2,418 11
742,867 742,867 0000000000000000000654507b5d5a584845b3b7b7b7df7c11a09067f863fcec 1.45 MB 3,468 21
742,866 742,866 000000000000000000078f73ace297a88cb4f9d2173e5b57a48c3a2c61be0906 1.45 MB 3,233 20
742,865 742,865 000000000000000000048986b26f089f92a8fcaf9be3d4f16cba4935383b037b 0.71 MB 451 3
742,864 742,864 0000000000000000000076fe9d7214d494a8ba4f5d4f8f73318f30232e617684 1.48 MB 1,988 4
742,863 742,863 00000000000000000001d16858c7cb2e783ed7fa386d0502ea9bd3dc5658b570 1.43 MB 2,711 8
742,862 742,862 0000000000000000000399ef4285db65334c3331058a1b80d04afba0c6b8b7ed 1.58 MB 2,625 11
742,861 742,861 00000000000000000003d66a2995d59ee5a76ef0f22c83735864e9e5cc885fa2 1.47 MB 2,273 8
742,860 742,860 0000000000000000000490c4067ee439d88f98675a28fcd88f9d532ffaec83fa 1.36 MB 1,464 12
742,859 742,859 000000000000000000067ba2c23bd899b206f6a6ddb71da0b92f25309e225fa8 1.62 MB 2,740 16
742,858 742,858 00000000000000000001747537e36cbd663637779a8e645e4bec3c4429791cc3 1.46 MB 3,273 24
742,857 742,857 00000000000000000005b606ee0d0760c909e8a9d137d8e9e4f394f82b5459a5 1.64 MB 2,498 17
742,856 742,856 000000000000000000018e1e107f6c979cb5a610000256f77d28dbccedcbaa2a 1.10 MB 1,321 11
Previous 10 blocks ↓
Total Size: 657.90 GB

Node Information

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