Memory Pool Memory Pool Refreshing

43,268 transactions
42.45 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,053 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,621 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,052 (585,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,587 256,587 000000000000000ca34d15680cd149fcc8efc40d4073b3ac81428d48c0aa0c73 0.05 MB 100 94
256,586 256,586 000000000000000efb8389ea0bd30f64629a8fc3d3fe5bbe6d6c1cd2188a173a 0.16 MB 423 125
256,585 256,585 00000000000000226a4313a1c0b5f1dda7fa198e1589acc38f629f4c63dfaea9 0.03 MB 89 66
256,584 256,584 0000000000000009dd361b58ef226f7d43c000cedccf8fd384102499ff095f8a 0.35 MB 827 103
256,583 256,583 000000000000000b2eb3632f706847026fee43b2bef9a568f71d5c86c078488f 0.03 MB 80 112
256,582 256,582 0000000000000000b7d30b6b61c3f1104a4d41b10e001d2e8d75d01067a15d66 0.05 MB 134 124
256,581 256,581 000000000000000b62bb8f7a26a8891f62582ebaa49d12baa5b492c9acec3310 0.06 MB 149 146
256,580 256,580 00000000000000276d514ca1ae49ab2ec48712f4cbffba7e6f760c625ccb8171 0.19 MB 530 119
256,579 256,579 000000000000001ba7ac0fb4a9443165dfcb0c5627141ff6af22af1e0c6f1bf2 0.04 MB 95 100
256,578 256,578 000000000000001cac55537ff638609ca64f7026fbdedc6b82a7f83a435ec706 0.13 MB 185 62
256,577 256,577 000000000000000296c45f1de28bf7bf6990b916899d24c0cbd480ebe71d838c 0.05 MB 150 128
256,576 256,576 00000000000000285dfcd6d5f67b9c6efa2311647972c96bfb3cde2a148b1b81 0.14 MB 184 68
256,575 256,575 0000000000000023a3f5d676770a9f3267020fff559df77e084d60c26bca1208 0.11 MB 253 97
256,574 256,574 000000000000000182f570d089c414de3089ee5a3ed00c7659d18eec34afc727 0.23 MB 580 110
256,573 256,573 000000000000001a853b3988f03f70ece47ead26769f9bb4b1bfafd389adbf50 0.21 MB 246 51
256,572 256,572 00000000000000033595fe8a661fea7f32f3317f231c09b05c3fab69cd892a5b 0.16 MB 264 75
256,571 256,571 000000000000000184e70a99a5393fbcbd1f6f06ded69f66e16d1f286e171287 0.11 MB 284 115
256,570 256,570 000000000000002f8c7805b6a526364216fe9d434edce402c70b1d20719a1fad 0.07 MB 188 121
256,569 256,569 0000000000000014f0cbd21df74e5338712b9a8da59009d3583cdae2199daa62 0.08 MB 224 129
256,568 256,568 000000000000001256c303f32c1ffa7e5fbfd43f10eee8d118c1b0a27d97ffff 0.12 MB 332 121
256,567 256,567 000000000000000015b406fb74401749c950dd96ea72cf0fe5b2c0572afa0987 0.05 MB 125 106
Previous 10 blocks ↓
Total Size: 646.85 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,426.70 GB sent, 40.70 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.