Memory Pool Memory Pool Refreshing

903 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 893 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (667,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
240,370 240,370 000000000000007e2125ab5a236152818d5e6d4374b20c72475f4ad877b090cb 0.10 MB 205 136
240,369 240,369 00000000000000b1579b6d572da0832d7d523a4f4a47fcc1fd0132184feb0e7e 0.16 MB 374 147
240,368 240,368 00000000000000cbd950864ec639543909ecb3bb92b5bb138c0b70964b00a4d3 0.20 MB 408 136
240,367 240,367 00000000000001105ce65e2583d9788fb49f50815978a14a8488ae4321a02543 0.08 MB 147 153
240,366 240,366 00000000000000d8fd9f5218bc41d482f90c983ab040e691d4fb5ddb686b2e57 0.12 MB 298 187
240,365 240,365 000000000000009a1a478fd30053aaa20db229a8076468d879be3c67bb0e9336 0.24 MB 512 40
240,364 240,364 00000000000000056a5bfe6dd8a0db196af61d2fc78dc62a47a50c9464f62130 0.25 MB 585 163
240,363 240,363 00000000000000b9d8ba2715a79f9baa29985468d04323d253f4620e4e69093e 0.24 MB 454 134
240,362 240,362 00000000000000f5aaceae7b0c1ee42c0c57fff16cb71f9b3560e21ef86b4f01 0.09 MB 220 214
240,361 240,361 00000000000001017036f560fa378a29432ac6938122bb91df05b1fb32c83f4a 0.10 MB 274 232
240,360 240,360 00000000000000d78eef5955d2efb0512c28d1beb185b303f352debe550adf6d 0.48 MB 512 43
240,359 240,359 00000000000000ca4a09270585d407fef2555dc54e4074d474799c543fd5f72b 0.00 MB 6 87
240,358 240,358 000000000000004cea5a901413442eebd7d8ffc1387afbf9075af5f6e3937bc7 0.07 MB 110 83
240,357 240,357 000000000000002aaa625a7e300950f44da884d0d0bfbd3a6b6868cec0cdc4b6 0.25 MB 555 170
240,356 240,356 0000000000000063fa1716aaf3ee2308e2095babcfdd92a9e0b81db6de77eaf6 0.03 MB 44 87
240,355 240,355 000000000000002e7c4e3d20de1a113b2425fed82c08a21fdc8ddbd88c3eadd6 0.14 MB 298 139
240,354 240,354 00000000000000b2a4b0826a76bfbcc459af92c11767ee6b1e0828b0fee5cf1c 0.09 MB 210 126
240,353 240,353 0000000000000016ae818568ca70163d156ced478cba992f4b1c83a39ad44269 0.04 MB 98 126
240,352 240,352 00000000000000ee98218eeedfad427ac1ff37c72afca5d0ed265ecc89d0bc04 0.12 MB 242 173
240,351 240,351 0000000000000070b49afb68a07753b0088f07374a7e8adcfb30e49b806b58b7 0.06 MB 128 179
240,350 240,350 0000000000000077052c4b42e919fe0ce70c74b5c0bfe962f11d45ee5a0fac33 0.06 MB 139 115
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.