Memory Pool Memory Pool Refreshing

41,551 transactions
42.04 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,726 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,615 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,725 (617,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
223,871 223,871 00000000000001ad08d20b167152f9a47358ab86d61599a5b84a078f2174876c 0.08 MB 256 207
223,870 223,870 000000000000009974ad229f4a2bb8fe28a05c122c3522bf8af35261af52489f 0.05 MB 86 152
223,869 223,869 00000000000003033c7f91a0bad389c21195d5239790c1bae825c8bb241fd690 0.19 MB 329 147
223,868 223,868 000000000000005ecd9c0895c6aeeeff0b6c27d5d9beedc22fb971c67a842ab6 0.25 MB 480 151
223,867 223,867 00000000000000c40db093e13e85ce2a028859205ab5fc94a5346bfd64f937ed 0.17 MB 342 152
223,866 223,866 00000000000002d73a9e6c595747584d712309837bbacdc9e5a29abb4adb4621 0.25 MB 479 166
223,865 223,865 00000000000000caaec40e6f03f2a2d7d587eed5e730dd2873b48d2648184d3f 0.25 MB 761 265
223,864 223,864 00000000000001f63500a95f2c490cb0ea3e8e7ac4996f01ae0f6cb3e2a680da 0.33 MB 641 151
223,863 223,863 000000000000003d8c48d8752a6405c8219983e5ae3127ed814596fe7b6925d7 0.25 MB 851 414
223,862 223,862 000000000000001e77ef298f42f1a373340a337cd9eec27e00d33f4b7bfeefd0 0.25 MB 424 135
223,861 223,861 0000000000000362a85b66379b629cc528cdadf41ecfc2ef8afbb857c839a2c5 0.25 MB 806 256
223,860 223,860 00000000000002740b2d993e18e442e666cfd416102ec994378b83931207a682 0.01 MB 16 263
223,859 223,859 000000000000039ed9b8e6bb845d0e3c47ede17dfd770dd0462fdefc8f46e3fe 0.19 MB 408 166
223,858 223,858 00000000000002aea727d199254462365eee289db91bb7f88aac101621f1233f 0.24 MB 397 176
223,857 223,857 00000000000001bbf44ba6b2bd36ca7ff1c9f92ec0bab06f4722870d91531fa2 0.18 MB 435 195
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
Previous 10 blocks ↓
Total Size: 646.25 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,334.88 GB sent, 36.63 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.