Memory Pool Memory Pool Refreshing

811 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,896 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 807 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (657,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,480 250,480 000000000000006d6c90ddae5c256d3d05a30da4718e5ef435000551a1f9991b 0.39 MB 936 120
250,479 250,479 000000000000002f71362b07b49b64a996bd2c53b44439629396daec217efa53 0.16 MB 391 113
250,478 250,478 00000000000000642add4b6a9d2eb9d2c5093ca2bdbf367923fae32d8603b316 0.12 MB 250 105
250,477 250,477 000000000000003b1d0a85522b7411e8e41bf94686f914ad602c3360b7462bc6 0.15 MB 256 148
250,476 250,476 00000000000000097ae5f6ade60c588135d6ebe110aa46fa623d4359c6e80868 0.00 MB 6 8
250,475 250,475 000000000000002a8e25efd50a7ecc31f24acd82118b98d29c4413ac73a3c31e 0.03 MB 63 126
250,474 250,474 0000000000000036b6a525ebba94017470d2fc1b5a64c0b6e6623cf795adfa3a 0.10 MB 228 93
250,473 250,473 000000000000003fa8a8695c52d9cae33301708af50fb282c75aa526d290931a 0.16 MB 309 124
250,472 250,472 0000000000000010d463666acdb0268664ecf97381534a81e8a4941cb84aea6a 0.22 MB 341 92
250,471 250,471 00000000000000106923801aebdcda475875cea016a332316473410e05b4da3e 0.25 MB 690 134
250,470 250,470 000000000000002ff433784ec706001b08a9db2b94a7eeb22921dd932ac19d44 0.03 MB 68 318
250,469 250,469 0000000000000020d9129428bc66937b90cd87679862228c3b7948923e9e7053 0.14 MB 335 129
250,468 250,468 000000000000004d80dd20e1c47ddf30545348570941b055e709c8a101bebd68 0.08 MB 187 125
250,467 250,467 0000000000000069fbda5044fcd51488a9c14cd19ed92624d082e68d9b15f459 0.23 MB 549 116
250,466 250,466 000000000000001560477aed9ebceeb99c339200f06d234c6d453f5b636d1e1a 0.14 MB 269 103
250,465 250,465 000000000000002f23d8da7ecb2b5bd5b456e26c369ea5ef9e5445398003f926 0.01 MB 24 68
250,464 250,464 0000000000000025d0814b5cc18785ced8b485410efae1430e30308f8197f946 0.05 MB 125 128
250,463 250,463 000000000000006ccf470709d36c6d538ad9617999719f5a21de88c5e0bb38da 0.03 MB 51 90
250,462 250,462 0000000000000042316174a43a5dd1aa0698b3c7e6e4192b1b9c96f9e7ef57d6 0.01 MB 17 54
250,461 250,461 0000000000000047fcde60d369cf99fcb62b6e1eac2a2c16d8a8ae31ccb47413 0.19 MB 467 127
250,460 250,460 000000000000005a9dcd4d0c0d294219992480daf006ca4d720ff9abd6d23b18 0.09 MB 238 139
Previous 10 blocks ↓
Total Size: 769.35 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,643.44 GB sent, 94.68 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.