Memory Pool Memory Pool Refreshing

30,224 transactions
28.29 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,556 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,461 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,555 (677,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,492 185,492 00000000000004f196b314d6d6c66ca1fbe3cda0df67a01764d67886777e435a 0.15 MB 296 149
185,491 185,491 000000000000082cc01e32ea827cbb8e3b538b4f089454082d0cc13373c7c085 0.12 MB 247 100
185,490 185,490 00000000000003b43af46900783812c8a9ba00dcf615adc0f20fbd06a10deaf2 0.20 MB 551 133
185,489 185,489 0000000000000935fbbac1250ee5e1dbe2031d40fd9f7ca059a2835736a10204 0.13 MB 168 144
185,488 185,488 000000000000004ed2917329f9d6d0384fcfcaf2f3f860da69558db018f1c0f0 0.00 MB 10 299
185,487 185,487 00000000000007b2b614881e3bd6ba54cc2526cff13a42e9e9e3360f2b8c77b9 0.00 MB 11 3,060
185,486 185,486 00000000000002ef8b871977b3aef4ab8e73b7c54276001025e7f17ba60226c5 0.02 MB 32 113
185,485 185,485 000000000000049b5d6e849dc354cf9239ada43838dcab82846fcf43db3e1362 0.06 MB 103 96
185,484 185,484 00000000000002313e3ce6f29bf6dd82ede29c7bb2148d622f05182f0bb0142b 0.02 MB 51 145
185,483 185,483 00000000000001da53cfaf627eae2ce07f3ff693abdd246dfe95cbba947b24db 0.00 MB 7 108
185,482 185,482 00000000000000faf7992b12c459f773b6db30fb9315fc107bda1901c8ac964f 0.04 MB 79 115
185,481 185,481 000000000000062e112215752026150638b10d4112431a207dd1ead2bb922730 0.06 MB 217 14
185,480 185,480 00000000000000f127093221399b7c67e28ff994aff850e34042e054ddd64571 0.04 MB 88 272
185,479 185,479 000000000000094e0362cbd7ed6dfaab626cae18dc03f440a49a781d6e91af4b 0.15 MB 349 215
185,478 185,478 00000000000000fbacc3fdd7200dff6458fac9fb952faf9f159d94bf63be3994 0.03 MB 64 56
185,477 185,477 000000000000038e3e76fee5a5fbaa2731398e8c156b3e150ef5362b939e5301 0.16 MB 373 198
185,476 185,476 000000000000046b57b7c98e452f638540aa4046b01607e833c3cbd935092d10 0.01 MB 34 132
185,475 185,475 000000000000015c40fe085892fa10f5482b7f9bfde184da54cb110532b25cfd 0.04 MB 54 82
185,474 185,474 000000000000026860f07de11392b67ebc3b313acb78bab6b9527b09c1225c8c 0.03 MB 72 217
185,473 185,473 000000000000071dd2453a34dea1dd560f7c46be6efff83355f7007ced8b9340 0.05 MB 148 60
185,472 185,472 00000000000005315a6b6d9d83534cd0438e7c2cc28c610f05410ba754af05bb 0.05 MB 77 116
Previous 10 blocks ↓
Total Size: 685.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,373.98 GB sent, 107.10 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.