Memory Pool Memory Pool Refreshing

9,215 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,405 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (613,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,478 294,478 0000000000000000a2dbbca3a36839376a47ea69b904a1f55486552e2aa8244f 0.06 MB 147 39
294,477 294,477 00000000000000004ea193b88bc34933643b0fe8ac0613b4bccbbbb39e4b6768 0.11 MB 234 39
294,476 294,476 0000000000000000a98f26600d9d16600d2999bfac1a47ace34c4bf9ff1e9a56 0.22 MB 373 28
294,475 294,475 00000000000000002bae579ab0bdb5958acf1c06e7da92bac94b9140ccd9481e 0.01 MB 32 41
294,474 294,474 0000000000000000027bed3f73c3ab474f19c7b8c8ef8856ceead8f8b58b0f81 0.02 MB 39 33
294,473 294,473 0000000000000000ac44549413fe9ba78189c9c454578560a20cef1cd7a2f427 0.12 MB 235 31
294,472 294,472 000000000000000076093577717b57e11726da8a2ebb19379b655aeb8d39eea2 0.20 MB 379 31
294,471 294,471 00000000000000008e0c153561f993f5593e796e3367d8a605cef0ef0102ec5c 0.09 MB 214 20
294,470 294,470 000000000000000059b2958c7b0e37e1feed8c491a6b0db10a00af98dfb4f372 0.39 MB 663 29
294,469 294,469 00000000000000009333ea4b54151b260bd6a273adbd3e4f1407226e724a8d37 0.07 MB 120 26
294,468 294,468 00000000000000003cc8b3575aab4619eeee8e10cb6b57e2c6550c136039e778 0.25 MB 244 19
294,467 294,467 0000000000000000366ac1ade904c0d955cef4a4011b75dca06449c1026a1560 0.14 MB 256 33
294,466 294,466 000000000000000073657c867a21fc6b9b266449caf2f704f94608de7ebc5bd0 0.18 MB 255 31
294,465 294,465 0000000000000000a591da137e96cb601bba97f8b272f69675d684889bb4aa14 0.08 MB 153 53
294,464 294,464 000000000000000081fa025dd0d3f7ab6b705d35502014fc3126ee6d727ea736 0.10 MB 171 14
294,463 294,463 0000000000000000a7e0f31e7bdf5e8fcdcfacf911f24e75985f80fe0cb709a6 0.45 MB 686 39
294,462 294,462 00000000000000009687f2d9429ecbe49cc252a8a51e0a8ed8270b549a97c7c1 0.27 MB 389 42
294,461 294,461 000000000000000004e9de4574c5482fe416f6e77dabfe96ec3e8c2366381ffe 0.20 MB 138 16
294,460 294,460 00000000000000002dbeeb2c3c0a47c956b8388755e3ff0e74619f216e396a4d 0.23 MB 512 43
294,459 294,459 00000000000000000ec923dca8025bf26caca43a44d40aa5eb4dc479d91bce27 0.20 MB 224 25
294,458 294,458 0000000000000000167720845d6c3d416450010a3bcdc39a1f8129083154091a 0.02 MB 64 153
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.