Memory Pool Memory Pool Refreshing

4,913 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,077 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (69,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,683 838,683 000000000000000000014f06b3f8a910d37b58ffeede6a45254d52160e62a4e7 1.84 MB 4,926 48
838,682 838,682 00000000000000000000b2e2e2cb3ecdc2e28ee5d2809a3baae29dda180dc987 1.70 MB 4,166 50
838,681 838,681 000000000000000000011db140c8d052e8576fdadc0edd10af0d7bd828234aff 1.70 MB 4,272 63
838,680 838,680 0000000000000000000253765b8607b89129c2623bab57aae341a1f983d242fd 1.70 MB 4,002 48
838,679 838,679 00000000000000000000544259042b05867a5a75daf8c720994fbf568f75d5f9 1.72 MB 3,972 48
838,678 838,678 00000000000000000000700d10380d8c61d01291d1af10804344f3fba9d1e19a 1.62 MB 4,050 31
838,677 838,677 00000000000000000000e4958b97f46d67bc9d44c80403da0378974cec2fea2c 1.56 MB 3,053 42
838,676 838,676 000000000000000000000788ba18725b5570c5ffc313383a427382408fe5be9a 1.65 MB 3,244 69
838,675 838,675 000000000000000000032a7be6437b63b7627a443346e6f49df107503a0fb4ea 1.56 MB 4,434 34
838,674 838,674 00000000000000000001008c9291bae82a0d115e3d694b63ecacb3854e349935 1.58 MB 3,549 43
838,673 838,673 00000000000000000000eda31411589d708ae50b342aa9d7cf491137a9213e27 1.51 MB 2,985 48
838,672 838,672 00000000000000000002be69fc9b9b503c09f1fec5be87139632e455ce03b582 1.69 MB 3,423 44
838,671 838,671 00000000000000000000f1f9ba983d913507155f79d3f95e5deedcf9085be0b8 1.55 MB 2,699 61
838,670 838,670 00000000000000000000cb2e2007f9add4d4cc03fc24a5d13e3c0e7134873b7b 1.58 MB 3,499 53
838,669 838,669 00000000000000000000df4d63949ca41cdeb71fb3c90160f8ef962f251251a0 1.61 MB 3,228 56
838,668 838,668 0000000000000000000170745e46527c148084ef3f68b11c97166c87d95e2c26 1.56 MB 3,053 51
838,667 838,667 0000000000000000000200ce749062f9b8e736e378b9a686b51afd3bd2b73178 1.55 MB 3,204 74
838,666 838,666 00000000000000000000292221329b754631dad5e4c473f0d698a2da09487128 1.67 MB 3,517 52
838,665 838,665 00000000000000000000a4f5fa61d1feb9929577685fbb3234c59ced6791b11e 1.65 MB 3,416 52
838,664 838,664 00000000000000000000f89d622e509ec2aface56c605162c9a48522dc64b521 1.51 MB 2,558 53
838,663 838,663 00000000000000000000efe3bb7577e627e1334b80467a02ba0a8d55655ffe6e 1.56 MB 2,895 67
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.