Memory Pool Memory Pool Refreshing

104,978 transactions
35.73 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,487 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,047 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,486 (381,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,155 465,155 000000000000000001da0985d0c051cce84b3e8b7b81de669406a84d2c37f4ce 1.00 MB 2,522 225
465,154 465,154 0000000000000000021877cfb51041bd2e9530feb0cd3174e0e74456eed6cc29 1.00 MB 2,288 322
465,153 465,153 0000000000000000015771058a10b64661b42ffe1c1647b0eaa3ceba7fd88f17 0.99 MB 2,353 266
465,152 465,152 00000000000000000130500d2c88d81e0ee48ec4e39cffcdc0b57c8c77649534 1.00 MB 2,326 163
465,151 465,151 000000000000000001b536bcc24ed7648b68a74551b7f5010ecede52357dac5f 1.00 MB 2,778 192
465,150 465,150 00000000000000000109356b02944d45eb76b9133744d2e4c94194cba4dea7c8 1.00 MB 3,189 172
465,149 465,149 000000000000000000d4c1ec73ef606778718789b44400f56e0cc0d441c0d232 1.00 MB 2,763 208
465,148 465,148 000000000000000001318f7533d49309bcadc9710fbb06ce29bdbe9cd53b392d 1.00 MB 3,486 264
465,147 465,147 000000000000000001f1e713252814d85a6e54f14ed55aaa810ec2e01b08b3a0 1.00 MB 3,532 335
465,146 465,146 000000000000000001506d087c8f7a3849995a7128554d0a73b0b9047ab9113e 1.00 MB 3,413 280
465,145 465,145 000000000000000000311c10d510b78220031622f60d9e9d111c5db0266918be 1.00 MB 3,053 276
465,144 465,144 0000000000000000014b333827d7e84c21f372092ba17a583a7653381bce1fb3 1.00 MB 2,201 122
465,143 465,143 000000000000000001564b4e15f6227477a96869ccc3a2af80b3367850b95f86 1.00 MB 2,184 174
465,142 465,142 000000000000000001e9737888c5b2d28f6b8c9ddb6a9ccd85c3bcb809cdd95e 1.00 MB 2,037 124
465,141 465,141 000000000000000000223c98b609270dcc8b80a68cf79062edd71f5db99c4ddb 1.00 MB 2,101 153
465,140 465,140 0000000000000000004c5042e9ff34e49e3e75de914fadf8089a032c6f0f9ed2 1.00 MB 2,548 192
465,139 465,139 000000000000000001888e553f9758196be509ab8cef007be607cd98fbc0b2c5 1.00 MB 3,015 248
465,138 465,138 00000000000000000193dc0d24b1dc5a727f7931f790c5211cce7d9dba8f139d 1.00 MB 2,973 282
465,137 465,137 00000000000000000079406ced03a462fcdde03ac61ac958657078c451a8a7a1 1.00 MB 1,619 224
465,136 465,136 000000000000000000641f571596edb7ff8003b48b6a04e75dcbc9d81608263c 1.00 MB 1,889 120
465,135 465,135 000000000000000000033070868ad44bde8a5d0f9a74a2f2689fdac1af95cd2b 1.00 MB 2,273 206
Previous 10 blocks ↓
Total Size: 655.10 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,428.87 GB sent, 93.90 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.