Memory Pool Memory Pool Refreshing

5,825 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (633,623 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,178 274,178 0000000000000000e27b4b66d5858c7d572be7b14ceed00ccda56a219f6f811c 0.25 MB 681 89
274,177 274,177 00000000000000010f6c7134fe8013095525e9e5e4a40d958316e8e517ece833 0.01 MB 16 28
274,176 274,176 0000000000000003cbb18a8ea04e14452ad0c3bc92ed709e4df5a50b2a24da0e 0.04 MB 106 43
274,175 274,175 0000000000000002b704edc0bf1435fe2116040b547adb1bc2d196eb81779834 0.08 MB 129 48
274,174 274,174 00000000000000023d0f3b92917162e2c21a671e3c44d7df44839dfd3fed01bf 0.24 MB 589 72
274,173 274,173 0000000000000004912f2406930cf75d2f6716ef371b037e480d876df3980d50 0.14 MB 240 33
274,172 274,172 0000000000000001eea464a2ab7be6fa3146a533dfaefc5afa12d9ec807325dc 0.06 MB 176 44
274,171 274,171 000000000000000313982f94ccb7c82101aa1c44c5f0d39ece0a3cb42ee338bc 0.05 MB 108 29
274,170 274,170 0000000000000005ae4f1d4573f686d300ce88f1a147e266b4be82394eb6afd1 0.37 MB 644 42
274,169 274,169 00000000000000017d45dd2d30792ca69ba569af31f9857dd0eb5c12965c0c50 0.25 MB 695 83
274,168 274,168 00000000000000013b278265a809cc11ac03abd3b5d203c5a215b3bf3248d69a 0.33 MB 840 68
274,167 274,167 0000000000000000604153117a8d2443c2094a332f217bce611e3312c041279a 0.16 MB 324 35
274,166 274,166 0000000000000002e17a38fc1f233a6799df93d3c34c9ca4fcac4cacc4c75b90 0.16 MB 291 19
274,165 274,165 0000000000000002f9efbd381e7f42c0c3fb789752bd3389ed649dd767bc2afc 0.25 MB 580 86
274,164 274,164 000000000000000353fb90766ccf30dde7ccaece5e176454c7745b14c27547d4 0.21 MB 159 18
274,163 274,163 0000000000000003ebd28e8fc9a4daa94c7fc4ee3ebddda3f6cbe729ab0cd54f 0.25 MB 768 81
274,162 274,162 00000000000000029504878e6a56570961e4b0769b9ecd1a8d6e7761a8d1798d 0.25 MB 626 60
274,161 274,161 0000000000000004aeab0f0e2830a81498a555ecf46f28a3c2197fbe3db74a9e 0.61 MB 1,310 45
274,160 274,160 0000000000000000699b7a2c8dd4fc2915b90ffe17851698abe20853e751745b 0.10 MB 232 32
274,159 274,159 0000000000000001d1afc9e1a1694417a2f2fdc083b1fcba87dc8949cd2c9bb4 0.24 MB 497 54
274,158 274,158 0000000000000006075f42aadb82d834d0b0685f0e65ec5514a5227084459576 0.32 MB 765 58
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.