Memory Pool Memory Pool Refreshing

64,489 transactions
28.87 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,979 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,628 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,978 (132,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
710,376 710,376 000000000000000000077f88f001a14b31e95c7a23724b33bb53f47dd23c9c76 1.21 MB 1,547 7
710,375 710,375 00000000000000000002b935fa23b7ffb7f3a4acb9416ece07d4225a762bdc6f 1.99 MB 880 2
710,374 710,374 00000000000000000001e68e94dc77946d6754fd0d8b3b575b9618a8a2564528 1.53 MB 1,855 5
710,373 710,373 0000000000000000000480e384c7016a3a2733b39a83966de1c216cf8f31d293 1.48 MB 2,088 10
710,372 710,372 0000000000000000000603894c8b73dd003b113968595e27be6d253cc559e3e3 1.30 MB 1,800 4
710,371 710,371 00000000000000000001c6f9e44b8e588d563192b07cce8571f4140a2cebed14 1.29 MB 2,038 16
710,370 710,370 0000000000000000000603b0229e491148d6c0cc718a43496404c116e8173c6c 0.23 MB 374 8
710,369 710,369 0000000000000000000322d543b3a9d66fcc4d871843fce9cdfa715ddafa1276 1.03 MB 1,297 15
710,368 710,368 00000000000000000005bec0cc54e76adf6411de24731c0206412efd66a7c8aa 0.40 MB 719 5
710,367 710,367 0000000000000000000a46c3653a9003d3314b1dbea6723f71f95b71d24acf82 1.41 MB 2,389 11
710,366 710,366 00000000000000000005360944e4f516c269ae761d9ee88a4230b3a7c75ea622 0.56 MB 734 8
710,365 710,365 000000000000000000052894bea3817620ff62a1bfc3035a02b99def1db89513 0.16 MB 26 0
710,364 710,364 0000000000000000000a906d16009129f8651f446765f25b4a70b97e5ccd72ea 0.20 MB 226 7
710,363 710,363 0000000000000000000aba813235187e3cb513f4fe0b4b4df4ee609173c2db15 0.69 MB 1,011 6
710,362 710,362 0000000000000000000bfe4126a4a8f61ab44217ebfdcd9e19385daf358c1381 1.36 MB 2,052 9
710,361 710,361 00000000000000000009a503a849ab971cb980c232cc9457113c6f860d64e041 0.40 MB 647 8
710,360 710,360 00000000000000000004d2ccdf4b70d8383476be2db55fb94c0006b12a80d638 0.40 MB 729 9
710,359 710,359 00000000000000000001243cd19ef23c169fdd16682fe3ab3e79019e55cb0797 0.31 MB 641 11
710,358 710,358 00000000000000000006c4172795191466488d6f0967caaa156e565b75b9d4e2 0.63 MB 1,096 9
710,357 710,357 00000000000000000008303d4ad3c1b8df845ee0d8a85c0052b10e86a4cd080c 1.34 MB 1,683 5
710,356 710,356 00000000000000000004d47a2ee0ca2f657aa59487fe6b5b75788a03bde83f60 1.30 MB 1,390 9
Previous 10 blocks ↓
Total Size: 648.59 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,678.80 GB sent, 53.42 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.