Memory Pool Memory Pool Refreshing

39,491 transactions
46.15 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,240 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,537 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,239 (584,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,797 256,797 000000000000002451b5b0becca7ff6af3519339f75349c2c2cad2bb30bff6cd 0.05 MB 146 66
256,796 256,796 00000000000000308731338a4810b75c2a292382546686defad5bfc35923248f 0.12 MB 218 85
256,795 256,795 000000000000001c53491162e8a28756a97d1f0c1080d22e13ffd5e5b38f6c61 0.28 MB 540 130
256,794 256,794 000000000000000cde005b79419707674b4d847e8f4884d854ca6373896697a8 0.12 MB 261 119
256,793 256,793 000000000000000daa312df95bf143207b952852e1c94f882f31bd887fbaf475 0.11 MB 240 100
256,792 256,792 000000000000002454e462ff409beb70281b2150a352770b1eb9476b463e5461 0.02 MB 57 83
256,791 256,791 000000000000001771658f98d4a34f9a58724b08234f3bba26db5943420a9aba 0.43 MB 986 118
256,790 256,790 0000000000000005e745cab65b788e6f42ae16f1be1d2212941c62fac320e381 0.16 MB 379 130
256,789 256,789 000000000000002068d29aac9b6da8160cdeba59303edee40a5606db9011109f 0.09 MB 174 59
256,788 256,788 000000000000001c2e132c119cd3cd27b5dab4674eaac32710b45ad915b3c676 0.12 MB 192 165
256,787 256,787 0000000000000028aa890917f53c62ac9adbb91eba144ec5c735ef69dec9df0d 0.12 MB 278 119
256,786 256,786 0000000000000003683a8883944fc8274a438e267d4eb41770fdd09862e718fa 0.12 MB 238 2,495
256,785 256,785 0000000000000026a15756ce144796c723bc047b354a00df0f988f55fd25e3bf 0.25 MB 554 95
256,784 256,784 0000000000000000691d38453a0b3c6e7422465d44f149db4ae803d863d74c0d 0.09 MB 158 54
256,783 256,783 000000000000001df0cb0f14d62185fdd3807127395b77fe6adcc9eba120217f 0.30 MB 874 135
256,782 256,782 0000000000000012ac6620ffdbe1b62039536bd5f1f08e39fb0c6cc5a5dddacc 0.25 MB 488 134
256,781 256,781 0000000000000023676b4fdf2abcea5af88def5a53f2d103072988c39e236835 0.05 MB 91 78
256,780 256,780 000000000000001514ceaefdaa5e517ed0c47294da0f64014b697fe8cb7426c9 0.21 MB 522 118
256,779 256,779 000000000000001e91a0d17a61a6685cf4958721b652cfc77864163f1d1bc9c1 0.12 MB 297 106
256,778 256,778 00000000000000153898aca41f25150155133c1bfe2b46cfcc10d83ae3592b05 0.04 MB 94 57
256,777 256,777 000000000000000c0a6eb4d06a6a7715eb5746f13185b7a3c35674a1c19b3e6b 0.04 MB 117 108
Previous 10 blocks ↓
Total Size: 645.32 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,232.75 GB sent, 31.76 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.