Memory Pool Memory Pool Refreshing

7,884 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,311 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (599,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,181 308,181 000000000000000003f3925879bd332fbe91d7057ecc9fe6acb1780d64c5f80f 0.13 MB 212 30
308,180 308,180 00000000000000004c474fa2386317098f8d381af1426842c704415d5b8735bc 0.10 MB 194 28
308,179 308,179 000000000000000040224ec7d6813233464af03a5dd8c941a66f4ef461dbbb1d 0.37 MB 738 31
308,178 308,178 00000000000000001fe1f6ab62ad0243dff0bb4e60770016ed00caf55e97ab91 0.17 MB 276 26
308,177 308,177 0000000000000000161ab59f75454c211cc1a3f7d59e4a76307e5e127b9d06a4 0.06 MB 128 40
308,176 308,176 00000000000000004542dddb785ed6263bc851ab33ae0cdb7effcb5b7188e30c 0.13 MB 247 29
308,175 308,175 000000000000000042cb3aafe3068127a1f44ecdb1d4f59c92d3d01dca20f4be 0.08 MB 145 37
308,174 308,174 00000000000000001f24505cd40f6bd0ecbacf31038790e97aa06af45c5a272c 0.08 MB 121 28
308,173 308,173 0000000000000000265e2377f9e9e2acf40992753e84d6003184813a25dde4a5 0.09 MB 174 28
308,172 308,172 00000000000000000779bdbc0b5e86c1e5ddfbee0030466def4579d2917d6acf 0.65 MB 833 28
308,171 308,171 00000000000000002ece83c3e13875d73948d0a41bc73dec6c2866d1e8d476a1 0.16 MB 190 20
308,170 308,170 00000000000000002ec90e38c7aba3aca32633c1f654da026b39fa41ceb87ffe 0.12 MB 224 32
308,169 308,169 000000000000000000c97eb683f91620b21593f771fdd51ecff45f6ac4a8f713 0.37 MB 764 32
308,168 308,168 00000000000000001eeaf706ebd178a826ace2d264e04ecdb2c455e9ac42c475 0.06 MB 120 38
308,167 308,167 00000000000000001419e638a388fdc31557834c0a8cbe8e610a86e262a73363 0.01 MB 26 11
308,166 308,166 00000000000000004356d125e9b02a9425a12f18843954eabfee174b6963fb23 0.03 MB 23 18
308,165 308,165 00000000000000001a81555527c57b8eeb87c8b55a529cca6a29bcf698417fb8 0.31 MB 479 26
308,164 308,164 00000000000000004ab1a52dede0a3d3643204903726ed4e20dcae561a4b4e2f 0.49 MB 998 53
308,163 308,163 000000000000000045d17d984c002b742d4f69ed337527d9dcfc337aedd05da8 0.04 MB 58 31
308,162 308,162 0000000000000000403ee852e45b70f3c86bfc0ca90acfeb7b528d2a6ddabd14 0.04 MB 78 33
308,161 308,161 00000000000000004e592bcd1e96d965d652661704cec5e18e63ba24afe4d10f 0.18 MB 359 37
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,631.65 GB sent, 93.56 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.