Memory Pool Memory Pool Refreshing

73,152 transactions
38.32 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,968 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 4,396 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,967 (655,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,949 192,949 0000000000000313a068b6f1f9e5e3bb0c0b883f6b3816fce540dff5cb93ba62 0.05 MB 160 67
192,948 192,948 0000000000000213d5d14625707c5302e3db1482f9d05134d06fe706151ab9b5 0.02 MB 41 119
192,947 192,947 00000000000006e1903a9e42be478b1d69beda64efe969abf34a5de00a001427 0.02 MB 54 60
192,946 192,946 00000000000006bf61445c8ee8fae08f86e252787f4a07cfea0efba37c47576e 0.02 MB 48 671
192,945 192,945 000000000000063a0e850e21a0e256a20bd2f0d3d508fea5b7d852d6b3f4baff 0.07 MB 133 117
192,944 192,944 00000000000003bf3017f13a37b28a5d7b1491b0eaf302623f46b17e11059f6d 0.02 MB 53 80
192,943 192,943 000000000000015ab62f1706c1542bc95322e297672156a0ab89846fc4ca4a6c 0.18 MB 393 148
192,942 192,942 00000000000007d38b880215c7ef4bec880ea9d9e815d61c690c631e0c6d8983 0.02 MB 70 27
192,941 192,941 000000000000015a5ef66afcf032cade314b6329d23f2f236a6b9fa539d9a506 0.20 MB 525 147
192,940 192,940 000000000000068b943d1d1d8d9dd23042c9bf4d7aa90d8cded1c66d2f82b0b7 0.14 MB 406 152
192,939 192,939 000000000000030063c462badc69ccc63535eb674deab2290b5bced397651f75 0.25 MB 873 15
192,938 192,938 0000000000000122fa4d16afd37b9d422b38718d4121484819c5cf1b82f41cd5 0.13 MB 241 179
192,937 192,937 000000000000049d8f0b20e16c925221fe486ccea488b3f35b1f501f5b77b913 0.00 MB 9 15
192,936 192,936 00000000000005898e3e37c71e0997abc58e84827aca0838a5786c90d6b2af66 0.04 MB 85 132
192,935 192,935 000000000000011f7a92ec9f8499d555e9e7b0d8643bab3f1812374237a0be14 0.02 MB 79 25
192,934 192,934 0000000000000579b9e3b079a0b5593ccac7ebd0d5b28a3719600d9e7780db91 0.11 MB 256 113
192,933 192,933 00000000000006f4ab20d2117292d20df602556b0fb91718dd59d784cef94685 0.00 MB 10 295
192,932 192,932 00000000000000eb40f50968972273408e37917ce249c3de5321b783f86584a0 0.17 MB 417 160
192,931 192,931 00000000000006cfb324ac55f355a0ce62316b6bcd0af4c86c5fc7b96c9db501 0.01 MB 32 0
192,930 192,930 00000000000008336ac09ec0b68a8298c2f220d9e08348b3081c23bca0b19d4a 0.04 MB 92 116
192,929 192,929 0000000000000761c16097f857be4938d95bf0ba726869ff47caa7e0abfc7dbe 0.25 MB 512 103
Previous 10 blocks ↓
Total Size: 657.72 GB

Node Information

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