Memory Pool Memory Pool Refreshing

2,639 transactions
0.91 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (681,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,212 226,212 00000000000001d7b741566a0782e401a014b9f590bf90f61245b7d30e46db06 0.08 MB 173 144
226,211 226,211 00000000000002ea267c33fd562028b35bcb357f81ee23444b4e566b59a582a5 0.08 MB 137 137
226,210 226,210 000000000000018b27f00261e8cb9381445682df540dd5d3ead5b8b713b9bea4 0.06 MB 125 163
226,209 226,209 00000000000001aff2096e563528b32186e2b24e8f0ec0c7006574083d6ec355 0.07 MB 156 189
226,208 226,208 0000000000000180e51da785108a5524e55edccb184ebc2becd0785da99a02ea 0.01 MB 49 100
226,207 226,207 000000000000012c3d25a8e6bb0b4870e618932d950770d763c822adf44f2c42 0.14 MB 241 141
226,206 226,206 00000000000001b52887af1fd1f38ba99ee4db44140e428a38ab41d2d8f1333c 0.00 MB 9 122
226,205 226,205 00000000000000f80321468cf74380b7f03442c7f6fd6811797e05c3dfc9fdfe 0.08 MB 186 158
226,204 226,204 000000000000027847c93a4b3565b28fc73a1eeb625b5f1a92e270373ebb89a3 0.12 MB 266 169
226,203 226,203 000000000000001f7a79c13adfeb0848eab266f1176c2b9048102af8d7b88d27 0.14 MB 333 297
226,202 226,202 0000000000000118debe08fe65363cba2ae4518e0fcf825a6fb11c1f77597bd4 0.08 MB 182 194
226,201 226,201 00000000000002b414435f9489578e54d089a9aa9a805d97d36d763d2d68720d 0.02 MB 53 67
226,200 226,200 0000000000000287cc64c4469de825b17e7c8d90e3ecb942edebbd74a726f7d7 0.16 MB 365 178
226,199 226,199 00000000000001cbacdbabdecf2415e89c0e1b59266813913c7be2deb71ef668 0.10 MB 221 179
226,198 226,198 0000000000000295b44d976591991b889faf5407c621c961a98132b6bd529f1b 0.25 MB 278 192
226,197 226,197 00000000000002e795c6ad77bd81d9599147eda74b54c96bd841716020b2d3df 0.22 MB 268 111
226,196 226,196 00000000000001c64eaa6600ae80fc5f8f52d66110bb871a331b7327ac9d8c96 0.08 MB 77 85
226,195 226,195 00000000000001949cce79f40bb4bbba7821365d71c9b78684d00d5b222710dc 0.23 MB 493 199
226,194 226,194 00000000000001de783c8caff772887db3c384d0e7c91a13f5eb8f6dee8738df 0.09 MB 178 174
226,193 226,193 00000000000000ddb7ba5445166e6fb5e95d49b22430b18955f25e029bc489d1 0.41 MB 115 50
226,192 226,192 000000000000018f9c59bb0f1b6d72f1e7a1d6575c6d3d7545e4cd68811de5ca 0.17 MB 376 237
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.