Memory Pool Memory Pool Refreshing

2,741 transactions
0.76 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
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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (675,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,358 232,358 0000000000000067ca81eca7dc73b7096518cba03f997b72f2d6466ff5c01e55 0.21 MB 469 175
232,357 232,357 00000000000001ab681a9267ec68bbeabd74015009542f34458467d4548ef37e 0.16 MB 255 97
232,356 232,356 000000000000004891be7708ac15427b174ad181f3e94256310f49be0e68c6b7 0.06 MB 96 130
232,355 232,355 000000000000015ad07916136e7257b367da0468025144de372fc538e24919c7 0.06 MB 148 169
232,354 232,354 00000000000001d4003dcc758b98de5627d426ef4005d1fe728a592a782dabc2 0.05 MB 132 220
232,353 232,353 00000000000000894b4c26b8b0b4fbe0a4aff6121ab422145ce7be97406cc571 0.16 MB 346 149
232,352 232,352 00000000000001980b60ea908cfc49aeb85df2046027799b68af1231dcf9a841 0.05 MB 128 134
232,351 232,351 00000000000001bcb75a001dfe0ad8a8927557df3affbb1a14fc0c88db03d650 0.11 MB 242 152
232,350 232,350 0000000000000001bd30aa87dfea869691feda26854f29ddcca878d8e2385469 0.00 MB 5 188
232,349 232,349 0000000000000055c95ea9da5e168df13547d2d48a4f69a322034e8b509ad0de 0.03 MB 87 54
232,348 232,348 000000000000018cbc0517401c1d7f558bb441a6bf43c7c8eda92cd0af49d1f3 0.08 MB 202 187
232,347 232,347 00000000000000fe1a23ed8ae9728e16cb8e22004603fbcd20f97d4f05f46199 0.02 MB 26 90
232,346 232,346 00000000000001685470606e100ccb76452009998ce3f4962cb7cb9822e43a9d 0.13 MB 318 166
232,345 232,345 00000000000001187d9966b0c0c7791c9a3b3ee8affe25001d67ff30949ab5d9 0.15 MB 301 137
232,344 232,344 000000000000017a56cd4d59a4e0666d05d52f37286fe73f9ce77e28468c1743 0.04 MB 89 164
232,343 232,343 0000000000000055d3a9bd516d722d2c314b46372465f70d2958bedaaa935cc4 0.06 MB 118 159
232,342 232,342 00000000000000a768cb603370e939860f0e6c2e01fb1024e28de9d90ccc443c 0.08 MB 189 177
232,341 232,341 00000000000000f056c20bd66c6eb515dcaa4ebd5b0b9d4c13f6a52f25e04daa 0.20 MB 311 106
232,340 232,340 0000000000000016c4f7251f2564d8e0128d80528386932da800458eafa3df25 0.08 MB 182 197
232,339 232,339 00000000000001218d5c58732c0d699c704a3ed690c0598ae4eaa92042dc76f6 0.12 MB 246 157
232,338 232,338 0000000000000150844d35c90087f8b6d3bcd5dcec3e30406b76bdc7a83045d3 0.14 MB 184 71
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.