Memory Pool Memory Pool Refreshing

49,064 transactions
49.65 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,322 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,511 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,321 (392,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,448 449,448 00000000000000000099f82077d159acc8ab02abe90a74125bbd636e6988ccf5 1.00 MB 2,387 78
449,447 449,447 00000000000000000155d2eb4540f84867b787c0fe20e0fb61fd8f689fe44f2b 1.00 MB 2,477 79
449,446 449,446 000000000000000001b69fbc4c7a48c10052b2917848ca8a5157befa2b426ab9 1.00 MB 2,353 102
449,445 449,445 000000000000000001a998e44ce954194221eb6939b527ab47145af19c45524b 0.53 MB 1,269 71
449,444 449,444 0000000000000000008739bdb4351653ba4a572bec8f9930b57f40ffb5540147 0.00 MB 9 86
449,443 449,443 000000000000000000ecb940738d97d2f0f962186df86e12d3d50b96682f4676 0.04 MB 93 64
449,442 449,442 000000000000000002675d61d69f504680f91f0c61ca4f7836b7b6b527c70c64 0.42 MB 928 75
449,441 449,441 00000000000000000168a3381f92792144b2f8227b6ee3a673ffab8130d0c83c 0.75 MB 1,557 74
449,440 449,440 000000000000000000bea34808862f96e9dd435ccbd4893c0d85c84d111cb3b3 0.34 MB 740 78
449,439 449,439 00000000000000000102bf6ff6da7458cf78065a581cb27b58361b290b5d0f51 0.80 MB 1,050 39
449,438 449,438 000000000000000000e67e4f8efd30766e49a12a99eace4b6a8774a8e1c84434 1.00 MB 1,478 58
449,437 449,437 00000000000000000298acf143f69a74a301441e9f3334de9474642f5e9ce80a 1.00 MB 2,316 84
449,436 449,436 0000000000000000029f3aa15235793d5de8197b0e4d850b396ffe40a29c45a4 1.00 MB 2,211 90
449,435 449,435 000000000000000001d4bc9a4216ddc4f4cbfbb8f1590efbb2425051c096bcea 1.00 MB 1,798 69
449,434 449,434 0000000000000000002652ca7bdab2ac6834bcd43510b1f880bb32b22acadb02 1.00 MB 2,675 74
449,433 449,433 000000000000000000582a270c8765f14c25cfcd88539d161e54ac6a7ad97afb 1.00 MB 795 77
449,432 449,432 000000000000000003291e10039fd4e1f42db74c7eec3d5adde9c8c2f6a2efc8 1.00 MB 1,789 100
449,431 449,431 000000000000000001c7a6d9232f148a2d342fec8b9ded1ffd20005f85542eb2 0.75 MB 1,603 71
449,430 449,430 000000000000000002925ca477344a16663601bb8b9eddd12e36c4cbac72ada2 0.12 MB 310 79
449,429 449,429 000000000000000002f2ee2af958332a9b4871200a96e58ea9b39e2656609008 0.18 MB 210 54
449,428 449,428 00000000000000000026feb5bf99f790e68a6e32efa36e53392bbddf2d5ef1d0 0.67 MB 1,109 45
Previous 10 blocks ↓
Total Size: 647.32 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,477.30 GB sent, 44.92 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.