Memory Pool Memory Pool Refreshing

80,215 transactions
40.00 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,472 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,612 36
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,471 (662,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,545 184,545 00000000000009cfda6213b99b97586843f6f75e4f42520611e9eb647efa1f5f 0.05 MB 117 40
184,544 184,544 000000000000027e7e108bd91b9de2daaa2f9a196fe54bdf32b9de4a6aaf0288 0.00 MB 8 297
184,543 184,543 0000000000000231a732fb2bd4cbc560ae338fd3c1836ea54fade309bcbf8404 0.25 MB 429 107
184,542 184,542 00000000000000a11de066ca884eb0e1cc6023d12b97c667db68d94e462b78b0 0.14 MB 212 71
184,541 184,541 000000000000065bb65f32a7ba480cefcaa2baf72410723d46170b5039df5152 0.00 MB 12 0
184,540 184,540 0000000000000455f672752e3e25d70afa170f33d8095adb2f82599ea3966413 0.22 MB 632 159
184,539 184,539 0000000000000292f45a401d54a904e30a184016a539f90e968f4bcd5ecf9534 0.42 MB 932 123
184,538 184,538 000000000000030ed50449c6bf27a5c9ba18fbcbe606dca19b63a8b6d4556550 0.05 MB 123 4
184,537 184,537 00000000000006d708ba86ce14a662f25b5e08e6102aacce0b8d480627810c3f 0.25 MB 522 181
184,536 184,536 00000000000003d45db46a979d2dcdd3d31dcfac5bc3645a8bdf9ce2b5045be5 0.00 MB 12 91
184,535 184,535 00000000000002c046b5ae09b3570347c3fdf83d9dcf479546c204e4337e3943 0.00 MB 10 297
184,534 184,534 000000000000095f841b34dc1d40986cc448848c4da45aea2c1807518bc86105 0.12 MB 244 103
184,533 184,533 00000000000004032ccad9e4cf6d49f305896e18368c7137ac1f3867fe0bd920 0.25 MB 531 113
184,532 184,532 00000000000001637abed24e4d5735b4c30abd97ced8aed6f845a97375bb8205 0.00 MB 7 14
184,531 184,531 000000000000072fa8556568f03f503c3945369c26e75037c688f4445310bc0e 0.25 MB 343 81
184,530 184,530 00000000000006b61042f0e7b9d79e9675cfbc94bccfee6c3f932d2290ba16b5 0.00 MB 11 14
184,529 184,529 00000000000004c93b765acfa8f5f01dcd3515b61e26c7ee9123a79f7da41678 0.36 MB 794 119
184,528 184,528 00000000000009faf0d6bcc185780583e075c7f75ee8435b9ca3e368fe5c1660 0.42 MB 518 89
184,527 184,527 0000000000000a6dcd66dc5f9c86f499b4ef0dee0dc85b2af43f5128d759e61f 0.00 MB 1 0
184,526 184,526 00000000000000a74e845bbfbe04455fdbc2b0826c631611800b7a2085653558 0.25 MB 387 84
184,525 184,525 0000000000000901341cdae2dd2238a909fceda534dc00f617928f11a1f36e73 0.25 MB 501 112
Previous 10 blocks ↓
Total Size: 656.83 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: 9,561.05 GB sent, 105.89 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.