Memory Pool Memory Pool Refreshing

67,728 transactions
34.30 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,178 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,440 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,177 (589,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,127 256,127 000000000000002736f5ecace29819ec8701abcb49fe1324c0b5196ac68d1894 0.25 MB 600 150
256,126 256,126 0000000000000004be6e4a19d318f3ff3c53e25ab2efd414284ae24088486549 0.24 MB 556 110
256,125 256,125 0000000000000028ef7cae42340dc3a06db9c281e6ef15d7202a28217953c6b1 0.25 MB 482 143
256,124 256,124 00000000000000259b2fdedd398edb26a5de46449276ed8577dd5a29c191aa3e 0.42 MB 721 100
256,123 256,123 0000000000000020abf528351d4e8c0aa84da52db289d0bcd8f4fdb55ccdca02 0.20 MB 475 119
256,122 256,122 000000000000002bacd07d3800a3c6fd9507ae8e63ea5d071b979b9f7aac62b8 0.09 MB 202 98
256,121 256,121 000000000000001486125f18eec45cdc121a5757d050527956fe479476f4a3d6 0.23 MB 551 102
256,120 256,120 000000000000001cb1b19cde6d903a13dbeebec405db5ac0e7d95416fae488d4 0.25 MB 648 147
256,119 256,119 000000000000000f41c4e6d584046f63555f9821f7367bbd70e6e56bb02dcf9e 0.05 MB 110 44
256,118 256,118 0000000000000004f96f369c62aa563fc87a756d31290034e66444100be3205e 0.04 MB 90 23
256,117 256,117 0000000000000028f791c3ec1347480d3f2c0263a2a9d225feb4cf614a16ea9f 0.21 MB 577 43
256,116 256,116 0000000000000011926af4b9cdfd03adce35adaa726901c0db872506e2502823 0.14 MB 333 116
256,115 256,115 0000000000000004cf4d732a3db1733b4c6bd1572f93604e8a8b2e411a82db6a 0.29 MB 343 44
256,114 256,114 00000000000000174a57130a15008d07039585d442654b886fc95afad26435b9 0.25 MB 347 64
256,113 256,113 0000000000000016bebeefdb9fbb26a82d52552f90a568b82f3957817399c370 0.14 MB 256 88
256,112 256,112 00000000000000163f361ce58d0729d46cab476fdba4a3eae20239a4ca9a8b7f 0.21 MB 512 131
256,111 256,111 00000000000000102d4a737f978b105cf78d59a191e769ad1ad10e49273f5bbf 0.25 MB 800 300
256,110 256,110 000000000000002927ecb34da4207fb7f95de8a6151892155c27fa8b0c0557ff 0.03 MB 73 88
256,109 256,109 000000000000002313ca2d879ce21c170711e5f143d3717d3625d72b805d39c0 0.03 MB 88 88
256,108 256,108 000000000000002a8b842b60ea5c631c53bd89cbf08ee2a3fc60065caaaa611c 0.15 MB 252 61
256,107 256,107 000000000000000a490a019035273e3dd68d5253441170f24eb76e1835cf3c87 0.25 MB 693 122
Previous 10 blocks ↓
Total Size: 652.72 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,284.88 GB sent, 76.73 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.