Memory Pool Memory Pool Refreshing

58,893 transactions
27.22 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,878 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,515 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,877 (565,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,507 279,507 0000000000000000e68b0f17b55f7cb58d4508684bb4ac16603e4371906c8a47 0.17 MB 425 61
279,506 279,506 00000000000000008906f6874e95c2358ff2bc5c742446d5260b0890e7a0719a 0.01 MB 17 21
279,505 279,505 00000000000000029354e939c082bbb9ffe0fa02bb7fc257b7f56f4e3f79265a 0.07 MB 79 26
279,504 279,504 0000000000000002d057a03ec28e45f261d035f8c6952f32a4b66157e2ee5a88 0.04 MB 104 44
279,503 279,503 000000000000000113cc540166cf63305e80ad09cf34d741b1a3747812ffa482 0.05 MB 127 36
279,502 279,502 00000000000000028a68b624d018bdaffcca8ebf772519df47d2945874aaeda1 0.04 MB 93 35
279,501 279,501 0000000000000000c4b84b7742f6a272dcbaf12f275830e52ea005155d074cf9 0.04 MB 72 33
279,500 279,500 0000000000000000edf1a6ff589f58e509fbe4237fb162b78c5a27b631dbb1d2 0.14 MB 278 36
279,499 279,499 0000000000000001fa124c73461b9800d9405ef53e7635d1e15a67d8cfa48b76 0.06 MB 13 11
279,498 279,498 000000000000000135f601ee62a0dc876c19f4898dddcd2223d066a3527766ad 0.35 MB 302 14
279,497 279,497 0000000000000002cdb23dde05333262c164c0e12a8484ce615d56db6e3df200 0.25 MB 596 29
279,496 279,496 000000000000000012d81bc53963634c0c2b34e05d63ea98de8bd7f051e0ea91 0.25 MB 778 62
279,495 279,495 0000000000000001a1e8140d49e951605380d424875f17a6d75d6a070e6e2581 0.03 MB 98 193
279,494 279,494 00000000000000027bbfcce59f49ea732c360f363388c0c8010354b793357f6f 0.11 MB 244 20
279,493 279,493 0000000000000000c1d90cc218a475fde8a6497806eb624740d7e0e7f883d0d5 0.23 MB 431 28
279,492 279,492 000000000000000000ce283bba98c58abdc0e8223a2dced946650e4a1c55128c 0.03 MB 88 164
279,491 279,491 000000000000000283ceef714bcac1adc25ae3946cffe38fe35bbee236df1dd1 0.48 MB 891 37
279,490 279,490 00000000000000026e5a2e7afa26f996a465f51ebedbe7f60100fa4120ec38e7 0.12 MB 240 35
279,489 279,489 00000000000000014b197c8785c6b96ae0805b5301fabd7032a637fd54cac5cf 0.25 MB 509 24
279,488 279,488 00000000000000014200cb2fc52736a4177d249fbc158805db7d3d8d6b229f08 0.03 MB 76 162
279,487 279,487 0000000000000002b439e052fb799f04b32171a89e667534c04a81c31340dc35 0.35 MB 843 58
Previous 10 blocks ↓
Total Size: 652.17 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: 9,210.92 GB sent, 72.86 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.