Memory Pool Memory Pool Refreshing

24,410 transactions
57.11 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,841 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,250 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,840 (177,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
666,326 666,326 00000000000000000004882a690b079c921442ff42f684f8bcaf91adb9fe105f 1.48 MB 2,281 60
666,325 666,325 0000000000000000000587a08abc19a7a09ae37b9d51661689113e8405d78cee 1.19 MB 1,212 107
666,324 666,324 00000000000000000004192cc7ae7c99f11c8132795a31c4eb415146557a61e4 1.33 MB 3,378 139
666,323 666,323 00000000000000000003f1c12d5a0cc591fe92fbbf311b1c33a36d38147cf296 1.40 MB 2,166 70
666,322 666,322 0000000000000000000ba31331a1e7b4c62362e336b22bbb52e34aa7d3f0a259 1.27 MB 2,414 57
666,321 666,321 00000000000000000006ca5c6b98f545cbcce4f3e8aa99f15886962b8fbbfcc7 1.24 MB 2,374 42
666,320 666,320 0000000000000000000d42cdf628206e65287e38e012e381d5a51f6375ee8987 1.40 MB 2,391 89
666,319 666,319 0000000000000000000a3611505f398c44691c9708b394e6cba9ea0f84d82997 1.21 MB 480 22
666,318 666,318 0000000000000000000d77200b5ec9931f1fd1ece25a9094e2f9ef6f1d58ae81 1.20 MB 1,442 28
666,317 666,317 00000000000000000003eb2a6832a160e81516d7ac19736ea30757d49f467b8e 1.24 MB 1,515 29
666,316 666,316 00000000000000000005607d0c14ae56e270c08c274c3fee4098b5fd72f078cd 1.08 MB 2,544 16
666,315 666,315 0000000000000000000265aabf47a3b5300ce0805a734eec3d292dbcd2e89b23 1.20 MB 2,557 45
666,314 666,314 0000000000000000000c33fe46107dc803a73ab0c7de3c02cffae69a677d0439 1.38 MB 2,196 78
666,313 666,313 000000000000000000027162958fa8f8d2f3be4e2871b0512eb776d159327415 1.18 MB 2,018 116
666,312 666,312 0000000000000000000c1f7c5e17308f6a5dad66354f356bcb6297f727f69de6 1.17 MB 1,999 35
666,311 666,311 0000000000000000000146d96cb41825f729a4b3e9fdb354476272ae6bcc569c 1.27 MB 2,745 65
666,310 666,310 00000000000000000000157ad297d2a470845a9cbc7b9a77ad8c7abe80047d1b 1.23 MB 1,645 23
666,309 666,309 000000000000000000036fabb9a8e8c4a29c3ae616fa4d67b2e8d5ea6c754e84 1.19 MB 1,984 37
666,308 666,308 000000000000000000096d2c225c553b2da1ce01f0125f00e913551e43d1d32b 1.20 MB 2,316 34
666,307 666,307 0000000000000000000d4015e3ba62e2ff6e9852d423dabcdb457cb3262a3422 1.11 MB 2,456 36
666,306 666,306 00000000000000000005c974dbb20ccc3e9161e8f547f2cce91b9beccd27c34a 1.25 MB 1,818 28
Previous 10 blocks ↓
Total Size: 650.23 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,951.69 GB sent, 61.85 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.