Memory Pool Memory Pool Refreshing

55,224 transactions
37.78 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,336 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,738 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,335 (587,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,709 256,709 000000000000002d08e6da7f2478cdb2d9c692e3d2dd2a51cc5ebd3f63eebeee 0.09 MB 240 138
256,708 256,708 000000000000000764997d7243f632c46909d43e9dc91151ec19f8a317783e3f 0.15 MB 374 108
256,707 256,707 000000000000000326e8d7e97010eb98814a02128ad58e0f7adf8d7e57485c16 0.15 MB 341 106
256,706 256,706 000000000000001bf7c6e01c0bc6f0c41f9b3e297561e17cf87bf5c1ac09a5cf 0.10 MB 210 116
256,705 256,705 000000000000000ee12b978a3beba76273528ee616de12c958a95582ea9e199a 0.08 MB 197 139
256,704 256,704 0000000000000004e88ca6c6d503ace2052463e335604e1c8807833b6766bd00 0.11 MB 256 120
256,703 256,703 000000000000001acebc47a186680200b5a053361b3c66b5df044f04731e4a2c 0.07 MB 132 123
256,702 256,702 000000000000001d30656a9ca1fecd92d3004d6df52e6d5ec995359a873834a5 0.01 MB 15 53
256,701 256,701 00000000000000287f723d6add20753a007c10440bb4323159f34961da0f7c40 0.05 MB 141 117
256,700 256,700 000000000000001191ac5247f603da619a2dd8302d59c91c5a4ceb3d30b6843c 0.08 MB 145 78
256,699 256,699 0000000000000007dd6ee1d4dd37b0383d6e48334cb182cd4aa313c3fe221d99 0.25 MB 570 116
256,698 256,698 00000000000000244bcc4903efd9d4a438fc6b3ef16bbd3d7ff6f1692884f215 0.07 MB 150 140
256,697 256,697 000000000000002361effbb9c285dcc7c7208b9762db0983eaeb7dc03e352f09 0.05 MB 70 24
256,696 256,696 000000000000000d4018f842ddee0eeee757b13354682ccc29704838d7a952a5 0.08 MB 177 111
256,695 256,695 000000000000002a8269e681a7f1d703e317c6b693b912233be4c3aef83e67be 0.14 MB 286 104
256,694 256,694 0000000000000022e987fd1ca072e9733560efa417ae9638cfb7a598ad2748a2 0.05 MB 99 105
256,693 256,693 000000000000000044d18f14cc5e06357ff1aeeddd5270c2cbcfb8bd0d5e0e30 0.02 MB 51 123
256,692 256,692 000000000000000d3b9f6097b8c390e1be4ebda608e86eb0bb88c58ad6294821 0.06 MB 82 81
256,691 256,691 00000000000000267e160e95122ae3a95e2218238e8b8fd21777196c4ea6b389 0.12 MB 287 124
256,690 256,690 0000000000000013387dc3a14fa38c4114a44d11b8faaa82c88919ed46f6f413 0.21 MB 544 138
256,689 256,689 000000000000002e04fd6f7992c531492e4f4f64c1bf3e7ff365518182fcd9a4 0.16 MB 293 79
Previous 10 blocks ↓
Total Size: 651.14 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: 9,099.71 GB sent, 66.88 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.