Memory Pool Memory Pool Refreshing

30,838 transactions
36.48 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,282 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,026 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,281 (267,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,116 575,116 000000000000000000130e17846d3dad86341c9a029738ea62a9a895fe25ef54 1.23 MB 2,435 80
575,115 575,115 00000000000000000021fbab54c70bd58c6ec5b66ac18d0988aa977b3b938fdf 1.30 MB 2,534 103
575,114 575,114 000000000000000000205535fff44ac31d5ac27ac5be3b53359413fc18020d26 1.25 MB 2,446 85
575,113 575,113 0000000000000000001bcb4f02d09cb3cbc97d5e3fd4f10755e10480f0ba36ac 1.11 MB 2,810 37
575,112 575,112 0000000000000000001301d79a0530e0aff011fde756c654ad696c353dec9ba2 1.25 MB 2,757 51
575,111 575,111 0000000000000000001813a25b7475c8d46d97d44f5fc91fbfb857d5178bc29a 1.21 MB 2,624 62
575,110 575,110 0000000000000000000f48f169a46a379d4df73cb62f039e40e0490d80dd95cc 1.29 MB 2,854 93
575,109 575,109 000000000000000000252c785e2200c0def3379940244f111defd80c7fda8065 1.23 MB 2,819 69
575,108 575,108 00000000000000000027df20a75c38bdc2fe001b874de7cf9d10688499a77180 1.23 MB 2,129 29
575,107 575,107 000000000000000000226339fe4fd1afd31b1bc78986239e6753ed2c11ef73e0 1.26 MB 2,513 86
575,106 575,106 0000000000000000000112b79e0e620d0252a9232ce1139f8010ca7df2118377 1.15 MB 2,692 63
575,105 575,105 00000000000000000025c3f2abb2aadc6d5e6e2a76898607b0410610040b6cfc 1.16 MB 2,867 71
575,104 575,104 00000000000000000013ebe895d0713adc242a55b2708430232822db117d0f57 1.11 MB 2,727 68
575,103 575,103 0000000000000000001e42e652c8203fe08944334d7dd4275c6d8158522195e3 1.11 MB 2,612 69
575,102 575,102 0000000000000000001d5a9d0e8ff1b9b912c2cfd9877adbf8593610abc45417 1.17 MB 2,381 98
575,101 575,101 00000000000000000019825957026867c2c06be8139c4ad12d8bf4f8ce26bc0b 1.09 MB 2,934 65
575,100 575,100 0000000000000000000529ec2f66ff7c94f166e6c093c16f59e7ef29d38cde47 1.33 MB 2,561 85
575,099 575,099 00000000000000000023f551cb16feea54ed9603ac3391d770a658f5c9d983a0 1.33 MB 2,516 86
575,098 575,098 0000000000000000000e8d89154a3b46ac60b20f7be3d0757c4c874c1c614803 1.34 MB 2,415 83
575,097 575,097 000000000000000000288411bcd12752c321d07aad601fb96c58fdf47bbea47d 1.34 MB 2,749 73
575,096 575,096 00000000000000000005ef52cbc75b940323bda2351b14ce3017900f6568132b 1.23 MB 2,607 99
Previous 10 blocks ↓
Total Size: 647.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,466.28 GB sent, 44.20 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.