Memory Pool Memory Pool Refreshing

69,188 transactions
39.96 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
842,086 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,873 34
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,085 (407,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,642 434,642 000000000000000002ac2bfb6b27baaf9a846d483b1729a361236aa4998070be 1.00 MB 1,972 56
434,641 434,641 000000000000000003ddb7a1de910becc64a3e5eeab4873f5efcf9d7d0f49f3c 1.00 MB 518 23
434,640 434,640 00000000000000000154c65478af3e89aed4921aeb86156eff0401399e8da0ba 1.00 MB 1,225 41
434,639 434,639 00000000000000000194dde27de786044c405d0ff7e20374ad5cd873c854c14a 1.00 MB 1,605 44
434,638 434,638 000000000000000000f4b82fed2bcc26503bcd4110b4533466e30787856da730 1.00 MB 1,853 68
434,637 434,637 0000000000000000041cdb9c33ca074431180bc3420e2b750d03aca45110de1d 1.00 MB 536 28
434,636 434,636 0000000000000000033d500e15121b048bc8e99a89117e81f6e839088463ec71 1.00 MB 2,391 61
434,635 434,635 0000000000000000043000a0868ab61c6f11cd409a23a251ce4b2052be68728a 1.00 MB 1,796 53
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
Previous 10 blocks ↓
Total Size: 646.91 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,435.39 GB sent, 41.40 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.