Memory Pool Memory Pool Refreshing

10,290 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,441 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (684,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,223 223,223 000000000000045aa4e7f504484bf70a1568eb9de6022b976e6d875e3df2ff5b 0.44 MB 745 209
223,222 223,222 0000000000000147a61452eeeb27233835bf37033d4ba81349f0ac277320a32f 0.07 MB 197 209
223,221 223,221 0000000000000177e97d715e1cfcd70c2f2abbba140a85464d4d6bac8b04819a 0.08 MB 216 126
223,220 223,220 000000000000002a2ecede19e6c3a85b45ca212b80f28be7d533f3e8c005ba0e 0.05 MB 79 98
223,219 223,219 00000000000000f6ad3765be60a4c70580ebb11ee6c11613872b316fb8811243 0.22 MB 480 205
223,218 223,218 000000000000001e5a018a0dec23c43d26eca440075c79c39391f31db37a2cba 0.21 MB 428 169
223,217 223,217 00000000000000e73b3257d4bbd085c55579ec1fe6df895f2cc0248c4d30656f 0.26 MB 339 92
223,216 223,216 00000000000003d715b2a3bbe3b88625d4a260127e22e7c3a14c3941b435a31e 0.25 MB 581 254
223,215 223,215 0000000000000432109d0f3462e5cdb74741a22b4e220abf7700179743002807 0.25 MB 787 354
223,214 223,214 00000000000003fd7e82822a52daea48aba6fa6f706abad45b7035c6fb074900 0.25 MB 803 498
223,213 223,213 00000000000000b79d38af7478bc8549ed6405e40d51ad9866bc57a892bc691c 0.15 MB 294 184
223,212 223,212 00000000000002e183fd2b04bf3b9bb2a390f277bcf9541bc9462ecf0718b78a 0.05 MB 163 398
223,211 223,211 00000000000003311698327ae5677cdf70461d96df3357eec361ad340d263165 0.00 MB 7 15
223,210 223,210 0000000000000407a6847bcb3170991062049331ffcdcf19eedeeca62037ae0f 0.25 MB 497 210
223,209 223,209 00000000000001b60be457f35e258ac0fb937478eb903bb3933f40ab863b2f67 0.00 MB 14 118
223,208 223,208 00000000000000c1528daa19e1c03a59f7f249ffa6b058f0b9079c6253e33761 0.14 MB 161 100
223,207 223,207 00000000000001e1798db7adfde30463a69614fb45a223c23216a24946be76b4 0.25 MB 517 161
223,206 223,206 00000000000002632fdf39dfef478103d84f51a5416d1303915d295ce827fddd 0.05 MB 94 86
223,205 223,205 00000000000002b200b77e2f388eb4b019b19fddb1d769ba9843c57fa86ce36c 0.00 MB 1 0
223,204 223,204 000000000000039d93cd5915d282091fc21ca4c4386b0b10de53eb815fa03411 0.11 MB 256 141
223,203 223,203 00000000000003275e52c9a0ae86bd9cdf10fa5d308f74ff9b90e42d34f9da97 0.25 MB 707 199
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.44 GB sent, 92.91 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.