Memory Pool Memory Pool Refreshing

971 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,796 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 953 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (21,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,307 886,307 000000000000000000021a58b22ba047e83a39f108c678d33cbcfe73f06abf80 1.54 MB 2,818 4
886,306 886,306 000000000000000000009899993f03d51b8093aa3dcf637778d95d920bba975b 1.71 MB 1,317 1
886,305 886,305 00000000000000000001b6b24ab93a6fd9d1dd93bfbfadd9421a8c6b84d18870 1.65 MB 3,561 4
886,304 886,304 00000000000000000001c74b4f48185f46356219c9d8574956c1999215471bf6 1.61 MB 3,522 6
886,303 886,303 000000000000000000005167f7b5c5c59a317157f8895994232ee5b7dffe05e4 1.66 MB 3,131 5
886,302 886,302 0000000000000000000126ff8efc6d2125469013ea8330734074aad2fd2240c8 1.49 MB 3,632 5
886,301 886,301 0000000000000000000248e9c51f4f30565de6667af8e00da26523170a22db81 1.81 MB 1,848 2
886,300 886,300 00000000000000000002123c72f98e4cf709d8264c23088c70e17bd9af21b6eb 1.68 MB 3,678 2
886,299 886,299 00000000000000000002704c228acc0a60a0bc012dac91efbdc6d782bb59853d 1.72 MB 3,266 6
886,298 886,298 00000000000000000001902a378526628e82ca72698f173cccce4a9ee4cc605a 1.58 MB 3,544 6
886,297 886,297 0000000000000000000177471bd24f224ebf073b42d07ef9002417fc07e79478 2.01 MB 1,304 2
886,296 886,296 00000000000000000000514011725e829abd8ef1f497e3829eacfbd247eda70b 1.87 MB 1,989 3
886,295 886,295 00000000000000000001f74dd6cd46bd05b6e276bb6683d36e8842fc7ec68b66 2.15 MB 257 1
886,294 886,294 0000000000000000000174ecd06a6068e4cca9b74aeb41b69f7a6703643965b3 2.03 MB 661 1
886,293 886,293 0000000000000000000221906819f69f9bd3659890a2ee99f64889f52a703176 1.59 MB 3,797 4
886,292 886,292 00000000000000000000db59ff412ba42c8a27ea71337f1e1d48c86420b4df15 1.65 MB 2,461 3
886,291 886,291 00000000000000000000fc276570f1965cb741293a3370fa4ac090c7a10ba19b 1.13 MB 863 1
886,290 886,290 00000000000000000001d843b56457e011c5fdab9f6858fe81b3cae72de22720 1.39 MB 2,656 4
886,289 886,289 00000000000000000001cff816ec5941907494a5d56427e501874e7c43fa7a27 1.37 MB 347 1
886,288 886,288 0000000000000000000085c23bff3fcbcfc585e7df55536408403d66b213c3e7 1.79 MB 1,222 2
886,287 886,287 000000000000000000014eb696a243dd3db0c076ca09b14319bf52c68153b793 1.91 MB 1,575 2
Previous 10 blocks ↓
Total Size: 769.16 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,632.70 GB sent, 93.67 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.