Memory Pool Memory Pool Refreshing

49,510 transactions
46.81 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,230 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,053 49
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,229 (574,823 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,406 266,406 000000000000000917d2b35d982ea58f9b2fa232f460f0f2c65660f4e0249851 0.03 MB 56 85
266,405 266,405 0000000000000006b4029979c9bf92954ccd6a17e897fde4c0373c5b006fb50e 0.01 MB 22 99
266,404 266,404 00000000000000094b9aee529576abb116a82bc17cce6079faaa47f133b2d37d 0.01 MB 54 39
266,403 266,403 0000000000000005942e3aefc8c590e68e76c61304c09b0777806ac01c8aacdd 0.03 MB 71 65
266,402 266,402 0000000000000007eba127fcb99cb47477269c34b009e29db5ee211d0104894e 0.11 MB 183 18
266,401 266,401 00000000000000020b96f9ab4316efbb4ac6b9a0c71de4b573a449a8bb42845e 0.24 MB 591 81
266,400 266,400 0000000000000008fae34fd47ad1df9b3ee6d861e67887c14cb8dde595c62c22 0.27 MB 499 68
266,399 266,399 0000000000000005abe8e45931558c6b8bb28f86bc088d6cb0ad2eacf7e3bf91 0.24 MB 158 24
266,398 266,398 0000000000000009372fbd4b06ef98df8abf6af67bccb144899b9854e8df75a2 0.25 MB 451 86
266,397 266,397 0000000000000008205f5cc8420f9c9196c2568b120e1815f5f3e9444d1a9517 0.25 MB 578 107
266,396 266,396 00000000000000062d5b43a1f14f9ab5eee5823ed566e18461adb76402d166c1 0.12 MB 268 49
266,395 266,395 00000000000000077cc428fed61a49f72e792fcd01102a6e423fc01ab5f86214 0.15 MB 321 99
266,394 266,394 0000000000000009001cc25aff4e0b62f50b3a2c9f8c149798eccdaca4158a5e 0.42 MB 756 78
266,393 266,393 000000000000000221d2b7ac29ffb75c45206d42b9eb91a5334aba94df9170fe 0.20 MB 261 58
266,392 266,392 0000000000000004fac0d342ddf2267eaa54e376dafc7efcc22bf4a0a56a2e36 0.06 MB 137 89
266,391 266,391 0000000000000004b2a7a82fe911da145aa9fe7491b80e37baf8c22acd51a5e8 0.06 MB 90 40
266,390 266,390 00000000000000017cd10f0b66f4da70b635c38dbbfa7e28220bdb73d9c1002b 0.26 MB 217 42
266,389 266,389 00000000000000030ff454309e5acdcfa179a5323277c3b4ddba51f261fbc4dd 0.02 MB 52 64
266,388 266,388 000000000000000a5f21b2cb7dff7f9d298347a8d26b976dc23d88c6f7a58630 0.17 MB 385 96
266,387 266,387 00000000000000082a0013050246c17c64c86f54a9c4a7d248cfc89ec35209a3 0.16 MB 375 105
266,386 266,386 0000000000000005f1cb351c6be831c5863db16897a0347b0f9e9f3f0c7577ab 0.03 MB 85 62
Previous 10 blocks ↓
Total Size: 645.31 GB

Node Information

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