Memory Pool Memory Pool Refreshing

53,354 transactions
34.83 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,669 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (585,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,526 256,526 000000000000001ae8d2a8e0c78a2921d617f3887e128c2f54586a1068409215 0.23 MB 410 112
256,525 256,525 000000000000001e3f305eeec981a2651bdb8bc42c709a7db37b291bcb5d7a4d 0.05 MB 85 55
256,524 256,524 0000000000000022267f86b1157c0a868b63e855bf6df92b9aec8d4635defd30 0.15 MB 369 42
256,523 256,523 000000000000001197890b5aa0dd244b3d3219369428e381b5b8d685b9ad60c6 0.25 MB 655 137
256,522 256,522 000000000000002ba6f1ebfe0a517e0673fb405cfa82fc78427c2f05b5fc74c6 0.25 MB 621 138
256,521 256,521 000000000000000fe1f3527f947717112c4424b7bbaeedc12f420007fd3018ad 0.22 MB 516 104
256,520 256,520 000000000000001a49d6f3e18a1129ab165df1bb525da67f6bc22f273df11364 0.42 MB 618 54
256,519 256,519 00000000000000021b4a5a780f8ad6083fc0161ffbdc33c0b4bd2b0e567e87ec 0.25 MB 714 155
256,518 256,518 000000000000001447014a6317e76d8e223331ddedfc14bbd1f00276dacec049 0.11 MB 268 119
256,517 256,517 00000000000000185c99a6f489406bc5d43bb972139d3da7516d676d1a569d79 0.08 MB 216 99
256,516 256,516 000000000000002423f311ff183b78229009d183fdf1cab15cbd966b6911cdff 0.21 MB 507 146
256,515 256,515 0000000000000006b6f9d9868c0cdb28292aef0f320f05fe3190101cfcf3f63d 0.03 MB 71 93
256,514 256,514 000000000000001ec4751786668d9637ae8c80eadfc7fc909778e10c95bafa10 0.14 MB 327 106
256,513 256,513 000000000000000458f1fcad52cc44193a454fc78fc7ca768fb13a7df466e1bc 0.20 MB 502 115
256,512 256,512 000000000000001a5dba5020ac4582d599939d7cc86d908c97d1d48e4e54f7ae 0.10 MB 223 83
256,511 256,511 00000000000000166198dcbbef98bcabcbdfcb92cbd1652069a4671e5a00b4d4 0.01 MB 26 86
256,510 256,510 000000000000002923cf60bb2f20df18cb116d093d5f40753a096a4f35507ff2 0.11 MB 265 99
256,509 256,509 00000000000000201eb5050c201aa6e52a91376c1d100a043b7bb5e32d0b963a 0.16 MB 138 50
256,508 256,508 000000000000002da46a646166b110e24fb5c1beadfb7173d120841670444008 0.17 MB 147 43
256,507 256,507 000000000000001f1f255a2fb1180d2b7679fd95ce79735c98f74dda8435ec79 0.04 MB 98 28
256,506 256,506 000000000000000693067c66d4749984e3a513c9122d679b61bc6b917e1d02ab 0.42 MB 1,015 544
Previous 10 blocks ↓
Total Size: 646.96 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,439.49 GB sent, 41.82 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.