Memory Pool Memory Pool Refreshing

2,294 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (19,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,186 888,186 00000000000000000001c4801ae3a9f8b5717f97f9876cbffd1d41dad982c440 1.78 MB 2,619 5
888,185 888,185 00000000000000000000cbdd6c4666640c7ed6657cf44a20ebd0385086273751 1.90 MB 2,318 2
888,184 888,184 000000000000000000019c628af09c9fd51699044a8a79b821c51ea87b1cd383 1.71 MB 2,638 5
888,183 888,183 0000000000000000000155fa9956efe2eee614553d06a0c466eb8b44a3919292 1.61 MB 3,281 4
888,182 888,182 000000000000000000025b77ccf9b2726460dc4ec36a3891e44c4f0ef08d8753 1.53 MB 3,396 7
888,181 888,181 0000000000000000000171d2290591331ac770e1cb01e381df5ece859988834b 1.69 MB 3,184 6
888,180 888,180 00000000000000000002300d42c653cf50b253a85de8ff866dae4a8bbf94348e 1.68 MB 3,166 6
888,179 888,179 00000000000000000000201b6ada93ffcab1ba07644e5e4aae77429ba029f053 1.72 MB 3,284 2
888,178 888,178 000000000000000000027f9805e38ce160d1d40f5dd628f7255c189516181a42 1.65 MB 2,816 4
888,177 888,177 000000000000000000014da0295b761827753a78db28db43d212624a78488247 1.63 MB 3,475 6
888,176 888,176 000000000000000000027a87f5b8476f9e5fb1195da6beaa68168acca8189d14 1.47 MB 3,476 9
888,175 888,175 0000000000000000000051e47569f614b982be62130e86d3c69db1a2d160f974 1.61 MB 2,895 2
888,174 888,174 0000000000000000000107f808c15c7f27a0a09e7f6fb65f7bbc0b38d34fb4e5 1.68 MB 3,499 4
888,173 888,173 00000000000000000000f7d983c96d90742ca367986f212f2bb33c10aafa60c2 1.45 MB 2,836 1
888,172 888,172 0000000000000000000076c39f470b66c1795c43d697fffb747c4bc3232be8fd 1.46 MB 2,624 3
888,171 888,171 0000000000000000000139d4f731e3b9f96534d89ad8f167baf772175d8205a9 2.39 MB 2,590 1
888,170 888,170 000000000000000000002b1631a16ed48c59a1a737eb340b78ed9786ea2910a4 2.62 MB 2,092 2
888,169 888,169 00000000000000000001bc2618213b228eeb6db4c3a4d43c0de3f60a7274a627 2.20 MB 2,291 3
888,168 888,168 00000000000000000000f59f1006c1dcf90908a4a92abf3cb45e8d2414e6eac4 2.70 MB 1,903 2
888,167 888,167 000000000000000000010fb71a005ff5403f0dded58fcf40ad2f1ba5cc94bcd2 3.06 MB 1,479 2
888,166 888,166 00000000000000000001d7796f02394ee7124f8875070f643ccce18f9576f3ca 2.38 MB 1,958 3
Previous 10 blocks ↓
Total Size: 769.14 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,631.99 GB sent, 93.60 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.