Memory Pool Memory Pool Refreshing

79,556 transactions
35.64 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,593 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,100 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,592 (721,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
123,249 123,249 000000000000672b31ab4e243d52d807c2bb5e41055a017ed404f4855dbfdaf8 0.01 MB 14 891
123,248 123,248 00000000000006fff12f56875adb0f18cdff50214a9188e88f7fd1fb1ded592c 0.00 MB 6 295
123,247 123,247 0000000000006252029edd7a78822b739417a47ea45582a2cdf681c86b8bd70c 0.02 MB 22 150
123,246 123,246 00000000000058060ddca88cd2880dda6a1086ba2db11c561dd11ebf3055aa70 0.04 MB 85 916
123,245 123,245 0000000000001271efd5d9f7e539909160a181b2c0a2b8c164d6f8159e5c7dd9 0.00 MB 2 2,283
123,244 123,244 0000000000001af875260c57cf39eee5388aaa3a53550f963aac8ddd4ed2d9ec 0.01 MB 19 164
123,243 123,243 0000000000000d55d6c17ee8ce2c062efad9f998214fb598eef2498e30433af0 0.00 MB 13 755
123,242 123,242 0000000000003201c979b84f2f8c244efab4d85dd02c7ac552b99b0490306f15 0.03 MB 89 1,123
123,241 123,241 0000000000004966acd28c9cef3585af87c384d8f1d7d0caac0197ce37465d63 0.01 MB 32 260
123,240 123,240 0000000000000a9417909e7da1e1a19d2f53fbd4823dd9be7b40641e20c9cca5 0.01 MB 14 850
123,239 123,239 0000000000001a2f07808cae43dd60dac76147c855db48e849f5642c9f527dec 0.01 MB 23 470
123,238 123,238 0000000000005f45c6f11d1586f1c2af870305788e826c6687011fb9aecc953a 0.00 MB 5 196
123,237 123,237 000000000000004048ad3264696d3215992b3f6e3b7d34941414086a522d3d9f 0.00 MB 1 0
123,236 123,236 000000000000252a9cb616d42508e586bc3077ceda687af2b052ffda77bd0708 0.00 MB 8 285
123,235 123,235 000000000000102cdbf97283bc486a40c16bfdc8aa89201ff1b6bc637baf852d 0.01 MB 36 275
123,234 123,234 00000000000015226ef4e85c601eac5ef30b19da87c99d8e5f11942d912c3132 0.01 MB 19 783
123,233 123,233 000000000000486bf95e2b2962f648f86933eff2a96ffb15f80b78bcd57896a2 0.01 MB 6 541
123,232 123,232 00000000000054137c33721a6d3db1562075b378c4e2b335a5d4fe9b5bb80208 0.00 MB 9 307
123,231 123,231 00000000000058c304f591c837959f5a91f6171e0b9316d3f1126ca0d7ead60e 0.00 MB 8 0
123,230 123,230 00000000000011a09525d16184f112083dd5de684e93980f7f6b050d1a3f97da 0.02 MB 25 501
123,229 123,229 00000000000015ed43fb160c354f0bf5dcd0d6939cfadbec6ce5f68071cba209 0.01 MB 11 261
Previous 10 blocks ↓
Total Size: 651.63 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,144.36 GB sent, 69.71 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.