Memory Pool Memory Pool Refreshing

27,702 transactions
44.59 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,013 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,864 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,012 (407,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,634 434,634 00000000000000000368b4a6c4563bd2de51f6fb4d2914ceb405bea1a7e6da84 1.00 MB 2,392 70
434,633 434,633 0000000000000000031c8d9fd0ad1db4143fffcf9a6dddf1c1a9de668f854bef 1.00 MB 2,443 66
434,632 434,632 0000000000000000022a02c1ec9d96385941dc53a931a2b647444d99f537f6dc 1.00 MB 1,134 39
434,631 434,631 00000000000000000277c5d5b2cb9b6d7086584eeaece0f51f36d5d7d9b9822c 1.00 MB 293 26
434,630 434,630 0000000000000000041d8732ff1fe31a59dae06679f4d5d748084adeca3e5ea8 1.00 MB 1,255 43
434,629 434,629 0000000000000000026b05c318ed1a315f3689e3e1ad8f1d7bf81bec11e443c1 1.00 MB 2,742 69
434,628 434,628 000000000000000001124d3c850634d36a94a46603627c2a61cb249798cd41e9 0.67 MB 1,079 60
434,627 434,627 00000000000000000048f9f40fdaee10d0819daeb9e39e8b1be2f2fe830e03fc 0.04 MB 95 114
434,626 434,626 00000000000000000082de51d7e34c28335a71fb1937197e0a3f34bd2ad09e6f 0.33 MB 482 32
434,625 434,625 0000000000000000038ee06f667a10e3385aecd30fd006daba310d87abbc0820 1.00 MB 2,898 71
434,624 434,624 0000000000000000015336dfde93a5a10e159cae7a09abcc362a17f6190262ee 0.94 MB 2,028 63
434,623 434,623 000000000000000001e54c0230a1596696c392f5fe4dcd55605901e3a1b89ae8 0.90 MB 1,332 41
434,622 434,622 000000000000000001cd19562486addc559c66b2714d66a2cf3cb09000767008 1.00 MB 2,047 55
434,621 434,621 0000000000000000039a4d2fd700598427e4ce756f26c19ae27e859b009264dd 1.00 MB 2,087 66
434,620 434,620 00000000000000000070b140eb991a283c202fa4e0516bf1df5594a35a42b62b 0.30 MB 935 113
434,619 434,619 0000000000000000000ef8b829e6b6d3c8ddce50e4e8f142855d88d8dad05352 0.55 MB 1,277 66
434,618 434,618 000000000000000003662197d982f031c741fb334ddec71edb6ffb1a5972610a 0.78 MB 942 47
434,617 434,617 00000000000000000223827191087ccfebfd17042b5667e4e444160c5f03be8a 1.00 MB 1,932 50
434,616 434,616 000000000000000000357fa16c2c997e86e103456b1e5c84e2ce2b7c3cfbf0f6 0.99 MB 2,760 77
434,615 434,615 000000000000000001b4289ebc545cbe801f2f768f4de9bc2900b122a7a26a32 1.00 MB 1,835 45
434,614 434,614 000000000000000001bdb9bc94ad2131f9f9d5107619d053b1f5479120fe7361 0.99 MB 2,221 61
Previous 10 blocks ↓
Total Size: 646.78 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,403.80 GB sent, 40.02 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.