Memory Pool Memory Pool Refreshing

36,892 transactions
46.49 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,535 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,395 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,534 (618,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,856 223,856 000000000000028776661dfacc88b6471f5282401126cae9b8831ab48cf5f30b 0.42 MB 476 108
223,855 223,855 000000000000027cce41da3afdfed376f2e19f7e088c45d61c10dc93cb27a82b 0.09 MB 240 229
223,854 223,854 000000000000000c4ca6d2016302bab8e1237ed220b2873149bcf02d97aff005 0.15 MB 268 143
223,853 223,853 00000000000002ae41dc09ba32306ff212f7c4c18333b6d3d6b306d3a33a546a 0.25 MB 534 158
223,852 223,852 00000000000002aebb3bb016c780f304f004c308256a629b506917c93e2701b7 0.25 MB 526 163
223,851 223,851 0000000000000281b587fefc21079830c41b4aa612c0c1ada2237876d3b02bfd 0.25 MB 485 152
223,850 223,850 000000000000020e0e5d32b455a944b184eabed003ac031ee0295967d17fafc7 0.25 MB 776 282
223,849 223,849 0000000000000342f01eca64cd1ad739012e5a52b354f8d20be708e33a5b3748 0.00 MB 9 0
223,848 223,848 000000000000024cb94a91e4cdddbb53bff5517fb3a01b64377eba6aae599c5b 0.12 MB 256 217
223,847 223,847 00000000000002012f6eb5c6fe41da2d6ab4846167469f7688285d67a2ec1136 0.00 MB 15 29
223,846 223,846 000000000000033c93fb179b270bd13a4b95cd2b1b5a82e0173edf18bb47cb6d 0.44 MB 512 86
223,845 223,845 00000000000002c5b77ae8abb82ab3a886d0e7243fbec30ce5e793ab63ec6337 0.25 MB 732 267
223,844 223,844 00000000000003c55da4b3f9e9aac525e6d655564a98a4596b791b84b79a2686 0.25 MB 742 329
223,843 223,843 00000000000001f791df10d7c156fb1db9b725dc9389d03435fd3a6189b5d997 0.03 MB 64 94
223,842 223,842 0000000000000213b1f1eb6fe2f7374840c781d8108d27f5e52deb5276a68a25 0.19 MB 128 76
223,841 223,841 000000000000004400f2f4fd2f30215348aa068ca2d0b958f12b7f25db04e96e 0.12 MB 246 168
223,840 223,840 000000000000009696bb787837afba113c6e71897dc42ace3aebb2848c7735d3 0.25 MB 331 128
223,839 223,839 0000000000000202fe00d980a2ac86ad5990a5d5151b7055f4e08ed60e6b7a11 0.25 MB 469 191
223,838 223,838 00000000000001d0ed35a6526c9712adcea28c0cfeb21c24bb366707c32db6e0 0.25 MB 166 89
223,837 223,837 0000000000000148e5860d43502b772a79654c77c5b5e259b3ebdba9cceb6cc3 0.25 MB 468 221
223,836 223,836 0000000000000166c01f3ba9f293d59398dbc3d955227e2aac9c162e64ba5f40 0.25 MB 388 146
Previous 10 blocks ↓
Total Size: 647.74 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,544.05 GB sent, 47.49 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.