Memory Pool Memory Pool Refreshing

33,234 transactions
40.94 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,969 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,019 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,968 (75,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,279 766,279 0000000000000000000294c9834d24ece047438409b4280af4133fd9081c395e 0.77 MB 810 13
766,278 766,278 00000000000000000004a9482338f9e96cb24b627cb6a1d011fe54e48e38a811 1.27 MB 1,556 19
766,277 766,277 00000000000000000005ecc7c9529260691618df9b6cd604433a31fc79d8141f 0.12 MB 345 24
766,276 766,276 00000000000000000004d1b31ccc56f077cc13e67e18aeb2b60c3d64f2b951d1 1.13 MB 1,754 15
766,275 766,275 00000000000000000006d7fa8ea0a32edeb03f40c5be29ddb96a151e23a743f3 1.26 MB 2,410 17
766,274 766,274 00000000000000000003dffb5478f76c7e655d9716398b37102783a95bf13d4c 1.55 MB 3,049 19
766,273 766,273 00000000000000000004a4f03acac510a151675db9816c5b9b2ce26056e22564 1.02 MB 1,402 10
766,272 766,272 000000000000000000046aeaac6c526d923691e82e304ab778e9b2386b82b6f3 1.57 MB 3,214 23
766,271 766,271 00000000000000000003cc9898465747f27b4094d6f1c9fcd330f720dde51be6 0.52 MB 602 14
766,270 766,270 00000000000000000004f80687fa52ba62a2d75bed8e2de260daf66231273635 0.87 MB 1,217 15
766,269 766,269 00000000000000000002fdec66414c553541f49cd4bfc8136487dc2baec5cce6 1.13 MB 2,084 20
766,268 766,268 000000000000000000067ef6398f0713a78be0232a75510215c40132b3ef0788 1.32 MB 545 4
766,267 766,267 00000000000000000001d30201c21c5da1a74ceae3f3a662c639499388e66067 1.54 MB 3,042 21
766,266 766,266 00000000000000000001a863976b251c320b6442ab6264afeeb54d2b50cdb40a 0.09 MB 56 7
766,265 766,265 00000000000000000004bf9c2b57624409178b01207db8b015aed3e8cc7ac0ec 0.30 MB 303 14
766,264 766,264 00000000000000000007f8bc510efec6e044c13969e88063f14b5f316f6f38fa 1.18 MB 1,424 18
766,263 766,263 00000000000000000006e2fcd031cf57597a1ac0e25cb43ff7703b6b911a5f29 0.84 MB 892 11
766,262 766,262 00000000000000000005ccf484ea20bb6145e4de88b7f2c9591e0722ae5d081a 0.96 MB 1,441 7
766,261 766,261 000000000000000000059507787f2483b28015c944403b2cec4f6f6868d2009a 1.52 MB 2,758 23
766,260 766,260 0000000000000000000810898d7356a818093848fc1a7d28fd6d0fefb6f5a193 0.15 MB 321 20
766,259 766,259 00000000000000000001819cbd89d937885d0099a6877eb67119dc2b12ee12c4 1.08 MB 1,986 15
Previous 10 blocks ↓
Total Size: 646.70 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,394.64 GB sent, 39.53 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.