Memory Pool Memory Pool Refreshing

1,577 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,570 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (679,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,164 228,164 00000000000001dce6473d5eefe8a079e1fdd4a2a6de3529af9cae5cae23d891 0.05 MB 133 183
228,163 228,163 0000000000000070614a818f4b2920ea3fee26737b35db06bb65dcfc1fb2d8e4 0.41 MB 890 65
228,162 228,162 000000000000014ad81774830104b76c9280f8b33b1d9657cbd723e6937464d7 0.10 MB 156 117
228,161 228,161 00000000000001f835e8c1050fb373f08caf25349e82a73b012852b8ab520418 0.19 MB 423 166
228,160 228,160 00000000000001f9501557ae33156f50fb1fd324df046f479c2ebb6fba94804d 0.43 MB 996 196
228,159 228,159 0000000000000272f6b846be78c06cb3fc25567a5fe35d2e1827cd54220f1246 0.15 MB 303 150
228,158 228,158 00000000000000c62b7d3d2b0ec29e017bbcc82ce8494c1b3f46eebe6549f338 0.16 MB 270 116
228,157 228,157 00000000000000705ae4d70d0cdddf9f733b88a958a238fed22e7c034ec325d1 0.44 MB 1,126 207
228,156 228,156 0000000000000192241d5b822f99258ea53f5db958f0f1bde9c06b816a6bcdf6 0.11 MB 193 53
228,155 228,155 000000000000012d784f180b9fdee09fedb4d45489a2d2a134a0aa94e06b9067 0.25 MB 729 234
228,154 228,154 00000000000001ef38508bbf710f22135d8a83a033f2630ba850fb6a78c8e899 0.14 MB 313 140
228,153 228,153 000000000000024f4156bb1e831ce81e7bbcb987619db280bff585643db87a64 0.20 MB 439 173
228,152 228,152 000000000000013b1c414c444514cd3f6843673fe5ad730542286334d524c216 0.15 MB 300 49
228,151 228,151 00000000000000fade471f1c07d6c983887cbc02d419c5786bc5aeec2a02756f 0.23 MB 589 198
228,150 228,150 00000000000001b227c7b1b13fe7ce23d3bb85aec647f2ca8e84f5f84677e618 0.07 MB 149 172
228,149 228,149 0000000000000067088528ff4c78e7fbc36bfd749940dc7e08edc0c427034677 0.11 MB 251 137
228,148 228,148 000000000000000e69990ab211ff136deb3eaf3b0c99504d529820b9bc2a1683 0.02 MB 50 90
228,147 228,147 00000000000000bab72a2a0ba14d7073efa21be83ce7204d440f43d3c1f92c6b 0.00 MB 11 117
228,146 228,146 0000000000000165a10ac4a6742019c2e39a9f00a1d547481cefd116a1368724 0.15 MB 253 91
228,145 228,145 000000000000020f6f66b71f3800e88ce7b10c8eea05d48f129fe9791d76c51f 0.13 MB 352 183
228,144 228,144 000000000000011adedbc6af555c52f685db5828a00be37460de22d47a62c6e3 0.17 MB 199 98
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.