Memory Pool Memory Pool Refreshing

12,399 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,180 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (87,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,178 820,178 000000000000000000039c8c15c44532b7264d5f297c71955e6324b7102d6f9a 1.50 MB 2,194 105
820,177 820,177 000000000000000000022dcc4095a662a9edbf8f18ddd8c6cf86d4e132c2f448 1.51 MB 3,035 152
820,176 820,176 00000000000000000000bea164c5f41e09270a93090538519f049746c796582a 1.59 MB 1,645 99
820,175 820,175 00000000000000000004011484562767e668f7655e84bb376f26745953436dab 1.78 MB 1,733 77
820,174 820,174 00000000000000000002e116279db631b7a583a4ad21472d77656c742c9f7153 1.58 MB 2,261 70
820,173 820,173 00000000000000000001af6093f6377a816c35c8737a7dc4432c84f69721ce59 1.59 MB 2,123 64
820,172 820,172 000000000000000000031ab00fe3200064602bf7d3e7ac9f7de1f884e99ab7f1 1.62 MB 3,830 158
820,171 820,171 00000000000000000001f78a5726c5e630e69623832bd8fe6a951e9425f041be 1.69 MB 4,175 102
820,170 820,170 00000000000000000001050def8f9ee0bd96b03cdb75102901b0e8af5fc4bd2a 1.72 MB 3,091 72
820,169 820,169 00000000000000000001dec292e3f8d3b52fe235b33a6f6e22baa9f152e79755 1.61 MB 2,630 79
820,168 820,168 000000000000000000037b482a1e54ee6179155a832c89c97d635dd81df31ec1 1.65 MB 2,492 209
820,167 820,167 0000000000000000000143b0773d94101db8e89d42b7dce5ba4e8eefc9d85d23 1.64 MB 2,738 115
820,166 820,166 00000000000000000002af12db4933b6a0af408bf8a0e4032b72c1667baba73c 1.59 MB 3,385 150
820,165 820,165 00000000000000000000875e14dba8ba4a69cc5b92f8d04eba91268c528ac87f 1.52 MB 3,052 112
820,164 820,164 0000000000000000000116a75313eee2e98012980b8892a75203e2ea17a7df08 1.44 MB 3,410 147
820,163 820,163 0000000000000000000311d16c51b61b3ac46e0e4b740a32769846964c468a61 1.54 MB 3,529 261
820,162 820,162 000000000000000000036f1770b2e3840aed08ff08051187b08cc1c9040df32a 1.73 MB 4,179 179
820,161 820,161 00000000000000000001f5456d4fdbbed957f52874235a68f101b2e7d81aa9b1 1.67 MB 2,132 131
820,160 820,160 000000000000000000000d3cb9338539cefb6f0d48f5a7d1f31b3aa1aae31676 1.52 MB 3,632 221
820,159 820,159 00000000000000000000921269ad0d7d7d0b0627c893765a4595081b74be0bdb 1.55 MB 3,552 269
820,158 820,158 0000000000000000000030d7b418bc601802f1c9618a85311477b3e2e9110c6d 1.49 MB 3,374 336
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,622.15 GB sent, 92.93 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.