Memory Pool Memory Pool Refreshing

88,410 transactions
33.76 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,934 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,051 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,933 (578,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,639 266,639 0000000000000005bb62d2ff6478260944c368fd90d3000d0541bb9b17f3d330 0.20 MB 530 107
266,638 266,638 000000000000000aebaabafb51cb6e943931d3c0a99037394b332e70a0eaa08c 0.21 MB 388 258
266,637 266,637 00000000000000036fe2bb8bfa978cfffa5a20ae4c05b8a3ddf0015888992c21 0.18 MB 143 23
266,636 266,636 0000000000000006d8306913fadc7e2d25a9ae3d73ce42b9bbff4cb39d40501b 0.25 MB 713 70
266,635 266,635 00000000000000099f9ee1f25540f9b1b5a3d347495d16797d703afb8e4be922 0.25 MB 575 150
266,634 266,634 00000000000000086977b916e18924868a1621d54ef4f2b27b738073d0668f92 0.06 MB 161 79
266,633 266,633 0000000000000008b4bfa76d5fa1fe5e980b004ff9bc34a0db5979df0141edf7 0.04 MB 104 103
266,632 266,632 0000000000000009afacd841bf745e9133437dd029d54a2fb37b9c14fc9991e0 0.09 MB 196 33
266,631 266,631 00000000000000046ae4d79cfc1529841b1b2238085d3bdbb86236b32c9735d3 0.17 MB 356 101
266,630 266,630 000000000000000722f34949c078991f50503ac6cc830b39c41c87287fe713d1 0.25 MB 568 88
266,629 266,629 0000000000000006b1e97937917e312db5dee3df8107ef3ec29e6f74ad512709 0.24 MB 479 86
266,628 266,628 0000000000000001c8eaa4b17f3494e85789290773e878b403890b21d7e5a52c 0.05 MB 87 50
266,627 266,627 0000000000000002801a39d86ec886eee1dee69cebfddb19b2d5ba25ba0ee4b0 0.05 MB 125 33
266,626 266,626 000000000000000a90a035dc7a2f6b1870ade12bf527904457ad1a442f2c897f 0.11 MB 243 74
266,625 266,625 0000000000000002ec3d6fb0a4fb05dc76b5d87d9f92ee7cd8be1cd490411ced 0.16 MB 367 91
266,624 266,624 000000000000000a5554212343c16bf194419946349e3ac891858fe34d313f76 0.15 MB 278 47
266,623 266,623 000000000000000555ed74374eb433cfaa5de50cc2c4d10c2cabd3da91bef188 0.12 MB 294 106
266,622 266,622 00000000000000081c144bde392df2f3169a369cf09f66b363d7fe8ee259441c 0.13 MB 299 111
266,621 266,621 00000000000000084047ecc7ecb96f3206139b8a312e935ffff64202790a0056 0.07 MB 130 85
266,620 266,620 000000000000000177422a58c0204921623eaff044b88d8a0dc4eeeb1e133cfa 0.03 MB 76 61
266,619 266,619 00000000000000095f2b79ac211d800ca268f58d2429b049d2fd64e68ba8db3c 0.09 MB 194 79
Previous 10 blocks ↓
Total Size: 652.28 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,216.07 GB sent, 73.60 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.