Memory Pool Memory Pool Refreshing

7,342 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,606 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (639,501 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,362 268,362 000000000000000734429dc8be225896f0ec7715c75ac599d4c2774d6347b705 0.19 MB 138 16
268,361 268,361 00000000000000045b8226e11c4be4a6fde57a74bbe2ca936e73f1e1c8ae192a 0.50 MB 952 4,039
268,360 268,360 0000000000000002e18f48b86d4b4ecab5cb7dde348f7fe04c07470b5d17548b 0.25 MB 508 72
268,359 268,359 0000000000000002f7b493e9ae1dd763ecc27dcc7fd0f88c0806891b590835b5 0.09 MB 111 49
268,358 268,358 000000000000000576bb2257e454fbfee13a841fdf4a59880e910b52d51bd58f 0.09 MB 163 70
268,357 268,357 00000000000000004df9680efcca2a30914442894a4072b47e5474b5a00370af 0.11 MB 224 45
268,356 268,356 000000000000000422115cff773006e4c50818aa9aac287d5930be0bf0fbed1f 0.10 MB 239 167
268,355 268,355 000000000000000629236fecafaf51d396e7dee0f79af55c75b3fb28cb1f7ced 0.20 MB 497 146
268,354 268,354 0000000000000005a9d14d47ff63b4ed282ffa16a9899e67a4e8247f374f503d 0.04 MB 123 307
268,353 268,353 0000000000000001bd0950081af3860628cf9ec5ecc523e107e0862a4af773b3 0.13 MB 285 129
268,352 268,352 000000000000000182eca7a9714b143af65643d123590cc91ca86e1d20c2a3b1 0.14 MB 241 21
268,351 268,351 0000000000000006f76f49564a9e64dc0c4a45452f239536c7b540e9bf7baccd 0.22 MB 395 96
268,350 268,350 00000000000000069bdc636192c70617068d0a2b0ed32bacfc2b9daf7f13e409 0.20 MB 394 107
268,349 268,349 0000000000000005713cac303bd2d529ebeffa82fff60be5307010a83933698d 0.15 MB 275 33
268,348 268,348 00000000000000036ac8f336f94f458e647a5e20bac8981033e4ae7fdf1a3c72 0.04 MB 97 25
268,347 268,347 0000000000000002714af59b05fe845891ff4c5a0a900bbe28145110b7c039f2 0.24 MB 574 79
268,346 268,346 0000000000000001335394fa5a710d5fafdd6986c5a513b1748debd47661bc38 0.17 MB 270 58
268,345 268,345 000000000000000629ebb4c9d88798755bc8f523dc3facbf3cf8dcc52351dd80 0.22 MB 483 80
268,344 268,344 000000000000000281f07e4cafef2bcaab221e1588d2916bb5505f0374889d83 0.19 MB 250 8,132
268,343 268,343 000000000000000846e300f8939b043261a501f94d3dab96361ee93437adbd06 0.14 MB 240 56
268,342 268,342 0000000000000007539bcc0123bc43380f4e394478cfd1e6f5ec45e87982a2f8 0.21 MB 373 62
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.