Memory Pool Memory Pool Refreshing

48,096 transactions
49.09 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,337 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,914 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,336 (586,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,084 256,084 0000000000000029d26e030ebb6f896b8297003482ff2a9d76228a3a4435f675 0.21 MB 429 97
256,083 256,083 000000000000001ab35900e2173e98c3a160bd1392f68cc1660b815a30bbb872 0.09 MB 256 68
256,082 256,082 0000000000000011f98ad3a6ee4e7e8bc96013e64f7044838caefeb5f144a916 0.08 MB 213 102
256,081 256,081 000000000000001fe210039f6966932b88b1bb9b215e9d523b2d6bdbbfe1d9fc 0.05 MB 113 99
256,080 256,080 0000000000000028230375e91dbd8352240dc234425d7365fab37e608b0168da 0.19 MB 507 116
256,079 256,079 000000000000002ffcfc511b6e20c83830594be4b82b3f314f32933ec952ff59 0.10 MB 265 128
256,078 256,078 000000000000000374b877fdebe2c18773c6cccf0d07f78bf7558b642d5380d4 0.08 MB 216 120
256,077 256,077 000000000000000345657383469ba824d531d9b1d3bbd151bf5108b0c331f9f1 0.01 MB 22 48
256,076 256,076 0000000000000007639a0fadbdfce214390b91815d56457245aa93a58135e65c 0.05 MB 107 98
256,075 256,075 000000000000003063a94603f77aecadcfe866c5860d646b45a34d4869634b51 0.01 MB 33 22
256,074 256,074 000000000000001a292b81fb451ecb5d77f820487ecbce5c6cdedeb8478b7ec7 0.22 MB 527 127
256,073 256,073 000000000000003057695477ff4d1c46c9ba3056db2b61cb7d00ee66fbc77a30 0.06 MB 151 110
256,072 256,072 00000000000000150d0164003fb125d067240c890ead4662d7fca687fe039ad1 0.05 MB 121 52
256,071 256,071 0000000000000025e6a0e0647b1e68510635deff913cb0c55c017f81bdcd5ce8 0.07 MB 172 100
256,070 256,070 000000000000002b02a3eb9a6ca5db3032de479c877ff276a0be634915200255 0.02 MB 38 26
256,069 256,069 000000000000001bcf4773dd01dc4aac9dc56990e160c443124a687a3357eea4 0.24 MB 526 113
256,068 256,068 000000000000000f8ab799b59d7d4a0d6e8870437fdd4bf8fc50ad0297b545dc 0.15 MB 379 115
256,067 256,067 0000000000000017648ab3202cb45f091116d55d1bfdf2ad8c66907690d4bb92 0.11 MB 163 73
256,066 256,066 00000000000000179be944a919bc5b0c0abb5f17cf29586d6defd3dbf3f62cba 0.22 MB 503 141
256,065 256,065 000000000000002c106f803650a3f39961bb17d4da72e633d8dd470b2b834a0a 0.16 MB 393 133
256,064 256,064 000000000000002217950f22b11d8c3f6c957b29a764173c7a7562036f2aa17b 0.22 MB 604 115
Previous 10 blocks ↓
Total Size: 647.35 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,479.55 GB sent, 45.09 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.