Memory Pool Memory Pool Refreshing

21,997 transactions
28.72 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,861 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,007 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,860 (638,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
203,123 203,123 00000000000000e585cf5b79665c4483167fbdfb81e856ca42a31a80ab7fba91 0.03 MB 33 689
203,122 203,122 00000000000002d59666dda76cd8631c21bec750d0e57272dd625eb187b333cc 0.07 MB 118 82
203,121 203,121 0000000000000005744f364d1a264f68d9fa23ca1e12d26b1716e79ef0ae404f 0.04 MB 77 90
203,120 203,120 00000000000003125acd09b8237a343e642ada4487b2be61fd5e10c081bcb09e 0.10 MB 212 127
203,119 203,119 00000000000004177e37c12854e25d4f6044776db78e08e92ee84380cd4d5c18 0.10 MB 211 119
203,118 203,118 00000000000000d8aafe527d2533e3f0fa34da51f8dcf75ac3e4337bf0e2022d 0.12 MB 296 77
203,117 203,117 0000000000000532cde4d4728a62e048707fe35e7c705e7d45c2c0a679ff1a59 0.16 MB 322 90
203,116 203,116 0000000000000212ae6e037e1e2cce53977f056b2872950b226dd55bac8476a6 0.09 MB 158 87
203,115 203,115 000000000000019342b279d8e415cdaeb1526efd461060144b11ec1063e86ba5 0.20 MB 420 139
203,114 203,114 000000000000026cf440eacbb0b6979bc8916310f6277345bf88e7245f517bf2 0.05 MB 123 81
203,113 203,113 00000000000003bd0f29a459dbd76ae71da1b6fb9630504a9b8dd0ea34087b32 0.15 MB 234 114
203,112 203,112 0000000000000261bd0a1db607fd99952e5e631cda3f9cb5df5819cf3d108f77 0.06 MB 165 232
203,111 203,111 0000000000000310d111bd51c4f7e95e3765f6ab36a7226f678f022f40122f79 0.06 MB 134 189
203,110 203,110 0000000000000176759c7182d6a8b2fa9166336e619f58f0b3fb14ff6d273277 0.13 MB 363 144
203,109 203,109 00000000000002f19d7644e37fbe4f84bf20c06dfe2e325c91239076152bfaea 0.09 MB 221 131
203,108 203,108 00000000000003a4d480094d77b9b37a662758d7b2ad46c7db467fb88dcb2184 0.10 MB 200 102
203,107 203,107 00000000000002ef9df6d32354f84ec4f7e2797e6e4cb36f391279e969fd8798 0.04 MB 85 104
203,106 203,106 00000000000002cfd1284be6a6f312784023f4207f19c806a23c6a6fcbb1daeb 0.01 MB 20 139
203,105 203,105 00000000000001088075b78afc6a8a99db37beb1347a222f38c303dadf0aad04 0.03 MB 74 131
203,104 203,104 000000000000026fe5a202e7daed74887a59587104c294e60c369658c9d66da5 0.06 MB 98 90
203,103 203,103 00000000000000f7003434149029030b544ef7e7ebb7e7c56d30f3b7d5ded1ad 0.34 MB 654 80
Previous 10 blocks ↓
Total Size: 646.50 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,360.16 GB sent, 38.07 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.