Memory Pool Memory Pool Refreshing

742 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
1 sats/vbyte 2
1 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
908,011 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (742,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,684 165,684 0000000000000a673a373a55a1f5f81819c1a8b1628dd70b2fa8ab6e9d57b1f3 0.04 MB 44 334
165,683 165,683 00000000000005e722cb0976ebe92d464c97f1e0c1431f3766cf7443c5bc2ca0 0.02 MB 49 99
165,682 165,682 00000000000007472b77bbc746c2d509ebe12f2d844c6160c28406120796be80 0.01 MB 30 92
165,681 165,681 0000000000000acd8b79981973b7853cf99f2183ccd6e599117ce067779f94d1 0.04 MB 84 101
165,680 165,680 00000000000007658b37ae833044573d6d30cf45b862f69a25d103b7ddff38d2 0.03 MB 61 308
165,679 165,679 00000000000001073f9f8abe1c67e18f61a107ea7cb62e4dc2b772722d04550f 0.00 MB 12 373
165,678 165,678 0000000000000a30dfe1c5649c7f20256bd48412bb2945b60efc326790b32e5f 0.03 MB 54 35
165,677 165,677 0000000000000276cdc25ed9a14522b155dcdcaac153b51dafacb5547a8b343a 0.03 MB 45 473
165,676 165,676 0000000000000b4e966533f02c5f22f4ae33cee807c65df050d4795f1c7c5998 0.03 MB 110 52
165,675 165,675 00000000000009a5fee0a84f6c2784daaa85e8dc6d54ffe629195789892e6ccd 0.02 MB 51 252
165,674 165,674 000000000000002d61f9eb473435e8a292d7027985e5192e67593e77e9ec8289 0.03 MB 85 172
165,673 165,673 0000000000000be837d76d3846027311b45e2805d6a924c74faf10758ba2a1fc 0.00 MB 7 66
165,672 165,672 00000000000000cb50183983092418117e188627e5a87b329ea181359ce622d2 0.00 MB 1 0
165,671 165,671 0000000000000a6138fef7153d3779d7ce723605b0e6889157b3f5a657d05173 0.01 MB 35 34
165,670 165,670 000000000000054f5544f89ea41aa7786316af8a1892ae53fe007c82b4cdaab5 0.01 MB 25 356
165,669 165,669 0000000000000a248a558010689bdad49f336458577d7ab9b63e6b24d1eaa171 0.00 MB 12 76
165,668 165,668 000000000000024d0cb5cd95b34db7ce3db23816e7789dc205ca747968574642 0.01 MB 34 102
165,667 165,667 00000000000001cb526d6118b1a9012e61919531969fb0792c4b3f4b363a0a33 0.02 MB 57 164
165,666 165,666 00000000000009d58abc6896795b38e18085f64c62137c1692f5d8a6756930d9 0.01 MB 13 46
165,665 165,665 0000000000000a510fac993d02949e31c349bf6bd496bca4b13c90117b695ed8 0.00 MB 7 23
165,664 165,664 000000000000050c2af1c112cc13862c0313836a7dc7c9d92825a8d9023bb33b 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.57 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,649.46 GB sent, 95.76 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.