Memory Pool Memory Pool Refreshing

89,443 transactions
42.09 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,820 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,655 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,819 (345,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
502,595 502,595 0000000000000000001ce0444194c55332e6c8239f027db0a1bd94551338319b 1.08 MB 2,221 588
502,594 502,594 000000000000000000171d58789c551c5c991a2e07ec1745ddcd400c992ebbf9 1.03 MB 2,580 336
502,593 502,593 00000000000000000044b657436f26d5ec36eb5fc52023fc72c32ecf955d2706 1.05 MB 2,880 482
502,592 502,592 0000000000000000005541c45bcda8020f0362a0277f74b961644e94e4986426 1.03 MB 2,044 346
502,591 502,591 00000000000000000015daa9b6b2d20e974da7a8c198985d12c3521d2d8a0708 1.05 MB 2,998 482
502,590 502,590 0000000000000000008a4e215ab63c9f1e3add4399e9de0f5e9ffbd2b8420fd3 1.07 MB 3,057 446
502,589 502,589 00000000000000000012d8c9fcb9dd72a2cc9b15bf87233abb50efa454a49813 1.04 MB 3,201 513
502,588 502,588 000000000000000000112f024be0392ee905463540e13b12fd578d7b43d06df9 1.04 MB 2,572 528
502,587 502,587 0000000000000000003f448754d83b49f514487506f09f7c5cb4aa104ac1634c 1.09 MB 2,163 329
502,586 502,586 00000000000000000027fa041f7ff37358adf8d1c4563149ec13d7be51d758d0 1.09 MB 2,323 365
502,585 502,585 00000000000000000023453190429a1d954ba1aa1c5eb520bfddfb59cfa5dc27 1.04 MB 3,247 495
502,584 502,584 00000000000000000061c13e5ef7c9b2c447fff522c0f0cdd3ab148b4fc02f1f 1.04 MB 3,250 461
502,583 502,583 0000000000000000007da4cec722dee3da2c7af93d8b5773106bdd2fe993f368 1.13 MB 2,742 463
502,582 502,582 0000000000000000006cd61ec0a995c6b4e5dfb61a51a29f1ad09c7b5c7ade23 1.03 MB 3,371 510
502,581 502,581 0000000000000000007328adcf158258e2d6bba37270f6204048956cccc205eb 1.06 MB 2,617 527
502,580 502,580 00000000000000000085a28b95eeed40066d905b4d0b556adae44d62557a486a 1.06 MB 2,206 552
502,579 502,579 00000000000000000000026a36ce6423544d841d51f5b36ffccb63e4a4ce0b12 1.13 MB 2,247 373
502,578 502,578 00000000000000000075084cfbcc18fd5edf03e186a39adb750640371dcb1212 1.09 MB 2,761 495
502,577 502,577 00000000000000000073afc69765b0cdb4c0478841e769aa8ce4df9187b100d4 1.07 MB 2,742 406
502,576 502,576 00000000000000000055df4a2ff35d347f8eebd792fc54c02550b0402bd07227 1.09 MB 2,389 518
502,575 502,575 00000000000000000034d6ebb748c1aec30970a08a7a00689584e23b676dd50f 1.07 MB 2,180 574
Previous 10 blocks ↓
Total Size: 657.46 GB

Node Information

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