Memory Pool Memory Pool Refreshing

6,638 transactions
1.82 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,301 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (845,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,390 63,390 000000000760edba02de2327bfcd7651543f2052e27ae19619af71f690f9c92f 0.00 MB 1 0
63,389 63,389 000000000488da36f615c5a735273b7f6cb9689878bf4cb1cfc5acc280d6ab45 0.00 MB 1 0
63,388 63,388 00000000042b97dcbfeb906585cf3b0d656333f6b7b94d3a799b7358a67d7e9c 0.00 MB 2 0
63,387 63,387 00000000081766971360396090673a3da46ae712a0f090432d32471d5690b788 0.00 MB 1 0
63,386 63,386 00000000092358505f19b0bfbd9c30a7dbbb4694f6a6b5a6aa9114237e524ab1 0.00 MB 1 0
63,385 63,385 000000000899c6cd31c94eb73591d24000078f3b0238e554c8b0c06df2e59322 0.00 MB 4 0
63,384 63,384 000000000721db61a5780e200db0792044fba79d85c8bcbbf6c2d1e9b587dce9 0.00 MB 2 0
63,383 63,383 00000000035571f5b47d5a712a738984f8ee35119a020b2a5524ce260b38dcbc 0.00 MB 3 0
63,382 63,382 0000000009265876b82e28f6179687979b17968263de7af997000a6539c31524 0.00 MB 1 0
63,381 63,381 0000000009f53a29fa9bc1ad519f28324957605bc669cca31f61b6af028782da 0.00 MB 2 0
63,380 63,380 0000000005edcae809b74a79368d97ba38c11babe16e1beabfe43a65bc21a4d3 0.00 MB 2 0
63,379 63,379 0000000007e290d7e8229331f87cfe02772965e4356f59255b7b0b4063b2012a 0.00 MB 1 0
63,378 63,378 0000000004cc44766aaf1f3e01e0ab8157791a05d65dd3e65d8be9e75371fe98 0.00 MB 4 0
63,377 63,377 00000000028f86daed980b0bd8e255465a0f80dd2bf3e9ba563f1f334895bedd 0.00 MB 1 0
63,376 63,376 0000000009fd548b127ec13675e6565ce23236a37fa13ddf11d82b7c7beb1c7f 0.00 MB 1 0
63,375 63,375 000000000c7bed0237d1f1509284eddfe218d57426bf7e04653d0cf143512852 0.00 MB 1 0
63,374 63,374 000000000b4666d0b779616773203bfe6ebfa34cefce5fba509e4d90274f9351 0.00 MB 6 0
63,373 63,373 000000000cac43a4248c91a48f17f74ec0501aa14f7ad5e92654f04ad079cbff 0.00 MB 1 0
63,372 63,372 0000000003aedf168e3be55927ddc48b2cbb601e01e454be1d0de1faf6bbf3b7 0.00 MB 2 0
63,371 63,371 0000000001bd0a0db26542163e1941db4e2a6ebfe10b63fc14425a647a072001 0.00 MB 2 0
63,370 63,370 0000000003246407e889e3e595d94b453e5523d995d68ec323934fef553be86c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.17 GB sent, 99.24 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.