Memory Pool Memory Pool Refreshing

36,955 transactions
37.59 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,580 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,656 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,579 (559,951 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,628 281,628 0000000000000000a020b241ceddbe9bc38eeb69651afe90d4529304bcaf3674 0.25 MB 753 60
281,627 281,627 0000000000000000f008b9bf87a5f7859ddec60cec1e1943b574d608f0abaa7f 0.25 MB 642 54
281,626 281,626 0000000000000001661f1d16636dbedc268a381a1cd77b997725175f015dbf9c 0.25 MB 618 32
281,625 281,625 0000000000000001bbf4af81913e8f61601ee1e30c8a0093b2919491fad6c2f2 0.05 MB 153 85
281,624 281,624 0000000000000000e911d90d8d5aea1e81d255572f284870ec79b27bf1df63b3 0.05 MB 148 59
281,623 281,623 0000000000000002168a1038e570c8c65fa4c97612ccd20e3bdb4dc6a0554df1 0.45 MB 1,024 42
281,622 281,622 0000000000000002521160e7cdbd4a463f884a77f5b260dd34277bc788bf86a0 0.24 MB 436 33
281,621 281,621 000000000000000038ec6edf79fccd0d96db701b4edc36b73958feaa5657a69d 0.02 MB 43 31
281,620 281,620 0000000000000001de3958c3b16d4ba804eec8bd45849a3c9d72946274a65748 0.09 MB 189 36
281,619 281,619 0000000000000002144102c19ade16a4d3a5cbc0b1cda7ff6bab8dbc75ca5b9d 0.10 MB 74 10
281,618 281,618 000000000000000108a1882f742e2897871121c18077d725a4d206831fc6ddcb 0.23 MB 293 21
281,617 281,617 00000000000000000df989ea030d7976269c44232914242190f9290a71036264 0.05 MB 134 86
281,616 281,616 000000000000000197131d688710db2c86541944d212ac9a367e0818d2d5113e 0.50 MB 977 31
281,615 281,615 00000000000000001ef5579a404eaad45c9919d52c3590da541afcb6c75e76bf 0.25 MB 788 73
281,614 281,614 00000000000000025800a23eefe7e9450728e868acd9402d03404ad3001e8406 0.07 MB 172 33
281,613 281,613 0000000000000000934fbba6236af2ec06c089cdfbc5ad506fcd6611b27e62e2 0.11 MB 210 30
281,612 281,612 0000000000000001801c2c68e0ab72eafb35f21da07dc343bbb19a18d676dea9 0.10 MB 206 32
281,611 281,611 00000000000000024f177f66d06b8425ff49de9c509113faae54ad2236b8ba40 0.00 MB 1 0
281,610 281,610 0000000000000001de8cd74523b3c2ed7b884065ea1eccd53075df39efe00613 0.41 MB 710 40
281,609 281,609 000000000000000252376f51b129f16936d28bd04a1ff9ee603e7bfe0c82b680 0.70 MB 895 23
281,608 281,608 0000000000000000a12b796e41cbb10dbd86c0da4501a0419baef184f7472623 0.39 MB 799 44
Previous 10 blocks ↓
Total Size: 645.97 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,311.88 GB sent, 35.18 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.