Memory Pool Memory Pool Refreshing

79,924 transactions
31.79 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,371 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,717 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,370 (561,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,785 283,785 000000000000000073381d82efa06798ce72a4f7df73ed5d63e11aee63f851d7 0.18 MB 400 38
283,784 283,784 0000000000000000c0f767d8ed6db076daeb12287512806e1d62ca636d3b5f43 0.32 MB 535 29
283,783 283,783 0000000000000001790e7b203b2e1620c46befbc517fd14c091edb29fc692cf6 0.25 MB 453 31
283,782 283,782 000000000000000110608d18aa0399334490cc1539823b68fe395fa766771d4e 0.03 MB 76 57
283,781 283,781 00000000000000001cfc340ae8a35f2b749aa2f576689cd42977de7381fe1950 0.19 MB 288 32
283,780 283,780 000000000000000106973a6470fb9643bfd279ab0cce8de3b40dafe53bccabae 0.05 MB 106 32
283,779 283,779 00000000000000019405dfac525b3ebbf125314f33ef177388c06078a2f72c08 0.28 MB 441 28
283,778 283,778 0000000000000000f8ce25b4353baaf956dc499735c1e263914f12b1084594f8 0.05 MB 137 54
283,777 283,777 00000000000000019bccd185fd37551c583ea1d8fb12c8c730c6c1ac80433f70 0.05 MB 186 99
283,776 283,776 00000000000000002cfec01533917143022965a67f4bd9688835de3a63a62767 0.05 MB 151 61
283,775 283,775 0000000000000001b0544cd63cdcfd045514be9de087abbcefe641cf13968439 0.09 MB 212 19
283,774 283,774 0000000000000001817f73d70c37c2cc6389ac03c3eab402146e4a4e2c81c231 0.33 MB 441 22
283,773 283,773 000000000000000098717615d867cba9b461614244daa341cd988a2475d317ee 0.05 MB 189 49
283,772 283,772 000000000000000174c9833a6156d97bf010f39256eee9b4495f72bad4117c58 0.05 MB 178 110
283,771 283,771 0000000000000001301770d8ed67f0ed84ee6c074eee658e23092fb646370226 0.05 MB 82 53
283,770 283,770 0000000000000001858fd2438e01424dd4bf25bc63d80288a6d584008a52edce 0.05 MB 108 33
283,769 283,769 00000000000000000cf10bb4fc482e78a86aabaa5f5caf5a466eb12f3d10a6c1 0.10 MB 223 24
283,768 283,768 000000000000000129153303d4a1e87cfb6d1288acfe79d110a607f4440c8a1c 0.15 MB 341 47
283,767 283,767 00000000000000000c5303b956b3d2bedf08d2cb073d10769c7e2aed1d900a51 0.14 MB 295 32
283,766 283,766 0000000000000000cc260199c3f047d2fcefaf38ab78be85c0c20e1f5534b33a 0.23 MB 407 36
283,765 283,765 00000000000000018d4e363f3d10f77540cac963491d7d0ef2156eaafb5576a9 0.26 MB 455 41
Previous 10 blocks ↓
Total Size: 653.10 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,297.77 GB sent, 79.31 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.