Memory Pool Memory Pool Refreshing

45,843 transactions
48.39 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,941 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,353 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,940 (599,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,536 242,536 00000000000000b51516257b82c91177a7a7560d259bf5cc9c59f75356ec577a 0.23 MB 480 270
242,535 242,535 00000000000000d5d214278fc28b53820374336548e0bca349960096a94df130 0.13 MB 253 376
242,534 242,534 00000000000000047b44f4cf9b9ef0942f8a6ed50e58c80a728af91b9bb4b591 0.21 MB 331 545
242,533 242,533 00000000000000cc0723222c1f079bdfeec08f1f8d61f4589732393c9d785ffc 0.20 MB 512 434
242,532 242,532 00000000000000bac607cd97b7960e4b62bd210168dbc9d433c4364327071ce2 0.01 MB 26 216
242,531 242,531 00000000000000d0c0a89ebb66f47a81996cc452b541afdfc5fa29f28414a0dd 0.01 MB 24 105
242,530 242,530 000000000000005da7c2dc4c568271e6fd6fb79e6a76133d56c41741eae5a966 0.04 MB 30 69
242,529 242,529 000000000000005ff6b8520d85f0661629f6f140471aa6597259d33b36cbe073 0.04 MB 52 86
242,528 242,528 00000000000000c8df4a1cc9cccc78678c179bbb09491168091f2a273b28e9e7 0.25 MB 461 121
242,527 242,527 000000000000000465a022547c60c37b2a8da39f3990bf2f08029effd89d50d0 0.25 MB 544 1,295
242,526 242,526 000000000000007ed6bfe648003f97a46dc9d04493a884dcf756a93c69e839bf 0.25 MB 438 117
242,525 242,525 000000000000002a680c0b839ff0b5f2252777e55675117af5d83f83223169a0 0.25 MB 507 144
242,524 242,524 00000000000000d0c44953a26da911cf509261e79a65f259f9fa80105f5c5d37 0.25 MB 745 244
242,523 242,523 0000000000000027549a317cb18a2b42fb9ea50b76eb9e0846bee8656348656e 0.09 MB 260 179
242,522 242,522 000000000000009a34aadf79d0d9c2a20630a5668250fbea352e6c6683ca8618 0.11 MB 235 165
242,521 242,521 00000000000000adc61b59d1ef9baf8deee680d12bc89436480b664b09040eac 0.01 MB 17 232
242,520 242,520 0000000000000060e927ffd99063882310dbc0457be4740221d71bd93da3fd73 0.14 MB 312 186
242,519 242,519 00000000000000708bfe741ed1fdb2788a09ef45f3d0d43426177a7d731822cd 0.04 MB 48 45
242,518 242,518 00000000000000a39bdbf44520a30b1a568519788cf2f060af03a5b182859dcb 0.21 MB 517 606
242,517 242,517 00000000000000a982ff9bf7e512f9ae42cbe5aa21bde0cae1bee52a3943673c 0.25 MB 337 126
242,516 242,516 0000000000000065626f5865d72f30fe09e8f7eae84ef56d0cb46bd6a6096f34 0.25 MB 548 211
Previous 10 blocks ↓
Total Size: 646.65 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,383.88 GB sent, 39.16 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.