Memory Pool Memory Pool Refreshing

45,669 transactions
50.56 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,362 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,412 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,361 (560,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,666 281,666 0000000000000001b266c5b6b68d8ebfb89fa11c4bec54a20866d64000ad993f 0.14 MB 147 21
281,665 281,665 000000000000000112dc5e330ebf869fbc58d8e6e3c77ab420dd1e1853263fb1 0.25 MB 591 56
281,664 281,664 00000000000000025bf4f51a1e664390eefbe3451feff5b00a0b91eb8720a7c3 0.12 MB 271 44
281,663 281,663 00000000000000016b9eb64f72f45d60c63ee58f6f676b09bc0138a361dbab57 0.10 MB 245 39
281,662 281,662 000000000000000153214590066f36b761de7d01f6ef7c20b072606521dad08f 0.21 MB 310 21
281,661 281,661 00000000000000022e795e7900708a4987bdc4eb77730117048e1f918b9b15f1 0.05 MB 198 54
281,660 281,660 0000000000000001bc8e6f51e9ca82ee20aadadb7940d2c69315c1c0b0fe9200 0.05 MB 122 176
281,659 281,659 0000000000000001ff62722beecc1bdf3045205ccc6aaf316e50a5ec4f63315e 0.32 MB 228 19
281,658 281,658 000000000000000216d398fb9ad8568991675827584f7bdf873e385bc55899e0 0.10 MB 196 38
281,657 281,657 0000000000000000efcd4501cbced0fef6073ac06d0e189fa44c185bdf8af6fe 0.09 MB 156 30
281,656 281,656 00000000000000013c9ca4be98e1b0babee7602cf717e358db922f1cd637a4aa 0.22 MB 497 71
281,655 281,655 0000000000000000568e4f6c1a31f1cf4830cfec3085458f4ca85e750691acaa 0.13 MB 165 28
281,654 281,654 0000000000000001ded9e9416f1b8d602c1d9b5f91e38ed40475edea71758fc4 0.25 MB 548 52
281,653 281,653 00000000000000008de578076db83dee39db986b4da936dbf7503c40d39ba167 0.25 MB 559 48
281,652 281,652 0000000000000000f3dc15f060406d0c6933fd720d4413ef016a31f12ca00f66 0.05 MB 152 89
281,651 281,651 00000000000000004fe507dd39d2f2966517471c0fbb9e18d3631862b8fbb9d8 0.12 MB 267 57
281,650 281,650 0000000000000002072537e0b2cd1d3bf43d572124cb214cfcc5661f70395f95 0.38 MB 411 35
281,649 281,649 000000000000000091ef7e4e63c48c8f2d0f0ecc425d47601d07f37183b2c696 0.17 MB 224 18
281,648 281,648 0000000000000001a9f018cc2465ce891eb7d7721ab42bbaaa39051f5f07effa 0.25 MB 730 85
281,647 281,647 0000000000000001da354cc3bc5cfe5d53c7501ce40d8a532c88d3b8458b767f 0.10 MB 191 22
281,646 281,646 00000000000000024ef4bb6f17fe27a07bca522571c339b522fac281c6fbf718 0.35 MB 313 19
Previous 10 blocks ↓
Total Size: 647.40 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,483.70 GB sent, 45.49 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.