Memory Pool Memory Pool Refreshing

53,857 transactions
45.72 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,806 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,218 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,805 (104,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
737,407 737,407 0000000000000000000655bc1b8efe1ed642d7e8e46b8ef6cdce3637a8e64666 1.18 MB 1,735 15
737,406 737,406 000000000000000000088e69c990b5af3bb4f5f26b53bedc485faba4dc0cd847 1.44 MB 2,930 21
737,405 737,405 00000000000000000006b43358f373aa2716f422ea10650cb3e2eed7602640dd 0.86 MB 1,300 9
737,404 737,404 000000000000000000014040de699042caccba0361feb5242d2bb8bdf0c06225 1.15 MB 1,105 7
737,403 737,403 0000000000000000000319b00293af68db26cb4ab2c891428900ce28df4db187 0.08 MB 57 14
737,402 737,402 00000000000000000001b46f1d4f01cc371f562f35eecaa2388d04aadb6912f6 0.73 MB 534 9
737,401 737,401 00000000000000000000895990bd37bdd17d98851878e58735ee430ced7df7fc 0.45 MB 366 8
737,400 737,400 00000000000000000008c88d16bf9beffa96171e494fddbdc93813d806a86058 2.19 MB 311 2
737,399 737,399 0000000000000000000473b36d0b6b2c0d0e0dfc5ab4b341f16be1de1ba84d9a 1.64 MB 1,830 9
737,398 737,398 00000000000000000002b4be7484eebc31a57e286cc58c299b29b7130c23fa84 1.39 MB 1,849 13
737,397 737,397 00000000000000000001aacf890ecde1c94d954c0a902abb5d525a2d592277a6 1.43 MB 2,750 12
737,396 737,396 00000000000000000003a2acc6261c5117e9c8b00bf5773a764374d7bdda56ed 0.27 MB 350 9
737,395 737,395 00000000000000000007ed914c2f26a3dab1cc2902350763830b2788da3161a5 1.19 MB 1,279 8
737,394 737,394 00000000000000000004516ce7ae4a64ca6dd458abb57ab2d3706c9e9d52201d 0.69 MB 825 8
737,393 737,393 0000000000000000000514a7d38ef707511ee7b9efb60f9e14059019214d5350 0.51 MB 547 8
737,392 737,392 00000000000000000003d84a737a4128f4879d17cb2bd71ba115b13eb0d328a7 0.15 MB 268 7
737,391 737,391 0000000000000000000103580d0298d2e49368785e9ded91c72333fd4e64ebee 1.65 MB 1,486 6
737,390 737,390 0000000000000000000196cea56582be7f77da6348b956b1983dd8894d2243db 1.60 MB 1,660 7
737,389 737,389 00000000000000000002347fb9d005b49051fc1d119b934547bd0a49da807781 1.79 MB 1,258 10
737,388 737,388 000000000000000000031e96eb0f9cc4c4022ae03c846d32bcf08782bb4c227f 0.22 MB 196 11
737,387 737,387 00000000000000000002409259ae227fe1a922c2220694390999a55cad9c2c21 0.89 MB 886 11
Previous 10 blocks ↓
Total Size: 646.40 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 111 incoming
  • Data Transfer: 8,345.57 GB sent, 37.59 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.