Memory Pool Memory Pool Refreshing

57,883 transactions
20.66 vMB
Show Random Selection Loading Transactions
Max Size: 120/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,738 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,148 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,737 (237,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,631 607,631 000000000000000000007bb9ff2d80f2885553d2a9963c5af8ae2311a405fb5a 1.56 MB 1,746 31
607,630 607,630 0000000000000000000e3d28b453a824f9e7e2898823157ebb28b2c70d5e4596 1.37 MB 1,785 44
607,629 607,629 00000000000000000004eb53aa2f62e9e2e4cb86533840ca3f0956f59a751957 1.20 MB 2,572 11
607,628 607,628 000000000000000000137d6e2faa609b2e5d7c88e73cb836b4fd170367575457 1.43 MB 2,168 15
607,627 607,627 0000000000000000000db8087ef6a367138a359e556aa9456165f90327100175 1.28 MB 2,856 27
607,626 607,626 00000000000000000014688ccb355bd2d0af2466d06a0dcdfc3140a3ddab4937 1.25 MB 2,646 20
607,625 607,625 0000000000000000000e3085ea279383d6d4f8c6d89c84e0a577000a9fa021e2 0.38 MB 1,001 15
607,624 607,624 0000000000000000000479a860a856dca8166b1db2f08b5c6cd19fa53e22fddf 0.22 MB 547 24
607,623 607,623 00000000000000000015422492418cac2d7fd295d29fa9bffee24f2aaee7eda9 0.14 MB 107 7
607,622 607,622 0000000000000000000fffd77eacf6dba63d3512ec37a4459e2329a842020375 1.28 MB 3,319 18
607,621 607,621 0000000000000000000dd73fb09d8b077bd036c0ae79ee99b2831a98a0f5164f 0.59 MB 1,600 18
607,620 607,620 00000000000000000000f14b0216d63bbf94aac266646f8d0f8cc9346d566bb7 1.21 MB 2,758 11
607,619 607,619 00000000000000000015bd39debdc9e97b2988b3bc906b34d0251d18e993514f 1.28 MB 3,080 23
607,618 607,618 0000000000000000000073696d0a24b28c46687377ebb33730fc9a16d866e89b 0.74 MB 1,402 15
607,617 607,617 00000000000000000001af9afca724a94292500c231519b57b6070f20d9d6786 0.14 MB 411 17
607,616 607,616 0000000000000000000170a1bc57888d2e434ed48e1c088f3f8ca79ce7358746 0.84 MB 1,924 15
607,615 607,615 0000000000000000000648b9b98c84454eae6f9b24874b224306700ea1a6d9e7 0.13 MB 350 23
607,614 607,614 0000000000000000000b2c6f24d03d7756dc32985d934b280aba67cfa732dd1a 0.35 MB 827 16
607,613 607,613 0000000000000000000ec9e0d0991514a0267adf85ad2af1efc1cdf27682ad00 0.35 MB 636 15
607,612 607,612 0000000000000000001217df19c910a1090ca47574415b7cee4a70d756fbe56b 0.58 MB 1,189 16
607,611 607,611 000000000000000000022ee7ba91176c1bfbf95c3123be3e98f7336d79a68338 1.07 MB 2,609 17
Previous 10 blocks ↓
Total Size: 651.90 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,183.12 GB sent, 71.41 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.