Memory Pool Memory Pool Refreshing

7,091 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (704,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,158 203,158 00000000000003aadbbbe1849913fcfc7d8f2b0567fe5fe8af639b082e6c41b3 0.00 MB 15 115
203,157 203,157 0000000000000176ec0e23413e982c7d895e9d6c3eb10dad5c4d6d1d569e6c6f 0.09 MB 252 154
203,156 203,156 0000000000000374f873d16bcb84bff14e2df6cc0d0a91399de6993c0bb2a37a 0.00 MB 8 14
203,155 203,155 000000000000048d4dc3c718453091cb82edbd623afc1792e69f6e30e5a4d5e3 0.05 MB 115 215
203,154 203,154 0000000000000514d13cd0ab157bf1673a92cb9b4fac51b33732e6fa1c935291 0.04 MB 98 123
203,153 203,153 0000000000000474211b73f3106aa044bc93c67fc8d5783dc5a62e61cf46b127 0.05 MB 108 123
203,152 203,152 000000000000049e6e52c8b82decc1cb067e898af8e5a2be8b0bea38ac12f370 0.00 MB 7 24
203,151 203,151 00000000000003c766fc0d6f49a0f6cb42e11d22c264c4d72dddb08bf38dc147 0.09 MB 26 53
203,150 203,150 0000000000000504f60c53ae8b1ed85517e6a6e5a218aec346398e104d89ef59 0.02 MB 42 99
203,149 203,149 000000000000034a49021752eb70fd1d39a7fc0d8789f47da99b2adb249a0ee0 0.01 MB 32 17
203,148 203,148 000000000000021654180e8b6a93127ab59b11f880a49fe925175828f906a503 0.09 MB 241 134
203,147 203,147 000000000000036fe0f93d542534204adaf4af437581c33d2e80cc6da62bacba 0.41 MB 718 66
203,146 203,146 00000000000005715a6a8bcac105e2dcc9acb26341c33c483b567038a8385d3a 0.20 MB 428 166
203,145 203,145 00000000000003e0554ccd5d872c3c4f2ac28171e0067aff91d8d732df264491 0.07 MB 130 99
203,144 203,144 00000000000003c2b0342311fd86b3683a279e43920572030e396f267b439240 0.05 MB 120 14
203,143 203,143 00000000000003d85936e4c2ba689ecd9b95acbb3638443e761e27722d21d5a7 0.22 MB 538 170
203,142 203,142 000000000000018fee55ae8e624212725c35049be1592f555bcde48a1f0e0747 0.10 MB 275 127
203,141 203,141 00000000000004f8576c53304a36e93dc22926d24792d212e966a1116b9e08fd 0.07 MB 108 112
203,140 203,140 000000000000047fba5169a56e7da690c709186b7002d1159a21d71aff260794 0.03 MB 40 20
203,139 203,139 0000000000000438db89ac190cb7754c708e3629ade77823770edf159d94d89b 0.13 MB 297 123
203,138 203,138 000000000000005ac751859d0869060379761257a23964e25367ef34af7be8f8 0.05 MB 119 37
Previous 10 blocks ↓
Total Size: 768.98 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,615.99 GB sent, 92.70 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.