Memory Pool Memory Pool Refreshing

50,172 transactions
28.14 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,596 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,596 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,595 (697,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
175,291 175,291 00000000000006dbfcae513a9a954e8df4a72222d5f5fa7878f215dcd31338f1 0.01 MB 9 301
175,290 175,290 00000000000004d71e1045896c9e2d8b39b0cc519c5b89c6fbf2837c8a824af2 0.00 MB 11 66
175,289 175,289 00000000000002af951fb00f0c038403768d959958bf0e21b3185ba3a6e3423d 0.02 MB 44 198
175,288 175,288 000000000000056cc7693cf292fdbfd3c2430aedbced262a7666547faea9f6b3 0.01 MB 15 14
175,287 175,287 000000000000025bcfd1ad22ee6fddbd8c9e5a335ef1c0db99f699080574e3d5 0.00 MB 10 151
175,286 175,286 000000000000065c110dd55f85282e4f2e1a285b37cf1e1bba5eb32e1cde1b33 0.03 MB 42 299
175,285 175,285 00000000000005f48fe5b109a701011c1dc042c8ce911542284d4852289edc65 0.04 MB 111 10
175,284 175,284 0000000000000821a1fcbea7f6aacbb78137b2e52ebf1f59591a0a11492c4371 0.05 MB 99 511
175,283 175,283 000000000000017916726072fccd1c443404efcaf689ef2f29b2c21e96ee969e 0.06 MB 164 124
175,282 175,282 00000000000008f9db8a80ea9dc602442e97ec79c7b1f5f997e307acd8b73f86 0.01 MB 11 863
175,281 175,281 000000000000045f40a3022df847a26d064137ac555f7806ed304b4cc919f08d 0.04 MB 96 131
175,280 175,280 000000000000074974194af2e1e8bf73e87757b6909f94132972b9a6ae3ab60d 0.00 MB 1 0
175,279 175,279 00000000000004db7b2111f1bb550df42122436cdb1dd8ffae3ee2c888596853 0.00 MB 11 104
175,278 175,278 0000000000000440c8fe6d1d345efe9710d069d74d195afab1714486fcd0b176 0.03 MB 90 47
175,277 175,277 000000000000069fa4b5416e86fbe78172e78994434eb6f81891ecc1b54d65ab 0.03 MB 42 69
175,276 175,276 0000000000000036e3a8e6baa4fbac817125043a0a14fa2c8acdc8af33111f12 0.01 MB 20 46
175,275 175,275 00000000000006df3484b21010d2fb2feb0aa54588d492e0a374f7beb354394e 0.01 MB 31 124
175,274 175,274 000000000000031cf9032653918fe3155e1c588f7ab3a9cbff102595db0995a7 0.05 MB 155 44
175,273 175,273 00000000000001de054dcacc27a11c0df8ffe8ce04795778213e95b02e833474 0.04 MB 88 126
175,272 175,272 000000000000013bb68dd3299c24257bc95bc1580cacae046f810fc608d4b578 0.05 MB 130 138
175,271 175,271 0000000000000094a38081afb5f45ed82e81389302181b507aed3a9f5e0ee5e5 0.00 MB 6 668
Previous 10 blocks ↓
Total Size: 704.30 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: 2,648.31 GB sent, 239.83 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.