Memory Pool Memory Pool Refreshing

1,194 transactions
25.25 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 852 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (824,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,593 83,593 000000000015e76699613b8004386ae99e903b07e296495833117f8a2a0f29dc 0.00 MB 1 0
83,592 83,592 000000000005b4911ae61271e0c94571bfe5e041330cecafbdab66a7f5d5938d 0.00 MB 2 0
83,591 83,591 000000000013372ba8206ccafbd01c8511c0ac506ea8d4b2d388dd6150d411f3 0.00 MB 2 0
83,590 83,590 00000000002fd8eb06790100f96142df6cc6a7428ce9c01ed9c701a633a8008e 0.00 MB 2 0
83,589 83,589 00000000001e85efb10835f630010a4c240ef1250e7a491d53905c54e96e0529 0.00 MB 2 0
83,588 83,588 0000000000119e5c75d43221f15249f6261adb1c15d188802557fc7d631c2edc 0.00 MB 1 0
83,587 83,587 000000000011d603a2ef6626f7a3d45a0df69023d7260a210f5afab9006efc89 0.00 MB 1 0
83,586 83,586 00000000000bb5e7be5142eef02f866871a93eb38c86e3d79e8d1d5d3552336d 0.00 MB 1 0
83,585 83,585 000000000004159a0b78bf0e166f4aa6a0e0c95f8dfcb0db50a1662078ca562e 0.00 MB 6 0
83,584 83,584 00000000000aa689a7477d7d4cdc98667bd397bdff052f13fdb2b579bfed167a 0.00 MB 1 0
83,583 83,583 000000000017c963f752ca190b95e52e16bcc3dac49ddf6a58979ee4bbd075ad 0.00 MB 1 0
83,582 83,582 000000000001929ebc34d47e77fcbf14b6ad7dbbaca62567283b57769ebab19d 0.00 MB 6 0
83,581 83,581 00000000002fc97d976c2c0ee5747ca186b12d133bd6ff0ee8fde9bed6720ead 0.00 MB 1 0
83,580 83,580 0000000000316c48736046f70b9ba36ecbaf3b0609d9e0b6598ff776c451a82c 0.00 MB 1 0
83,579 83,579 00000000000469833ca5119eddba325a062a49e2ca221a363a86de8acfeef9ce 0.00 MB 1 0
83,578 83,578 000000000027ce72d1e354cdb729d19996ed3d43434ddcfc10fc2f0f6339051e 0.00 MB 4 0
83,577 83,577 00000000002a39f76a20fca3d70ba2fede19bba6afeaec2c02cf1195fc56c704 0.00 MB 5 0
83,576 83,576 00000000001b5300541094f722ae3bbad562612f58398f75e3fc644ac25f98e7 0.00 MB 1 0
83,575 83,575 00000000003120f72d2e0cc63d596955aa2dbc12566a8ae3a2d5d5d5bd7994d5 0.00 MB 1 0
83,574 83,574 00000000001218ca2c45b48e306587ef457912cbb79935f81a880b27a1d5f116 0.00 MB 2 0
83,573 83,573 00000000001e56a6911def44c1508b0e031f19ffc4976fe38973ac032e35e2a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.08 GB sent, 98.59 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.