Memory Pool Memory Pool Refreshing

35,185 transactions
40.56 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,296 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,545 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,295 (552,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
289,309 289,309 00000000000000004482b2378f40d2eedfefd6f07b1107629dd8d141433c97b0 0.08 MB 176 29
289,308 289,308 0000000000000000194671ff194773f23e8d70c691e78f8eee5ff77f316862a3 0.23 MB 497 32
289,307 289,307 00000000000000001c14a505816e664c3debeef7d94aed22cfcc2e2052e035a7 0.10 MB 256 58
289,306 289,306 0000000000000000ec7a26e5742257d1ea26bed78505ad6a000288e64fb87d76 0.28 MB 562 31
289,305 289,305 000000000000000007753850e318679f2e6ebc2208867e65a1bdb697c1b2ed56 0.15 MB 370 26
289,304 289,304 0000000000000000522082c91900f1ca261e2c4fb320b63113cd7f1144d50413 0.10 MB 178 6
289,303 289,303 0000000000000000ad8738d0a38e054e519c460b257e37488184fbcd00512e50 0.03 MB 74 38
289,302 289,302 0000000000000000fd46f901cd1df18bd3b36cb0b79962fe09aa01c038329149 0.10 MB 204 26
289,301 289,301 000000000000000035f3aa2275152ebda01a86a42f8ac5a8dffdcbf3fba46fee 0.15 MB 357 41
289,300 289,300 000000000000000080cbef0c18a5923ee4efd47e33d81c91a59c1131e0ecfdfc 0.25 MB 544 37
289,299 289,299 0000000000000000fd43b58f240b2cbf09197332d0361780106ff81053586434 0.47 MB 1,045 38
289,298 289,298 0000000000000000cb3826067e114c816e01236f725866b992e41698515b7325 0.11 MB 92 23
289,297 289,297 0000000000000000ad64d1163e2991f18e65b264d1dde092333720ef732f25d5 0.02 MB 64 44
289,296 289,296 000000000000000092e0ff26a3964ea30b973b3793d614172a4d68bb1fc2efb7 0.13 MB 233 28
289,295 289,295 0000000000000000d2374e36de1ff7f4b54e5435699a8802c213dbab281afcd5 0.13 MB 301 39
289,294 289,294 0000000000000000d4d79299b9ee2a8819fbd640f9688b9a471a5af1440542c5 0.15 MB 328 42
289,293 289,293 0000000000000000665093ce859e4406ae54019aec6f35ba8de789a7b58d8d64 0.11 MB 268 39
289,292 289,292 00000000000000000b1b32d7f9fc661206afde2d16212b2f670b5fcd2cda1ec6 0.17 MB 376 35
289,291 289,291 000000000000000106ab8cc8baba3f7fc1930bd0648d086d2dce50353451cd9f 0.16 MB 320 33
289,290 289,290 0000000000000000ade38b9469f38ee2f92244e0973ad234b3e4f53516559db2 0.01 MB 16 22
289,289 289,289 0000000000000000586369f372b9ece2a058e37964beb5f7e302a1e3bde99763 0.26 MB 455 34
Previous 10 blocks ↓
Total Size: 647.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: 8,471.35 GB sent, 44.41 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.