Memory Pool Memory Pool Refreshing

3,686 transactions
1.15 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,949 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,173 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,948 (907,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301 301 00000000a23332a5740d8676baabcbffe490fd8849b6d30f7399b83aedd733f6 0.00 MB 1 0
300 300 0000000062b69e4a2c3312a5782d7798b0711e9ebac065cd5d19f946439f8609 0.00 MB 1 0
299 299 00000000b9b003c04b2fe21b4f7a2fa809eb643852573c3a1748653e2019f01c 0.00 MB 1 0
298 298 00000000db29ac0d2a702411bd9ed3972ed81fedc25a9a84635b09949f077ca9 0.00 MB 1 0
297 297 00000000d80530efa37319e4b4508b0759fdab8ea8a81272cbe8986881489507 0.00 MB 1 0
296 296 000000006c6d02760d64950b1ef3565fc9195fd758c4f9b3cf1037c055c95dcc 0.00 MB 1 0
295 295 0000000038b1083b5e97f9fe1d9b18f53bbebcd95dfe4025ae4ebced103a17ba 0.00 MB 1 0
294 294 0000000036b2f63a6f2e070dafbb6e47259d3ae00d4d2d0c7df4ec6a2271a7bc 0.00 MB 1 0
293 293 000000008f106f9bbd4d9d5dd412e4aeab83203d10a4125d03ec60bbad295c21 0.00 MB 1 0
292 292 000000007716a1f58c0ac514031e7657a7cdbee9188545495558d3078375ee76 0.00 MB 1 0
291 291 0000000004c43b1ba070fd83c0f34673d6b166c608b0ec733357b75b4c65fc1f 0.00 MB 1 0
290 290 00000000d3e87c5021f142864817c02b5fd52b8f271d26740f1fe629b13b5333 0.00 MB 1 0
289 289 0000000098efe4e81ec5fd517ba429722d776ae5fd04aceae90a2e43bc0572b7 0.00 MB 1 0
288 288 00000000dc16c2db339f647ab31cad9d5639ba064272083debddebd2dcfb44ef 0.00 MB 1 0
287 287 0000000025f15576bf5734fa2e6b93a00593a969955f210aeae10c7f0733b81b 0.00 MB 1 0
286 286 00000000bad3f4791d4984e041ec55acf6f7b38a63b220b33f703ec2f6af049a 0.00 MB 1 0
285 285 00000000afa4394f2bb4ee92d55fa857f7ade86c79257a89c33dba8c4a04006b 0.00 MB 1 0
284 284 000000006d9d200789fb91267030be9b46ba351f28090f1c0693fed96be15467 0.00 MB 1 0
283 283 000000001a6017f168bfbe3ef01807bec73ce61a72216d90381871e56bbcb386 0.00 MB 1 0
282 282 0000000025f2bb2ee58597083e13079899ecc6f2bb7e8bfd57e66b324b05d654 0.00 MB 1 0
281 281 000000007964a0e8b97bbea93e937c63d4097c42ccb4db464b1ab3047c62869c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.45 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,645.88 GB sent, 95.18 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.