Memory Pool Memory Pool Refreshing

98,255 transactions
25.28 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
845,699 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,079 33
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,698 (380,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,569 465,569 000000000000000002069acbdb5dfd5997ca46966e2fa737815c448d7938040e 1.00 MB 1,621 112
465,568 465,568 000000000000000000c8924920329a11c6536bb22e30b81f3d0f11c1fb0cf443 1.00 MB 2,139 167
465,567 465,567 000000000000000000c5a1cd903d4385d6c95b97ec51d4167b05c6100f50b934 1.00 MB 1,693 172
465,566 465,566 000000000000000001e8950653ebe42187f2ae65348ab0fc05e90d36c0183687 1.00 MB 2,201 216
465,565 465,565 0000000000000000018b7c793c552b241cc0f2b20490aec3b445d67a142a853f 1.00 MB 2,153 147
465,564 465,564 000000000000000001cc3642f35ac3525d7e3dead581aaebe65e095da486d726 1.00 MB 1,571 144
465,563 465,563 0000000000000000006d4aabf28bbfd00652fd13e7553c85077cb7f8a9774785 1.00 MB 2,339 132
465,562 465,562 0000000000000000001d528c8269c5d9426dc15c29e724279672a823ba748e2c 1.00 MB 1,305 118
465,561 465,561 000000000000000000feae1953ae5f8c8c3bb580a0711134b19c32a845b622e3 1.00 MB 1,781 128
465,560 465,560 0000000000000000002a4963c6052b0c2f8efd781586a1177427cd5a618d1c4f 1.00 MB 1,777 152
465,559 465,559 000000000000000000fb35f1b8c691936d96fefcf4a730c08ed6993a9bd56801 1.00 MB 1,415 200
465,558 465,558 000000000000000001431e2406558583dbfff1e84e7e0f230bf3154cd82103c3 1.00 MB 2,025 214
465,557 465,557 000000000000000001eee89826d8dd706b7da452bf9d0cbb6b6638c120c082a0 1.00 MB 1,971 148
465,556 465,556 000000000000000000b4b5453bcbdbfe8c2b2ce9c0aa71bbb2e12d3674f27778 1.00 MB 1,906 176
465,555 465,555 00000000000000000045167cf87a495400af1762aeb01b5093c615f04aa1aae4 1.00 MB 2,148 206
465,554 465,554 000000000000000001356cd96c5599e73825fbaf04369fb663924e594e078f6c 1.00 MB 1,126 141
465,553 465,553 000000000000000002027cb52b948ef275e64add280ae6f8aea7b97ea3372487 1.00 MB 2,197 141
465,552 465,552 0000000000000000010668ad84b8a4f4cc88be7b71b7a3f68f267b07434452bc 1.00 MB 2,255 224
465,551 465,551 000000000000000001a437a9a730f1684b4facffc997171487f6204c1bb424e9 1.00 MB 690 121
465,550 465,550 000000000000000000f912a64eef8fc488a27a34ae6ff2c10fd9026ceec201f6 1.00 MB 2,420 193
465,549 465,549 000000000000000001a63c67e70e964095bc0d11c9e726b0a409111f96c69ab4 1.00 MB 1,612 130
Previous 10 blocks ↓
Total Size: 653.69 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,332.49 GB sent, 83.62 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.