Memory Pool Memory Pool Refreshing

4,108 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,818 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,817 (660,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,391 247,391 00000000000000963a8ff76e930492fdb9aca286fe3f84e96afd4dc697827299 0.00 MB 9 29
247,390 247,390 0000000000000080e367b145c522185b810ff42502d47d6124f10104dd506e8a 0.16 MB 362 134
247,389 247,389 000000000000002d85bf7b1b59e5ac08edb6b4472b20e05a8e3af2d25322565a 0.09 MB 223 135
247,388 247,388 000000000000003d7130a988e0a1a5a084b0b0f440188d8d762ec25639f67ce0 0.12 MB 262 102
247,387 247,387 000000000000005610b9cef004dec21ec6e2f9807b2dce0b0c3947617fce53b5 0.14 MB 191 73
247,386 247,386 000000000000008642cd98b940ccf1c0c72edb9b5758c5cd659c0691c79f27ab 0.01 MB 27 98
247,385 247,385 000000000000006c9b5e6b47373834d8d9ebe6292454760f7e4f625f9eca79ef 0.11 MB 259 107
247,384 247,384 0000000000000089f7e4338403b757490405540281a323ae77bc5b98f52aae16 0.03 MB 55 146
247,383 247,383 000000000000003dcec2f3ee965c24c8815a6e2d634567b6365aee8d0e83039b 0.15 MB 351 148
247,382 247,382 0000000000000088560766ccde7d5af823ed3128bd315f5d43520a402268800e 0.10 MB 255 83
247,381 247,381 000000000000008fe64674b2198595078df00031f494ea4f60c59cf28feceadb 0.19 MB 473 133
247,380 247,380 000000000000003cc674bf4a16a2d935ff22f0a251c94977eae14dc1665f7753 0.03 MB 59 34
247,379 247,379 000000000000005bc7ac3a792bdb3167e24e2a93201cee07b1271724bcc38c19 0.08 MB 181 192
247,378 247,378 000000000000003aecb7f4a40238707f6223f6a12160a1d71fd97e98b09facf6 0.05 MB 106 130
247,377 247,377 00000000000000128b1196f934c1bf84b7392b1068636720da5e0ca8fc6fe67d 0.04 MB 85 82
247,376 247,376 000000000000009da02ac977103046a23fc2d26d644de745451eb43d3ae5109f 0.04 MB 128 57
247,375 247,375 000000000000001e3ccb8d090611dd2ef2ba5ab2437c1db02006124b52e7688e 0.23 MB 601 133
247,374 247,374 00000000000000a3608f317a7fb1a2910108f6c6312107546adcdb20277c79e1 0.10 MB 227 89
247,373 247,373 000000000000005c8525db3982d33db6fbbaa0629b3a4fef5952b320f5149012 0.13 MB 266 136
247,372 247,372 000000000000007532e177389854ed756d5f294691e06b16ee0db4d17f51edd8 0.11 MB 231 115
247,371 247,371 000000000000004c38dda537d0c2cf62aa5a936697ca366018aa6d9ed2e6794f 0.04 MB 82 112
Previous 10 blocks ↓
Total Size: 769.20 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,633.80 GB sent, 93.92 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.