Memory Pool Memory Pool Refreshing

7,481 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,800 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (684,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,439 223,439 0000000000000239e4d8d1d7db57bee7ddbe5fe4152c2629924d322eb860b6a2 0.05 MB 139 230
223,438 223,438 000000000000010782c83928ba81a83509356e47fd08f66a95072fbbfe401ce5 0.05 MB 120 158
223,437 223,437 0000000000000283bfc85f3cb4ba1180a1d9344f45f227b17a50b21c7b86fc4e 0.14 MB 256 129
223,436 223,436 0000000000000171b8eb98ee798ba510ad3f1641574fe4fc3480dacae441a79f 0.26 MB 637 203
223,435 223,435 00000000000002028c00aa292ee8ff658d31efec2e8671e11ce0e86739fa3805 0.13 MB 342 190
223,434 223,434 00000000000003cf61fa02ecdd8ed2585bba47d417ef6c588daa93d4d5e9db02 0.17 MB 285 149
223,433 223,433 0000000000000151b940370bc21ff5d59ef9d4428306ffcf77cbc4d35a29faa8 0.23 MB 128 25
223,432 223,432 00000000000003b62473fc0138827521a2e8c3a8a6d54f085ec7140b0b143b25 0.25 MB 587 194
223,431 223,431 00000000000000a31c8d00efced57f5a7940e4044dc3d0118e06b1defd44fdc7 0.25 MB 802 260
223,430 223,430 000000000000021113204012516bec53b986320d190a7e9ca81e58a5d5b378b4 0.00 MB 8 162
223,429 223,429 00000000000000bb46f90a32405fb1f3a10b4847a45cfc447a31e95d978a2614 0.13 MB 223 147
223,428 223,428 000000000000031d110d085d78e1e14e636f2c947e786102ffc106e67db85c02 0.25 MB 463 199
223,427 223,427 000000000000042c989c7eef95aca7f59539c9d66fb923d3cf047f31f064d3c5 0.00 MB 9 294
223,426 223,426 00000000000001d823b4fc00417b00a11a21de3174a3ae01998b2127b55ce3a7 0.25 MB 624 213
223,425 223,425 00000000000001bdbe6b74c15963bea6d0a7000a9b5ed334ada1c373ff28b485 0.01 MB 19 100
223,424 223,424 00000000000003028ae794148663b8bed8a6f9e6fe2a9bcf513137e9b238489f 0.21 MB 513 193
223,423 223,423 00000000000002bdab031a185f56245fa9d47da81a991cd9936b953ff3245091 0.00 MB 9 343
223,422 223,422 000000000000028c5f137ceb2b4f4b967e6b314aa109029ff2aa55aafca57204 0.16 MB 326 166
223,421 223,421 000000000000032727d18f51aa8dfc6861e09d36dfbd5c409ee0c8d9cb322153 0.03 MB 83 198
223,420 223,420 000000000000040af7ec69675566d382386a9d32890259e25bf5842e84a47bf2 0.11 MB 247 190
223,419 223,419 000000000000004bc4ba728b83a5d4e15141e85c837170fe564861cf878a1b4d 0.04 MB 117 209
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.50 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.