Memory Pool Memory Pool Refreshing

281 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 269 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (903,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,147 5,147 00000000e8bcaa99f456be9f35e6a9ea7d4b4712367871a9158d417e0083c311 0.00 MB 1 0
5,146 5,146 00000000083cf16b38d138788e5dc77616141d29366d1acd23447e72d31bec08 0.00 MB 1 0
5,145 5,145 00000000cc30603558574da11534c8f3c8e2e44f5f96b438dd287f3cc3992a2a 0.00 MB 1 0
5,144 5,144 000000000ad2e08201d27fd6cb17f87c0e4f980a5668bd619f294ff99f0f2c2e 0.00 MB 1 0
5,143 5,143 00000000216216c3bd47e4c75660053f43b6035828f00e4ade750de93b1efcec 0.00 MB 1 0
5,142 5,142 0000000027f405f71ba9d1fb7239f96d32ae3b55d81237051243ff86ddd7a0c9 0.00 MB 1 0
5,141 5,141 000000003562ac5b8c41bf0ed09ab126ac1bf5b244b65066df51472267c4d5f8 0.00 MB 1 0
5,140 5,140 00000000af61bb99c804897a63d7babcff6aa2e9b406d3baa291d0f87439b553 0.00 MB 1 0
5,139 5,139 0000000068f26c789cb331f30ed797beb8a54e5cdb6d47b90b46351c2b1fde09 0.00 MB 1 0
5,138 5,138 000000005ed1735c348257670a302cde2d55b5bdeed2ebdc25626f238c736da3 0.00 MB 1 0
5,137 5,137 000000009d2fd5533a9775da3723e39226b9658e7f373e41aef7755530ac3f57 0.00 MB 1 0
5,136 5,136 00000000ec450b5fcda1012a7f550b95942a3286b6e417b18bdd90e6e36bf79c 0.00 MB 1 0
5,135 5,135 00000000fbeae012f28497609cf08e838a99797c2f151c11ea6af623914d0879 0.00 MB 1 0
5,134 5,134 00000000c74f21f764aabc6088501fed78b47dacdd6adf13afb5cc756aff6162 0.00 MB 1 0
5,133 5,133 00000000145406f7d62b54cf17a406fc3ae654516c3d581e4b55a301b060a82a 0.00 MB 1 0
5,132 5,132 000000003227c42f597e6e6a77e1abfa39a271f32afa4442e3b06f99b4bea50a 0.00 MB 1 0
5,131 5,131 000000001c7d76a9dc50b36c8f2fb152e4355e2db354487b99d78b23085f90c0 0.00 MB 1 0
5,130 5,130 00000000d0e646265da32fa7eac3a7a4cc9bf2953a5c8333d59c9ffd83bcb894 0.00 MB 1 0
5,129 5,129 0000000057e88a6a6bef8144585cf4911c15c84c797d160c553ea192c1137ca5 0.00 MB 1 0
5,128 5,128 000000003c28c595416057b8612da9b7df160bbc196dc508f91ef1c35a4dcd56 0.00 MB 1 0
5,127 5,127 00000000685417d017ea5f3e3ed69c34d6ba093e98477539989c60f7dcfa77a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.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.