Memory Pool Memory Pool Refreshing

68,535 transactions
34.78 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,217 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,642 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,216 (576,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,634 268,634 000000000000000141700978faf213b74f0ea9a9400123b259874d90ea1af7ba 0.25 MB 438 35
268,633 268,633 0000000000000000b8d8b1bea5ce1354c1f5435b64e46873c1ad3273fd4464dc 0.25 MB 659 219
268,632 268,632 000000000000000533c459911cfe1049c51b4fdf5faf660ffee7dbd8153ea72e 0.25 MB 544 127
268,631 268,631 0000000000000001dfd33004a494e2de4886d3e15518bac4065b832305ba8aa6 0.15 MB 279 23
268,630 268,630 00000000000000048787db179d8059250c49114801969220333bff4bcab714e9 0.18 MB 425 111
268,629 268,629 0000000000000008103681bb73e5888b920c2623c975dd51a87c1bf9fdbc1a63 0.04 MB 13 16
268,628 268,628 00000000000000071416a9d1afdc8256a4adaef721ae3ca2af5ca899ebb3abac 0.28 MB 613 113
268,627 268,627 000000000000000769a812823e3936a11afa0726ac968cb25420bc4548510ada 0.20 MB 367 49
268,626 268,626 0000000000000004ddd60890cfaace51fc3de3d69af5ea32a767a3ed79ba0669 0.25 MB 604 98
268,625 268,625 00000000000000042b6ce01ba85dfdca6eb5ad95b879478af9d30d7ab0878bd4 0.09 MB 200 93
268,624 268,624 00000000000000060f3b772618b80cab2f9fd6dc4637ee1af83cdfceb6a62f90 0.15 MB 285 39
268,623 268,623 0000000000000001a71eb1bb82d4cbd210d55255f63ee477c28bb716041c5e3d 0.27 MB 540 102
268,622 268,622 00000000000000001a3d1fccbc015b4103d8f6f9e3f35fb2fbd6e61a3846ddbc 0.20 MB 371 49
268,621 268,621 000000000000000670ed14fa8b6be73215a6eecf4653b814723942ce44467098 0.21 MB 397 83
268,620 268,620 00000000000000039c89c9e928dc60fa2d6afd4da177550e76a7b10c6a0c912d 0.15 MB 173 43
268,619 268,619 00000000000000002a57d4b0252ed28b4d1259b0d963fa8d4164448f889fe4c5 0.20 MB 465 26
268,618 268,618 00000000000000016b104c9afd6539708cb783d8a6d21c87cbda1994edb0e496 0.25 MB 515 127
268,617 268,617 0000000000000005b9971db0507cb9d9733e5ad6d7b2bddccbd99504c950a4c1 0.19 MB 303 41
268,616 268,616 0000000000000007ea4ed220dba707c62ce2f5b8a5c030b9a8a844bc938d54b7 0.25 MB 399 64
268,615 268,615 0000000000000003dd8ec8a02cd472a30b3700135cf5a23e9ffa292d829054c4 0.25 MB 549 68
268,614 268,614 0000000000000005aba3b72715407f81101ecab4a5b5ce36030c164ca70aca9c 0.33 MB 453 57
Previous 10 blocks ↓
Total Size: 652.80 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,287.00 GB sent, 77.25 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.