Memory Pool Memory Pool Refreshing

5,641 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,263 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (294,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,115 613,115 00000000000000000012991dd3cfb34904ecc1ba982c91789a014c74a8454a6f 0.15 MB 356 14
613,114 613,114 00000000000000000002599fb7d2f2b7970a024bc7186591d859908dc67a1c87 1.27 MB 2,432 10
613,113 613,113 0000000000000000001265ae148ce682f333a4ebd5838fb14919d76a7c3868e6 1.33 MB 2,332 29
613,112 613,112 0000000000000000000543a6ceaed294e54485c44a15c23e0c9b4ee382ddc288 0.94 MB 2,499 13
613,111 613,111 0000000000000000001008ff2fbdd27db3cf1258994fd14d075f5f75a284726e 1.22 MB 3,125 14
613,110 613,110 00000000000000000003432b9e582365b676b3d410bb6c9c951f4a20e2edf52b 1.28 MB 2,732 29
613,109 613,109 0000000000000000000fdb966e283738fca800850b3b89b1adc7281fa59a17dc 1.26 MB 2,338 19
613,108 613,108 000000000000000000076df752ef5b752b9e399fa8934fc3238cdf05cac36ffd 1.26 MB 2,907 12
613,107 613,107 0000000000000000000eec3c6967e6526a24bb04915ff0e85b8ac5033f4cc1a9 1.37 MB 3,065 25
613,106 613,106 0000000000000000000eaf8503732148c7fc052bf016232ab7b2c942c5795483 0.44 MB 1,123 17
613,105 613,105 00000000000000000012f8df78dd1d6ee6f480a970b6030e561fabf4eadc1f3a 0.64 MB 1,262 17
613,104 613,104 0000000000000000000ad3ff431a2430e1ebfff4693a51e078aba48b05317101 0.34 MB 899 17
613,103 613,103 00000000000000000005ff4a631efef059af20ff29ee25cc6b136599e9bd5022 1.26 MB 2,912 7
613,102 613,102 000000000000000000008dbf9ab0597a07c87154d9da5920ac19f83f591eeebf 1.29 MB 2,750 18
613,101 613,101 000000000000000000009ccdd27cb013c898b3bae1b8aecab897cca93b0e064c 1.13 MB 2,644 6
613,100 613,100 0000000000000000000e7731de31860138b7f587406b438c23fb331551cd6d19 1.20 MB 2,513 9
613,099 613,099 0000000000000000000305ecef3de0a6bf15c78b43900aacc2a19ae6b8d1169f 1.20 MB 1,963 14
613,098 613,098 0000000000000000000b05547796818c8fe18242c05adab57b9466e6839554dd 1.08 MB 1,745 8
613,097 613,097 0000000000000000000891f20ab58d478937add33036acd3909c02800e529c81 1.30 MB 2,762 19
613,096 613,096 0000000000000000000e758f789bf9728576919521123f0625e4ec1d881ddd8f 1.23 MB 2,035 32
613,095 613,095 00000000000000000010d68315dfc04ada04f2b5863b759f49a481e162a3bcb3 1.06 MB 1,381 11
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.16 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.