Memory Pool Memory Pool Refreshing

26,042 transactions
31.78 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,889 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,584 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,888 (573,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,782 268,782 000000000000000865610b6921f9a642a1296f42356532eba1dab7a74f51a86e 0.17 MB 273 59
268,781 268,781 00000000000000032b979609f13e749dd82aeeb6ae4387b3379092ee3f27c73e 0.10 MB 292 218
268,780 268,780 0000000000000003ab245597bd38a4760996f9edf26af9313ed1a3dd8700f8e8 0.30 MB 861 209
268,779 268,779 0000000000000004e76931f8ecea186645c1b5db044e49c3542031c930ce59f3 0.13 MB 244 67
268,778 268,778 0000000000000004bc10001a8efc34d87b1b92676ea314a2e011d1705e7d0402 0.08 MB 167 32
268,777 268,777 00000000000000067d52e7c81f563c83ac46d5e95397aebbd7f4ebb038023258 0.41 MB 847 612
268,776 268,776 0000000000000003f671c3f599ad84e0c86a48f3840403a396090851c4412aac 0.32 MB 694 71
268,775 268,775 0000000000000006de597040c0c9e612046c649014ce197c257ec6833361fee5 0.25 MB 652 142
268,774 268,774 0000000000000001f42e83eaf4f7d2a1ad66c1fc12cc0fb7f7b44f452f285189 0.40 MB 632 60
268,773 268,773 0000000000000003925a52939952404a2c1a08dccf40ed0abdbc40631152f452 0.50 MB 959 104
268,772 268,772 0000000000000008213640715ac7ec0df6fce0c62a9e21edd348fd6f533afe26 0.25 MB 449 56
268,771 268,771 0000000000000000b0b5336062f39b8ab1a222811bc4cf302fefc3b19e21c8df 0.25 MB 543 162
268,770 268,770 000000000000000099fe71c337a0053be6dd1c4e2c78683ac41fbabbc7eb456d 0.15 MB 221 38
268,769 268,769 0000000000000001b1c56faf8c87db1c83dc9d22906d3e316128d280acad2c7d 0.71 MB 1,030 20
268,768 268,768 0000000000000006603d7ed321578f79a1cb11ef58eff32ccc53e5bb05092593 0.25 MB 610 124
268,767 268,767 0000000000000003c56f31073b5ecfc2e8e8cfe9ffc139b5703a2c25314b3da4 0.04 MB 54 54
268,766 268,766 0000000000000003fc1a994e71423e537c4b694d2f658ef49354f64bf8db7da4 0.15 MB 150 32
268,765 268,765 0000000000000005cc0bbce8c051e4cf66ce7396a9422a746d61b3b9abfddea5 0.15 MB 250 53
268,764 268,764 00000000000000032672bd886c82b5dc70d19e08dd9f0b779de4a230736923ae 0.15 MB 312 614
268,763 268,763 00000000000000057e8b6286172c1111abfb933dc0b608761e63bff8b86da209 0.07 MB 126 30
268,762 268,762 000000000000000267050e106bf75d3b6163adacdab8c65b6317eb6a0511260b 0.30 MB 512 83
Previous 10 blocks ↓
Total Size: 646.56 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,369.88 GB sent, 38.43 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.