Memory Pool Memory Pool Refreshing

31,913 transactions
31.64 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,843 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,626 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,842 (560,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,152 281,152 0000000000000001272282ca0a88030c783ad1913c65523dbe24dd9dd6f4d01f 0.13 MB 320 64
281,151 281,151 0000000000000001c18f6e45d129586d3bf918d13d6d34d1c4ea48f41b6a74e7 0.01 MB 21 52
281,150 281,150 0000000000000000e92cc59cac0c80873344deae4c00d9cd7919b859ac483771 0.09 MB 195 74
281,149 281,149 0000000000000000df62c6c5a8593dd02dcb1f9c72e408545b0d11b6f7d2c2e2 0.16 MB 327 41
281,148 281,148 000000000000000080feb4e20f9d9f03e5814c1cc208dc0dbce82a15ee29fb47 0.16 MB 334 58
281,147 281,147 000000000000000195dd98f437d26adb9f3de83a336e06cfd18ea21658691f5a 0.10 MB 259 56
281,146 281,146 00000000000000024c64712110597f012864bcb56de44641b927b7307dbbb066 0.02 MB 37 32
281,145 281,145 000000000000000037ca50bca4a3ea05e710c1b24a25fd361128bb96d7267971 0.21 MB 326 37
281,144 281,144 0000000000000000ed71bebb6b1431a9c1544ea3223d2c2bf2670c76f1cc6cb0 0.25 MB 665 58
281,143 281,143 00000000000000025a24f4f820dacd13bb61a1d5df392055ae2d38997b71673a 0.06 MB 156 43
281,142 281,142 00000000000000009ba9b56de2163c90699acc534fe79099af0ece6d4d7c42f2 0.08 MB 199 38
281,141 281,141 0000000000000000449862adc091b72914f5e3129750f61d04163020181e7737 0.02 MB 40 38
281,140 281,140 00000000000000009b62e4258312b542af7beffdb5a2f543627ce945b8b16c48 0.11 MB 217 40
281,139 281,139 00000000000000002e3f58bea845299712e18d01686094b8804429fef3f095f7 0.05 MB 95 34
281,138 281,138 000000000000000260e830b596aaebea3110a61b892d3f1964827cd012d9df53 0.21 MB 472 77
281,137 281,137 000000000000000122ee1ea518138f629ffe12fcb83eb453ae10e6b54de0d118 0.02 MB 42 42
281,136 281,136 0000000000000001412e1e348dcb96958d3a2425654ef4a756aa864811a83d67 0.10 MB 144 30
281,135 281,135 00000000000000012de4f895e6f21b09dbd0bdf92f3c809b80594c4d2190bfef 0.07 MB 177 35
281,134 281,134 0000000000000001e7d29257d5e68696d0e03e548ca129432317dc033a6fa91a 0.25 MB 574 43
281,133 281,133 0000000000000000700d78a607c678347a7f56cfe5c3d00bf2dfcc2de0470568 0.05 MB 129 182
281,132 281,132 00000000000000008f5fe365eae747503602efb8cc34e51a95f0cf51b9af0a38 0.16 MB 340 39
Previous 10 blocks ↓
Total Size: 646.47 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 8,356.29 GB sent, 37.92 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.