Memory Pool Memory Pool Refreshing

85,026 transactions
32.96 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,931 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,710 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,930 (620,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,559 224,559 0000000000000123b8d697a93759b0b855395fe9ec81153f5d96f33909f082e9 0.25 MB 703 255
224,558 224,558 00000000000000a5ae01c9107037a303e989ccd81bcadd2da65cceea3a1a7af3 0.00 MB 8 183
224,557 224,557 000000000000031c4c3672ea10c68ed47050de8bd1dec3f0fbbe373c9117ba3c 0.25 MB 454 141
224,556 224,556 00000000000002f725e2be083ab3ca79174b4032309d4027801a535ce56b96fd 0.25 MB 729 318
224,555 224,555 0000000000000166c3ecd8851097466fa49e5e6f55323a114fc351daed0e6625 0.25 MB 587 188
224,554 224,554 0000000000000311234f595eb4bb84445ced294cfcfeefaa88a351b850759c2b 0.25 MB 629 295
224,553 224,553 0000000000000218990facd9663d50e81450686d036a63958e49beebf017f556 0.18 MB 256 48
224,552 224,552 00000000000000a53f64bfc1410f9374053ba932fc20791962ab059b2c6c6167 0.25 MB 768 243
224,551 224,551 0000000000000292fa0114952f8c9e01af20c3f3fced1d80c70eec797ca133b3 0.01 MB 32 245
224,550 224,550 00000000000000a334795c245d86a3d3199661350aecd16af42fe7e85ddede55 0.20 MB 256 36
224,549 224,549 00000000000003c13f47908c9041469af5b86e6dcdf3ab8a2d0cce3b40ba849c 0.25 MB 672 284
224,548 224,548 00000000000003b1aa6458beed5d3f2283a64b076531fabb01eb319f832d997d 0.15 MB 256 140
224,547 224,547 000000000000010159616a907e51af60c8007a8edc4cbaeb7414037a9e1e1f12 0.25 MB 780 233
224,546 224,546 00000000000002256a8f083ba5fe8a79dc5b4c0d4ca5340bebb65b2748303086 0.05 MB 125 218
224,545 224,545 000000000000038e548470352dc0c5f2c22e5be81161d7d25246162039636473 0.31 MB 777 51
224,544 224,544 00000000000002fdde342ac87a76741dd06c8a3fd3b72ea7e1d4943a47eb297d 0.25 MB 510 287
224,543 224,543 00000000000002f6920e52c83e55be00b5fc6a9e1d0e519b2c238b2d2064fbc8 0.05 MB 121 98
224,542 224,542 0000000000000219b6d001e0772fbdf28b16aee747a3db1601fe4bbf31308d87 0.24 MB 496 230
224,541 224,541 00000000000000813b77af874edb0323ab430e6ec92b06244ceb7440f5c180e9 0.00 MB 9 170
224,540 224,540 00000000000001ec2f4c11912f26d7526f3b1dda941d7f3aa2d44a1e0594035b 0.06 MB 87 299
224,539 224,539 0000000000000255dcf08f17ac969afbd564a4f6b02199fe590f0324565aaea9 0.25 MB 598 226
Previous 10 blocks ↓
Total Size: 652.27 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: 9,215.88 GB sent, 73.57 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.