Memory Pool Memory Pool Refreshing

60,263 transactions
27.59 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,872 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,985 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,871 (593,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
250,883 250,883 0000000000000047c9b84622b30cea47991a5aad8790bf3e168e7a6be444f0b1 0.12 MB 170 105
250,882 250,882 00000000000000383c7172434ea090479ca7cfe1a212f3899ed3c55c8bf6deaa 0.07 MB 177 170
250,881 250,881 00000000000000509e403e19ac764e723921bac32f63388150349d2d92aba044 0.15 MB 295 111
250,880 250,880 00000000000000472ba7be209f03df3e1bb6d8a2a1ab9064f859f9b984a1dd8a 0.17 MB 341 116
250,879 250,879 0000000000000013c8d37ff2c708b5a66eaf936b539e3c04ce7d152f9fa69c1b 0.10 MB 256 195
250,878 250,878 0000000000000063123c4275ffb53c1e7e86b02907153110474380c023456c0f 0.04 MB 90 158
250,877 250,877 0000000000000055d87501af78301b45ad2ae43892706bd4af5a4ad8e66593be 0.07 MB 170 155
250,876 250,876 000000000000004f3c9c4e341e2b59b81eb5479cb46cf7640fe4ebc1dc567b52 0.04 MB 71 115
250,875 250,875 0000000000000029e7eeade7e351a6a726915415411ccbc30ab38a340694afd7 0.01 MB 25 68
250,874 250,874 00000000000000513a77a08ffbe2a5451b7991404934c6f73c03b753636fa3a1 0.12 MB 333 320
250,873 250,873 0000000000000007bdf418c89790ed80f06e9b7d99ec88fa55a56efa93b2e3ac 0.08 MB 185 131
250,872 250,872 000000000000001c16358bce07eeed6eca087806bf20fec24bc3e209586bc752 0.04 MB 75 150
250,871 250,871 00000000000000068a3c6bc8ed9f5f666776f400ddfb309508b6188f122c8fba 0.10 MB 256 63
250,870 250,870 000000000000004e5ed3f05f71575e226dd708b9443ae982e21261c9638a4f43 0.07 MB 168 154
250,869 250,869 000000000000001c0b7a531a1115e7f2e7674fdedc5c8f3e0e32b06feffde369 0.16 MB 316 132
250,868 250,868 000000000000000e04626e471de6f1630103eb68f75160366c52b048d03158dc 0.18 MB 380 141
250,867 250,867 000000000000004660123e63ffcc3bf6b30311ebb616711beeb945b8bb2b7f35 0.09 MB 198 144
250,866 250,866 0000000000000017a61696928295c569f7e525d8d55e8e703c8b0974ec73b647 0.02 MB 57 213
250,865 250,865 00000000000000260c51b0dfe48907cb2503d60e3bb8ccc33737a0c8dfe9f06b 0.09 MB 203 190
250,864 250,864 000000000000005b735b96b79995e5ad52d7a00d61e514207947730d3ccfd159 0.02 MB 36 83
250,863 250,863 00000000000000169ae54ad8c3dbf41330c71aa9e06cdb73698c59348182ba23 0.15 MB 325 146
Previous 10 blocks ↓
Total Size: 652.16 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,210.58 GB sent, 72.79 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.