Memory Pool Memory Pool Refreshing

44,205 transactions
48.08 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,793 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,987 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,792 (618,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,779 223,779 00000000000000e68faf559d5b75f2557383c42ab731cafefcf7b9b3d8fca373 0.25 MB 676 217
223,778 223,778 00000000000001c0bb982f042bfb040984549616f7580c2d1b9022b1b57f52bf 0.25 MB 468 138
223,777 223,777 00000000000000397aa9b3e3ea7888592aa74da7e821025fa82bfbdfd962cc06 0.25 MB 560 207
223,776 223,776 0000000000000128b2967ba59e32792733a87b3c7f2a3045d50a52f2c3d978f9 0.00 MB 9 201
223,775 223,775 0000000000000076559e314ab0c86cc552e34fd79488415d3d17f6ea3c01adb3 0.25 MB 774 247
223,774 223,774 0000000000000393aad7484b349f3591837ba0c790c19415215061f6b88b9d3d 0.27 MB 497 185
223,773 223,773 0000000000000143cb0244b2fbe5770d95da1227201f5b5f0e51a75068b35f99 0.08 MB 127 108
223,772 223,772 00000000000001a4578ce6533d3e5c762766c4cf52c492d66b5771b33a26218e 0.25 MB 260 107
223,771 223,771 000000000000041e56eea410bf240e26b5a8911fa9902a900f6420f9898846c7 0.25 MB 546 226
223,770 223,770 000000000000000197b2751acb3f6efd79dabeda3e90b6f72b98d5071404628e 0.00 MB 10 45
223,769 223,769 000000000000005b84532747b2be2e70b2423c78b9df1f7736d097bac775234f 0.22 MB 256 87
223,768 223,768 00000000000001ee16b7ad32a6ce127217151abf47c64f1cac1a4506a870c47c 0.25 MB 511 157
223,767 223,767 000000000000028de3be2d7a9852914a43e7b67e9b087169bed780ec8a5db87e 0.25 MB 862 348
223,766 223,766 000000000000032a55dc8199e9f74f699a87de747d5abb47c4f1c550f31d6060 0.22 MB 530 284
223,765 223,765 000000000000047bf142d7bffe9bf09762bec59068cbd043e861bbdcb287a2f0 0.13 MB 256 136
223,764 223,764 0000000000000441c0843cffbc2389f520561105af1289363d9b7cfe6cb5742a 0.25 MB 598 187
223,763 223,763 000000000000018b6120a7a9916a4cac3ff4b06b225726621c5cdddfdd6abca3 0.25 MB 817 301
223,762 223,762 000000000000019b0505eafdfdf9f5dce9d8323dd0c66b42e56634f72094728a 0.14 MB 156 65
223,761 223,761 000000000000039be71a47da1fe6ee1906b9da57103e4550ddb938c1d42aa127 0.18 MB 371 179
223,760 223,760 0000000000000236f68eeb002856d3199c82be8e36365868f80d1e4031b7edfa 0.45 MB 536 105
223,759 223,759 000000000000034183b57f380ce05cdab77418c42abc02621b5d2022aa7db3da 0.25 MB 712 5,165
Previous 10 blocks ↓
Total Size: 646.37 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,343.90 GB sent, 37.39 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.