Memory Pool Memory Pool Refreshing

52,673 transactions
31.06 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,064 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 3,416 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,063 (571,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,618 275,618 00000000000000003198bcfa6d8582a017aa81df600723de12ded63e03864bba 0.15 MB 269 22
275,617 275,617 000000000000000428d12b7985b117987a13e5ef884bb872ae43b899a501998c 0.08 MB 210 40
275,616 275,616 0000000000000003e4885cc14a1c04a9ea92a47bfe81312a1c792b8eb02777d6 0.25 MB 285 35
275,615 275,615 00000000000000009e35effe16a572d68b618352ac85a01602979246d13431b0 0.50 MB 1,195 38
275,614 275,614 00000000000000004a5bbac8a4fc3d36fc8e0e5bed8acdeff1e3a5c07f7e94f8 0.25 MB 730 109
275,613 275,613 00000000000000036d3dd6b94bacde2819a045a3304df1f6de228f5feb6bcce1 0.15 MB 285 28
275,612 275,612 0000000000000002ae654d057262e31b99e29d1cc208b263fcd23bd81e7a816e 0.15 MB 424 25
275,611 275,611 00000000000000021bd9074f31b813834007cdf3c4f20760a5f2f61e096eaa9c 0.12 MB 226 36
275,610 275,610 000000000000000497136a1621c74f8d8479a6479a0800a4ca2dbd61617b523a 0.20 MB 472 109
275,609 275,609 00000000000000015677701b2acbb06128cb8505ad32c205786826e152fc4b8c 0.47 MB 1,095 58
275,608 275,608 0000000000000001a4984ef46fa34184db0932b5f9eec710852eaeffeaed91b8 0.07 MB 140 37
275,607 275,607 0000000000000002705ade887feee7de13430296cb250bc9720f12b2aa61ba41 0.11 MB 227 45
275,606 275,606 00000000000000048cc17cc8e754ce90f635413ed350159888d903db7bd156f3 0.41 MB 846 28
275,605 275,605 0000000000000003abbb22791205873c1ea0a0fc573f10557044a7c41ef207f4 0.25 MB 836 82
275,604 275,604 0000000000000001ff32f185fd4aae206d3e08d207e78d516f3a14d3f50c7f66 0.03 MB 59 129
275,603 275,603 000000000000000354acb9b3ec7f0c15e2a676ed44cd69b974cb732985c5f0be 0.03 MB 60 36
275,602 275,602 00000000000000047e2e49a6c46bd4c8e99943047965c587e87e72b388f78e50 0.07 MB 129 15
275,601 275,601 0000000000000000f7d195ec44a2dd9c0d2e121147271bc304f840479a5673cc 0.29 MB 692 48
275,600 275,600 00000000000000031d6e6deb0fc8032c3db9038cce53aa00ce83c5f19baf685b 0.06 MB 105 28
275,599 275,599 00000000000000029adc29e7169565516180838135d9d52becbe98381bdd2506 0.15 MB 252 29
275,598 275,598 0000000000000002d6af3f5387966e4d83bb34e784a32adb8fee116afc8c8827 0.35 MB 382 4
Previous 10 blocks ↓
Total Size: 656.09 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 9,520.36 GB sent, 100.20 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.