Memory Pool Memory Pool Refreshing

33,554 transactions
46.09 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,924 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,391 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,923 (58,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,281 783,281 000000000000000000026067dfeb83b64d51f5a6a5b12cc8ba1eecd1cbacee75 1.54 MB 752 4
783,280 783,280 00000000000000000000aa7315b8cb9acd45df9f6bece407073734431928de1f 2.32 MB 1,033 4
783,279 783,279 00000000000000000003be53040627122044608dd37208de9b48ef2e4c393f52 1.56 MB 2,638 13
783,278 783,278 0000000000000000000595e5d56ea724c3fd0da13dfd744a63f519c81484d7d9 1.40 MB 2,477 26
783,277 783,277 00000000000000000004ec168c8421456f43007545c26093661220db3f00364a 1.32 MB 2,131 26
783,276 783,276 00000000000000000000c30c5ad4c42613071c5cf07b583404852898bb1f5a44 2.00 MB 1,488 8
783,275 783,275 00000000000000000000846fad74aece70f6b42f2e821af8379c1b965fb560b5 2.85 MB 969 8
783,274 783,274 00000000000000000001ec44a7e851afd161cd005d78a99c42a02983a8301719 1.51 MB 2,243 15
783,273 783,273 0000000000000000000016934fb80f7f1b26408adbb3058d9484f622d950fe9f 1.81 MB 2,583 16
783,272 783,272 00000000000000000003411a73747c7d17e31d816f4abbb3f150ce8707f4fc61 1.78 MB 1,984 6
783,271 783,271 00000000000000000004bc4508f9bc0d97fbb4008a23f8f258864285ae6ce8af 1.66 MB 1,899 11
783,270 783,270 00000000000000000003c945c0c9fcd085f8ccfb641eba0c55ff7b66de3ce43e 2.03 MB 2,131 13
783,269 783,269 0000000000000000000584ab09241c0ec93cb7a3f2f81f298092eb0ca26270b0 1.90 MB 2,454 12
783,268 783,268 000000000000000000031c2d8352dacc31f3f9774cec6fd68ea25442d94f467a 2.05 MB 1,157 7
783,267 783,267 00000000000000000005333547f98f2516046d1a91ab87ab73ea4c873d19e181 1.66 MB 1,764 14
783,266 783,266 00000000000000000005dad45b160867d5a6e76cdf93ac586eb6c5ffe83c805f 1.52 MB 2,016 15
783,265 783,265 00000000000000000002fa4e2c743a1c04401d9ed60d9e2a396d2bbb4a74855b 2.17 MB 817 6
783,264 783,264 00000000000000000003ac71d22a223fecbc26fb76668e7cfcf9869fa4d24b09 3.29 MB 657 4
783,263 783,263 000000000000000000042437a1ba227ac5575fa0c16c3818bc2f2020655c0f89 2.46 MB 1,956 14
783,262 783,262 0000000000000000000121fe31f1d3e9d45621b8e626f7559f7a4537a5c42191 1.65 MB 2,170 17
783,261 783,261 00000000000000000002223b060c41b5cc4e9d3d3134b72b32ed38672e6c20d4 2.30 MB 2,523 16
Previous 10 blocks ↓
Total Size: 646.62 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,377.58 GB sent, 38.91 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.