Memory Pool Memory Pool Refreshing

65,809 transactions
38.74 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,987 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 6,665 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,986 (542,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
305,469 305,469 000000000000000030ebf61bfddda2f0c6227cd1d6c06b3fa1e83b59ab348260 0.09 MB 91 5
305,468 305,468 0000000000000000312521f2f9f6817e62ad0ce8bf87014ca55c0ef82ea67b1f 0.18 MB 198 22
305,467 305,467 000000000000000039a249d696e07a4078b55b3b21ab7c5b21ec7f58ae75e89d 0.35 MB 239 16
305,466 305,466 00000000000000003d1489f8c353c9802cfeb7f9e1e60038589fd669213f8d9b 0.35 MB 769 33
305,465 305,465 0000000000000000247971a6b8aee9fd4741a160defe5335fafa6e2139f9d81d 0.24 MB 512 31
305,464 305,464 00000000000000000a4c62dc7acf9c0cac1d7457a8ed2c81d437e51c06ef0b4b 0.35 MB 929 54
305,463 305,463 00000000000000004d3cbe3d7c13e635bd9433cd9b23b6a8ef91502e9b25d2ab 0.25 MB 395 28
305,462 305,462 00000000000000002fbc87f4f1ccfe378d7d1f4b04463527de8159c99de13803 0.01 MB 32 34
305,461 305,461 00000000000000005192c852d398c4565403b743f456243cf4f1d9e2c31cc9ac 0.05 MB 81 29
305,460 305,460 0000000000000000567df2136cfa56b5c7f2ce32ced967a9d3fa36c41b723135 0.02 MB 35 14
305,459 305,459 0000000000000000492396e2d0b14c66f48dea606cc9a29066fadb117d4e798b 0.29 MB 432 35
305,458 305,458 00000000000000005c937061a10c84eab9aa2a6c30544e4815aa8a08e9a2cfe3 0.15 MB 128 19
305,457 305,457 00000000000000003494050c670b873a857cb7e64307522164702057b70eba25 0.11 MB 58 29
305,456 305,456 0000000000000000326e5a57c3dbe31af93013fee98417bbfbcf47f364654042 0.19 MB 291 28
305,455 305,455 00000000000000000f55315a56c1a2137e9827c9d87294fa6cb57b22f46966ad 0.05 MB 128 24
305,454 305,454 00000000000000000545c3bc3c4c76ad9c6b849c88773c81c1c8cf02e7b85c49 0.16 MB 320 36
305,453 305,453 000000000000000008a4261ba0bfaa5b59ed865938ef27970d8c8f63427fc7ac 0.72 MB 409 14
305,452 305,452 00000000000000001684774b710d4915c215acff224e752e36558260a5904c8d 0.35 MB 818 43
305,451 305,451 00000000000000005d3281fcf31d7b71def91f6e986f20406f16897996316e24 0.75 MB 1,958 57
305,450 305,450 00000000000000000b4160cc4327528ea09645a207ec9cd11eab3805f6b3636e 0.09 MB 140 17
305,449 305,449 00000000000000002ace81dc8f1c2c1ab0148e2aaae714a7ce200f696421d2b6 0.24 MB 350 39
Previous 10 blocks ↓
Total Size: 657.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 42 incoming
  • Data Transfer: 269.59 GB sent, 0.80 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.