Memory Pool Memory Pool Refreshing

75,126 transactions
28.48 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,012 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,011 (682,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
185,502 185,502 00000000000007b2f3f29a2da4742229af62be4b7246ba3238002800fc811276 0.00 MB 1 0
185,501 185,501 0000000000000291ac3e60fa3df5db20a631d75244d217adcb23797b2df25c36 0.04 MB 96 159
185,500 185,500 00000000000005c4805d0c6d88eac0e943f085352eb52782bdfb5d46a046120d 0.05 MB 124 164
185,499 185,499 00000000000000c05e0b2aafca9dcf3f8a176784846526556c55b06ace3f1961 0.04 MB 80 214
185,498 185,498 000000000000029394690a458a593badcc717961cb4c921073530afcdc917847 0.00 MB 9 349
185,497 185,497 00000000000003e37ef1c421141e60280a3b41b2c69130670706941a133de70e 0.08 MB 124 71
185,496 185,496 00000000000007fcb50b14d101be7efbf52036a964ff3a20b908e67e68433ad6 0.07 MB 163 137
185,495 185,495 000000000000018f5568a881d6d6ea8eea5795d6476cf9ff41a2169f8672e610 0.17 MB 418 116
185,494 185,494 00000000000003875c1f33316411841433cbbde4b0ada621933a3e5cff8dd247 0.15 MB 272 91
185,493 185,493 0000000000000458e55fa96770968404b24cb3b6266e63d4096b5fa0944346ac 0.18 MB 365 207
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
Previous 10 blocks ↓
Total Size: 695.57 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,963.87 GB sent, 183.38 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.