Memory Pool Memory Pool Refreshing

31,676 transactions
38.63 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 841,901 (571,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
270,344 270,344 0000000000000000a39d32da18419e8d66b9f2a3156a814eda8454fc73d659d7 0.25 MB 418 37
270,343 270,343 0000000000000006df9de5f416ddff86cb6e48d13466effcf6176af3270ddb4e 0.25 MB 707 107
270,342 270,342 0000000000000000d654fe86e5e80abb4fa58d9b35f20087c17bfa259d3b8961 0.50 MB 1,230 40
270,341 270,341 000000000000000021748556e4640de31bdfe0a3b77aedb8cd54eb83fc8bb223 0.25 MB 402 152
270,340 270,340 0000000000000001c3b76d4cbf5e42cd1344b5771ca4fe2277dfc9e120824dd4 0.20 MB 540 95
270,339 270,339 00000000000000048b969ebf9c499cd633245e5e5837d61ecf19d691a5dc243b 0.25 MB 716 102
270,338 270,338 0000000000000002f2dfaa6289039218cabb67ecca0ddb6716b93e4f7accab92 0.25 MB 501 38
270,337 270,337 00000000000000046e43cffb17fd113454a9dc0b0e09d6acf781cf343b883ff4 0.67 MB 554 21
270,336 270,336 0000000000000001006cf86599963244d8a6d2a8d80bab6bc882129955aa6a8d 0.25 MB 706 143
270,335 270,335 00000000000000052872b3cccbfd85acce5b0c6f292c09f2a389d4ffd69881d7 0.25 MB 714 106
270,334 270,334 00000000000000038445fd9ba749d1867c3613c83a093b498427bde42971ed2b 0.50 MB 699 26
270,333 270,333 0000000000000006f682d6b69058c90da891e17e9761ae0cd48a8c9ea1977651 0.50 MB 1,032 23
270,332 270,332 000000000000000270f6f9bf9cb7ac9290f60d474181889eb385a21bbede4458 0.50 MB 1,537 178
270,331 270,331 00000000000000048b2fd66ba5d23057d8146ba3a79f6cc7014efb85460e1eb4 0.28 MB 306 30
270,330 270,330 00000000000000035552f319105992a29b5cda8e1cb78b51c64ed11c9c77e743 0.25 MB 644 111
270,329 270,329 0000000000000000d6f97ecbbb321fd2e9acf1424e9d1fe7698344f7e0aaf2a7 0.22 MB 351 63
270,328 270,328 0000000000000006cb6c1ee89c90c793d6c4160b90f8fd668d1b8554d6eaabc6 0.50 MB 1,265 69
270,327 270,327 0000000000000004e4fc122d0f1a77db5249b5551fba53d3d9c3a174a7925418 0.67 MB 852 39
270,326 270,326 0000000000000004bd1b1178ec603bf3946c317f34cf19631de1789a3a451fe0 0.50 MB 818 21
270,325 270,325 000000000000000458fc17db3f709f38cfd5de5d551075f01f0dc6f2dec905e7 0.50 MB 1,476 68
270,324 270,324 0000000000000004ddb0badcd1b8e82761fec609dd82a2a8de162c27aab29a15 0.25 MB 587 204
Previous 10 blocks ↓
Total Size: 646.58 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,372.84 GB sent, 38.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.