Memory Pool Memory Pool Refreshing

79,661 transactions
32.41 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,383 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,731 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,382 (503,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,642 341,642 0000000000000000154d3ef5f83acc16afdd1078ace18e8951d79eaf56967718 0.38 MB 610 20
341,641 341,641 000000000000000012e8b917ab2ce51dcff38c4249120d58362484adbb4fa390 0.78 MB 1,362 24
341,640 341,640 00000000000000000e942a71be40fb19079098490b09bdb18e1e73f8c9345d9b 0.71 MB 1,165 23
341,639 341,639 000000000000000006f8524ef05d4edd1fc20c66228a269411cd34345e55075b 0.80 MB 1,301 23
341,638 341,638 00000000000000000dee62c4011183cbc78e257ea1aae7e2e52decb1516308d5 0.15 MB 386 33
341,637 341,637 0000000000000000103da43c25fa5a32e8845ae0af6a9782c30d411af4dc83ca 0.00 MB 15 29
341,636 341,636 00000000000000000457d3ef90a87cbcefd5585ed728e4664379d8649d53ddd4 0.21 MB 353 23
341,635 341,635 000000000000000012d7fbe1f68f23115b646bd81f7a69def310c8d64533e1b2 0.06 MB 120 22
341,634 341,634 00000000000000000d85db7985df346ad76114c5679b4016ada438327178a81b 0.35 MB 670 26
341,633 341,633 0000000000000000185b3c349a5a6a9abbd23509cf2db03573347b68b70420f3 0.03 MB 76 26
341,632 341,632 0000000000000000085eac90aec7764776098d6bdaf9df93853226e9f390cce2 0.70 MB 1,048 22
341,631 341,631 00000000000000000e0ea254bb5c1b30285b186200fe1ef385d3083c5cf0da20 0.04 MB 77 17
341,630 341,630 0000000000000000192ec4444b647a28f8ebf37d0058d0c944c8b86676951a23 0.36 MB 752 28
341,629 341,629 00000000000000001024241b3b594012b637058ebd84638c3390c0484c80930f 0.35 MB 536 18
341,628 341,628 00000000000000000a62a0cfe9896c843e9220dd9cd4cd94a3945fbc38e5f47f 0.16 MB 491 43
341,627 341,627 0000000000000000137b4161d91588c6273dd2f5e17d184bc6611755a876a1d3 0.08 MB 168 28
341,626 341,626 000000000000000005bdbbfda798ba06e30a64952c7dc9f0f2ebd4e070954f91 0.13 MB 269 21
341,625 341,625 000000000000000015800036fd0d0ab5990ede18886a73aa8dec119364357c1b 0.28 MB 497 23
341,624 341,624 00000000000000001469595b8e7b0025ceb9e01e5bf28fada3f25d6a5c2c77f5 0.59 MB 1,188 29
341,623 341,623 00000000000000000a41360be5d61a6290ad29cc50263fa6da601a9a34005c15 0.12 MB 195 23
341,622 341,622 00000000000000001788e0104237218c5d37b1c4f6717a1ff89a62f3924a7adc 0.20 MB 224 15
Previous 10 blocks ↓
Total Size: 653.12 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,299.10 GB sent, 79.50 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.