Memory Pool Memory Pool Refreshing

40,862 transactions
43.55 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,958 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,304 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,957 (575,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,648 266,648 0000000000000001cabb1e23780b6bad3ec28866d4bafaf304c9e5f6480fd64d 0.15 MB 227 62
266,647 266,647 0000000000000001ce176735bda80d7cce5dfde6fc8a2ed90a88bd0e8627ef99 0.10 MB 213 68
266,646 266,646 0000000000000001d2bd7c666bce5b5b987956e5a3d8b83d4ce557f797330119 0.14 MB 310 76
266,645 266,645 0000000000000006e75e4f897afc50ada790b6e28d81f6b430d69a403ec7558f 0.11 MB 239 93
266,644 266,644 000000000000000478a1838e029a73cd36be6aa21dbfd68bbc837338122df7d0 0.10 MB 154 61
266,643 266,643 0000000000000004f5788ea4677395a14bc4cb1f45eb8028077fd4289947f59a 0.15 MB 228 64
266,642 266,642 0000000000000008eb00fe37b6f7cf150c3b4c844d2a9889c695246b5aec3232 0.15 MB 366 85
266,641 266,641 00000000000000047128274f9f8ff386408369cfe959657853e29c3db170f070 0.10 MB 254 107
266,640 266,640 000000000000000af2332f48d8d3a27347a91bb1e187a78b974e19b8525f0db4 0.14 MB 234 63
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
Previous 10 blocks ↓
Total Size: 646.68 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: 8,391.47 GB sent, 39.44 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.