Memory Pool Memory Pool Refreshing

8,623 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (728,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,474 179,474 00000000000002c7e07a63bfc78b2c83d8e3cc69986053fda83aae898989edf8 0.02 MB 56 198
179,473 179,473 000000000000080bab4b1e7c31d29b9ada7cc0de8f4f4c5d1cb1838ecfe9861a 0.05 MB 141 174
179,472 179,472 000000000000024ce5800874fbd9359bb02937181474898a387f56bc0d4861ab 0.06 MB 116 249
179,471 179,471 00000000000003ef22e1beb2fd66cc5419efc7b80255d0f96077560520ffaa76 0.03 MB 75 949
179,470 179,470 000000000000035b074f842c7a75bc203796e2562ac0ef4503f8d9f28a2c2ff3 0.10 MB 231 238
179,469 179,469 00000000000008db7f182b81770efe673c195648c0f44797cc38de0b50ae050c 0.05 MB 78 82
179,468 179,468 00000000000003dc81de10a0b213de798174d1c442af43070cb9e24240cac3ba 0.05 MB 155 289
179,467 179,467 000000000000085f13942caed9534b2dfab3edde74a548dff48ba8c7ddc42e70 0.05 MB 127 67
179,466 179,466 00000000000008575a9dfda5d5c30bbea204fef48e76cf9f28d266c89570eda5 0.08 MB 169 146
179,465 179,465 0000000000000350a492c2424bd6bde42e3cf4d55d27abb170dd0ea6241f1f58 0.06 MB 129 89
179,464 179,464 00000000000009891f9b09f536d47d560a369e745d301907900f029f7fc63e22 0.20 MB 382 187
179,463 179,463 00000000000008852a10225d5c0d06f750d67b783eae3a6ca9eba789ddb6e282 0.04 MB 91 69
179,462 179,462 00000000000002727719f01f75f961e96ee186a80102338b38db71272be6a4f9 0.14 MB 291 452
179,461 179,461 0000000000000376756c9d417a773f11af046b91f90475c5a867c6e5db46d468 0.01 MB 18 10
179,460 179,460 0000000000000894f654e94055be2a507f22e4c94f1758ed22dffa1b85345790 0.06 MB 134 162
179,459 179,459 00000000000009679f30a842941c4922786b43814e9f65f84a5815c9e0e9269f 0.01 MB 10 10
179,458 179,458 0000000000000711002a9a314fedf6be987cfa654da3120d1b863148c7baef02 0.05 MB 97 74
179,457 179,457 00000000000005fa82a47c9a6e6a310844542eb4d8300b753f705246f2918088 0.05 MB 83 217
179,456 179,456 00000000000004317d446f76f2190ca6464528c86cdc1f8b2cfb49afc18b9ab0 0.06 MB 89 155
179,455 179,455 00000000000004b183e5e5fc3b295946abfd003619045cea16a5dac9a9796cfd 0.02 MB 79 45
179,454 179,454 00000000000005fd2827f8692d0f1d067824a45dad3bdddd219bf8e3ea95db65 0.03 MB 75 308
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,616.38 GB sent, 92.72 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.