Memory Pool Memory Pool Refreshing

1,367 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 1,362 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (732,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,294 175,294 0000000000000120e9e2a71c6e48880573967fdfd2704e2cd143317f157b5505 0.03 MB 74 99
175,293 175,293 00000000000003d9fc7d97f1e6859445d69a3a0f1ab69b7fa3f0e13974dc8f9a 0.05 MB 127 201
175,292 175,292 000000000000033708159a3096721efc95fbaba5412edbe5b53272b0dd1f3440 0.06 MB 135 73
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
Previous 10 blocks ↓
Total Size: 769.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,648.94 GB sent, 95.69 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.