Memory Pool Memory Pool Refreshing

80,445 transactions
32.26 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,787 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,141 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,786 (568,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
279,411 279,411 0000000000000002642b804be2d1bac4f7c31192505db4f4e4f59a4ca63db41e 0.37 MB 913 58
279,410 279,410 0000000000000001ac92c0b718f0b7588b6cc9eb87e267cf56ec796f2547fb31 0.05 MB 128 54
279,409 279,409 0000000000000002f197a19c40aa98515f04c467881e01202d6ca9752c0273db 0.27 MB 513 39
279,408 279,408 0000000000000000878400537c902b222305572c02d2614fc61114129fb586e4 0.25 MB 658 61
279,407 279,407 00000000000000010382b506cc7d7e6f40d3e79bc5de6a2c003cfac577b97130 0.47 MB 531 26
279,406 279,406 0000000000000002fc02e6b71e04223ea7b6b8f46e9c5d088fb380c8ffd877b5 0.03 MB 105 102
279,405 279,405 0000000000000002503fbbb0adb7ea17391371050495bb659cd48bf55892bc42 0.23 MB 278 36
279,404 279,404 0000000000000002664ed68ba216dbe997dfb5d20a75754df81918f880ae0fae 0.25 MB 652 53
279,403 279,403 00000000000000015ce89bf290ec88c7aecf8827e945f59ef65d9cbbb0a76206 0.07 MB 138 26
279,402 279,402 0000000000000002144b55432ca710411292416b4ff9ef290f82754efdf74f8f 0.03 MB 61 35
279,401 279,401 000000000000000234b9d53eeb1f2efb757781015db5c1dec6f9c9523594bc5a 0.12 MB 282 57
279,400 279,400 0000000000000002adeaeee638ced2c0191a895fbccd47456ae1ad64a0f91146 0.12 MB 217 33
279,399 279,399 0000000000000000b80ea27ed440442bccd731b5257d85197df6576ff250913b 0.25 MB 384 31
279,398 279,398 0000000000000002bd84aceb10aa442d829e10a5d7aaac3cfbdf0466834264e9 0.03 MB 54 29
279,397 279,397 00000000000000006451fda5d103944ad61cbdc7423f40ca4b82216633b3bd14 0.25 MB 648 58
279,396 279,396 0000000000000001b3d45dec0530e9a78edd7e18ab3c1edf9dea7197ff91cb2c 0.03 MB 74 16
279,395 279,395 0000000000000001aa41968c5504b348f27699eea7da47bf5c768aa2572de9bc 0.45 MB 1,011 37
279,394 279,394 0000000000000002a0a0800aa8a677220afb8a8884d23c508ee45dd19fc6ccb3 0.03 MB 72 111
279,393 279,393 00000000000000029477fd0be0742937e1c1a654226ffad141cf7639ff29033d 0.03 MB 77 126
279,392 279,392 000000000000000012fbc570e123332a7f86f36a3983f8ab5aff1cea0176a17a 0.11 MB 256 43
279,391 279,391 0000000000000000e984bcbf0a8d045ccb78afb2b5a7421b4a2595fc0be0e8d4 0.03 MB 80 46
Previous 10 blocks ↓
Total Size: 657.40 GB

Node Information

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