Memory Pool Memory Pool Refreshing

39,585 transactions
46.19 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,441 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,311 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,440 (492,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,284 350,284 00000000000000000b83de484e28496342b929cef89099815ee79ca60a11fb23 0.43 MB 834 25
350,283 350,283 000000000000000008cb9793e7d40af0e8ee895420c81653cd201900f356310c 0.62 MB 1,383 26
350,282 350,282 00000000000000000372f3c9be5933d51acadec91a3e2a52c0f962a7648457cc 0.30 MB 403 20
350,281 350,281 000000000000000016bf6cdb81d71d8bc49295818d729d74246f61403a2f6a61 0.75 MB 1,606 32
350,280 350,280 000000000000000006be82dec35d6aab58416b2c57eb0df6811424623620afcd 0.61 MB 1,384 31
350,279 350,279 00000000000000000af6b0073c5a78141fae98d768e118920ec68a150261c0aa 0.75 MB 1,179 17
350,278 350,278 00000000000000001387b316662237df1612c9e16c61b1284290d878d02d1df6 1.00 MB 2,368 32
350,277 350,277 00000000000000000fe2a45d32e57a5ed226d402ed5c6b1ef97f71bdf70698ad 0.75 MB 1,671 34
350,276 350,276 00000000000000000422895128abbd94dae213fe0de47ea806b6a4f20734caf8 0.75 MB 1,620 46
350,275 350,275 000000000000000011535f9feb6b9a2c81181e404b8469f59e8d982e58efe0e6 0.11 MB 150 14
350,274 350,274 0000000000000000081ce2cb24a4f90ce2d78ee8f0325b7c1e1de2a566f2525c 0.66 MB 1,304 27
350,273 350,273 00000000000000000ce6f5a08fa185d00662aea6710abd268d5d80bd5a76357c 0.48 MB 946 27
350,272 350,272 000000000000000013968d63d2ff5eb43b9d74720b951e9e61d096c3f61a3bf3 0.65 MB 1,042 15
350,271 350,271 000000000000000007d0e081ad1de8253858a8c6d6a423cc2301b3e366c3888d 0.90 MB 1,248 21
350,270 350,270 000000000000000013fd76c6ec1ea27e21226a10b227820d31c5bacde9138554 0.75 MB 2,504 44
350,269 350,269 000000000000000002b58398cf52991fbdd3644999b54b98f26e9b068ebb63ff 0.26 MB 417 24
350,268 350,268 000000000000000012bcb338a710bf7cabb5c42c6170bbdf2904473afd392c3a 0.46 MB 768 20
350,267 350,267 0000000000000000137584b53368b0b2afad339b4aa87b107cd3c8a2cf00453f 0.64 MB 1,188 24
350,266 350,266 000000000000000002b05eb499d433cb0dca8e213eea07d9a195662dec69a228 0.96 MB 1,916 29
350,265 350,265 00000000000000000f85a8a6b1c9a5b03cc4baaae18abd9e40c8c5c4e2d81a08 0.13 MB 288 28
350,264 350,264 000000000000000004c13e675f33dc62dc7b1aa06a474237b36ca3d8b737a22a 0.14 MB 255 25
Previous 10 blocks ↓
Total Size: 647.56 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,506.33 GB sent, 46.42 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.