Memory Pool Memory Pool Refreshing

28,610 transactions
35.05 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,020 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,426 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,019 (577,220 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,799 266,799 0000000000000005f07349f3c8fbf165543099cde8cf7cb17690327fa95a760a 0.08 MB 164 56
266,798 266,798 00000000000000002e7e91b59732e1f3757eda26369096e6eec86b7bc7163f55 0.23 MB 473 72
266,797 266,797 000000000000000ac392e652d6a0f04f3df674240d0548b5a05120ff1b6466ce 0.23 MB 392 55
266,796 266,796 000000000000000925cf606079a0b110c3fdd19bb61550e3e9d10a547b3c4752 0.02 MB 31 59
266,795 266,795 00000000000000011ce1e236042ad84ad0dc461e4b5cfb8dcbbee033bf4bfb32 0.03 MB 46 62
266,794 266,794 0000000000000003f5735169fb20dbf31125071126249d99e7abce6db2d653d2 0.04 MB 88 46
266,793 266,793 0000000000000001d24f002c52c6378d67077d10c62d1b2e406502aae6f396c0 0.00 MB 13 91
266,792 266,792 00000000000000001292d8d163b419a07b2642e80fec1f7027f32e5f6a27925b 0.04 MB 88 100
266,791 266,791 000000000000000a01f05f5e6eac250012aebcbc440a87c9e774db0821f32569 0.17 MB 278 67
266,790 266,790 00000000000000060da63704ad7c10d303c31bdbb83c0c2d363db217a03df69f 0.04 MB 78 52
266,789 266,789 0000000000000009214095c41a02649f3c206e4310872b9277bd67c6a7b04eee 0.08 MB 129 48
266,788 266,788 000000000000000602ce399eb1d0fce81a2dc029223097fbdda0452e5ca4154a 0.11 MB 231 85
266,787 266,787 0000000000000001a9064dd8ab6d88b6f6a3fa1031e536a13e80b1443fd8d40b 0.06 MB 131 96
266,786 266,786 00000000000000057ca483e98673e876b21b9b1a78420dd8ee4c1acda26f2b98 0.07 MB 136 14
266,785 266,785 0000000000000005304f088b01e82b67af4845892da02bc7a17e43a17a8fb28d 0.04 MB 102 90
266,784 266,784 00000000000000087b790743160e524a95bac02a732a8c32bd91e5eb47912932 0.16 MB 383 89
266,783 266,783 0000000000000007ef422ab6896bda1a720ee97f6da1e2960a18df27f681214f 0.12 MB 297 84
266,782 266,782 00000000000000060d4dab8688bcd7edf1e3138ca742cf635e56b6f2969c80e4 0.42 MB 828 81
266,781 266,781 00000000000000099ee4bd8fec941c63613d4af4d7142a5c1087aedf68c5b9f3 0.17 MB 324 81
266,780 266,780 0000000000000007370b211761d12439dd55816029ea2093a988c8fe63a51af3 0.14 MB 342 92
266,779 266,779 0000000000000006f8636fd71d6f13c9d3c3d3f1618829363c30f7a8e6c688b4 0.03 MB 64 89
Previous 10 blocks ↓
Total Size: 650.54 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,993.16 GB sent, 63.45 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.