Memory Pool Memory Pool Refreshing

42,461 transactions
47.90 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
841,792 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,966 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,791 (585,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,137 256,137 00000000000000142ec7fb7a712fa3f597b49cbb11ddff8b04db73dfbfcda1c9 0.21 MB 471 92
256,136 256,136 000000000000000f10f75d8c4349051d51810ff5847299a3a59ed7e42d4c9e9e 0.25 MB 624 134
256,135 256,135 000000000000002638ba74af614f618ab342bbe16aed7d095753b99d8c5629ef 0.16 MB 299 126
256,134 256,134 00000000000000254e4ab6bd128256379bd2a5068ee70b97a7d960fd74fc3fdf 0.25 MB 618 130
256,133 256,133 000000000000001e2c0d65f81bbf04c36257bf04a93524812f4d88db149acace 0.33 MB 641 90
256,132 256,132 000000000000000831a85ce38894f4ac3d9aa01ea4ef77d6ac862c147635417f 0.25 MB 474 69
256,131 256,131 000000000000000e456d1ad6bf013b12f4bf8a64c009d167cdfe1774a92e4977 0.25 MB 745 53
256,130 256,130 000000000000000e6a92e7a1cf6f3ac29019e5420cf8252d49a431aadcee37e5 0.25 MB 380 81
256,129 256,129 000000000000000b64dbec8cdfed200cc23c9c04b4e8389ead2ae00b8327f12c 0.25 MB 559 129
256,128 256,128 0000000000000007440fc4df4d953acbf67ad26adb2d7dff7bee90318b41e6c6 0.25 MB 679 167
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
Previous 10 blocks ↓
Total Size: 646.37 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,343.53 GB sent, 37.37 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.