Memory Pool Memory Pool Refreshing

69,618 transactions
31.16 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,660 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,315 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,659 (564,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
283,764 283,764 00000000000000013c3a25160221342fe12e1b5a1d5bc044d68739407166bfe9 0.15 MB 312 41
283,763 283,763 000000000000000196683af940b3fd143da188f9e75ed10472bdd72c3f85b574 0.34 MB 700 40
283,762 283,762 0000000000000000e318524b709f2a5e31ce1a54187f13f68d2d929901f76bd7 0.10 MB 168 25
283,761 283,761 0000000000000000cda101ce3f4d52419dfa0707626c565ba0858c6f67433147 0.30 MB 526 40
283,760 283,760 00000000000000011cb007708937354c33ec978cfc40b646780262dd14dd2380 0.14 MB 294 79
283,759 283,759 000000000000000090fae7716703c4bdf675538f50d4660e1490cd3319facf70 0.25 MB 453 36
Previous 10 blocks ↓
Total Size: 658.98 GB

Node Information

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