Memory Pool Memory Pool Refreshing

20,696 transactions
57.65 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,780 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,476 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,779 (730,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
112,911 112,911 0000000000007b20d55dd7c6f60607221e7b8f15eeb9757f50b1608064fc67fe 0.00 MB 11 323
112,910 112,910 00000000000047acf12b3d3e02f9ff07c33fd547aa14d80876a5f8bfcc8e78a5 0.01 MB 18 597
112,909 112,909 0000000000000e58fc0dd7114a6f8f7daa2f3b0ef4f49c898841d0105bf89b0d 0.00 MB 7 439
112,908 112,908 000000000000225ef8fb92188ba3fa53427eb1645c0588ca3176ecac9e24ad5e 0.00 MB 7 486
112,907 112,907 000000000000a19c7b0133bc5586ff750ee5554e02cb36900d3aabaaa63d62af 0.00 MB 9 0
112,906 112,906 0000000000007996c29d03389c6beccf6a8d927c5d57b710e7cd510d980eba3c 0.00 MB 11 1,212
112,905 112,905 00000000000084a1acc8c09f0c6b00c7aa671682a4fb2fe741fe4fd93911090c 0.00 MB 10 310
112,904 112,904 000000000000540d23de29363e89cf8bb34771eb54efa6142a7650992a366a4c 0.01 MB 23 346
112,903 112,903 000000000000053e3a3a045f314bd567136d4f9842c06687802f4ac1615e775f 0.00 MB 3 0
112,902 112,902 00000000000041ac220aefe72cba9974f36994f02affc035a695726af4d4f644 0.02 MB 84 0
112,901 112,901 000000000000205eb144cac7a02c9ebafc3b5caec6ca995d975a18a948994f25 0.00 MB 14 1,227
112,900 112,900 0000000000007742c0f9d2a36fde1adab08d922d8b42bfaef29044b89d5ce652 0.01 MB 34 707
112,899 112,899 0000000000002fbff4bc567111b95e3e18076c09359451fabfbc6db6d8e175b8 0.00 MB 1 0
112,898 112,898 00000000000062e1608469ce033212b82b6c103180b5de931ce7b6473b10af76 0.00 MB 10 348
112,897 112,897 00000000000032474cd70b761a0f605fdd78bad5ba6b8eee12767c40cb68c7c6 0.00 MB 2 3,875
112,896 112,896 000000000000cb6aeb7e251ed31a814d9631b5fe3d6994e00229f7ebbfae5344 0.00 MB 12 0
112,895 112,895 00000000000037bb3ff4cf649a1757d4028ecc10f893529b4a2214792c981f96 0.01 MB 28 336
112,894 112,894 0000000000000486d7c19a1b5371a01b0a088be052992929bd948207b46ffabd 0.00 MB 10 745
112,893 112,893 0000000000001873fac534c24d97748e4a23dab609e3eb77674df671e36b9051 0.00 MB 9 0
112,892 112,892 000000000000cae29ee033f6d6f812368b0347d11b9dcd96dbc7f7fe3550c853 0.00 MB 12 0
112,891 112,891 0000000000004c9075272c582dad2d7616aae45624bc9cbe6916e9814b1f3678 0.01 MB 21 0
Previous 10 blocks ↓
Total Size: 650.12 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,921.66 GB sent, 61.27 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.