Memory Pool Memory Pool Refreshing

25,773 transactions
43.11 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,010 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,992 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,009 (571,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,304 270,304 0000000000000003a237add74de457129f96b644cfc97a3dd0a4981a8419c9b7 0.20 MB 374 94
270,303 270,303 00000000000000024ba74daeefc66120b05334d3dfa6c3dba40ac47c4361daa7 0.11 MB 264 62
270,302 270,302 00000000000000043abf13d972098c3466b09d6d8c7fa36646c98bafb6ebd10b 0.12 MB 236 43
270,301 270,301 0000000000000004a150746147a19923bc4adb986158b726b71b70f2953c9c53 0.37 MB 567 38
270,300 270,300 000000000000000177074f8e6730f198fb2c7b28e97aa2341cd95d7ab0988141 0.20 MB 537 102
270,299 270,299 0000000000000002ada430b7eb05ebfe2939403b17d67c6a8c804bd2d3706fa7 0.29 MB 632 54
270,298 270,298 00000000000000063ef57dc7f327e57af9e2b7ba8602df34d2f7f0618af590aa 0.16 MB 317 65
270,297 270,297 0000000000000001737d547d56ac3562c9fb3d6ede27b20cb5773fb9e947a8d0 0.13 MB 133 32
270,296 270,296 0000000000000004cc4cab20ce2d6a4f05bc103a3b11ef89d26d2c35683d4751 0.25 MB 615 100
270,295 270,295 00000000000000019b22690b6d0ea783cb57d66a9816992442468017ed81b7b6 0.07 MB 186 48
270,294 270,294 000000000000000162ac644605a1d39763fbfcca345a62889f94b41227e1a3b2 0.12 MB 261 57
270,293 270,293 00000000000000026bf10f9cd35817753d8e0eb7d12f385a67666dcbb0833bd8 0.26 MB 369 57
270,292 270,292 00000000000000050aa864f12c2a1a899845801252472af562d0cdd3d41ebab7 0.15 MB 333 53
270,291 270,291 0000000000000005289e67bc28e85a217c490c876b94b4088b89630f83c02f3b 0.18 MB 379 64
270,290 270,290 00000000000000011115aa456af60bbdba53f76dec47fd20a7e598d99b338bf1 0.44 MB 960 68
270,289 270,289 000000000000000129ad854b261acbe468ec899de782ac69dbf15bda6ca4e880 0.07 MB 183 98
270,288 270,288 0000000000000002de28e06a208371d20c5d7805d4c1d1d90f06291f30b885c1 0.27 MB 311 36
270,287 270,287 0000000000000003a66987515a3c7e9746d097f6a8cfae71a7d20dba901fbba6 0.25 MB 294 23
270,286 270,286 000000000000000469d352c3c61d5e7be421080122b08cd6791c50d8a4b0e8bc 0.50 MB 1,401 77
270,285 270,285 000000000000000377f0d54a548f84c55b39012754d2fec14028d0164f291dcb 0.25 MB 782 123
270,284 270,284 0000000000000004975899977953a1751f5d7440a8116838de07df5e415c6c36 0.22 MB 231 31
Previous 10 blocks ↓
Total Size: 646.77 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: 8,402.83 GB sent, 39.96 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.