Memory Pool Memory Pool Refreshing

1,451 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 1,434 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (739,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,630 168,630 00000000000006003d48dd803e0233fb8d118eb49befa1c6ac84a82d02e6f1de 0.02 MB 46 53
168,629 168,629 000000000000065ee79374bc1e277bb59f92bd37f324873e6d172a151a190815 0.02 MB 11 974
168,628 168,628 0000000000000ba002a89af1ce3dc0ca1362086ad4a6d989f8268d0954d92080 0.02 MB 31 271
168,627 168,627 00000000000008dcc77a52a91bdb8c29f13c13247bfb3937ac6da84499460e52 0.04 MB 88 0
168,626 168,626 0000000000000248d6113eb12d6f8c3438ff5aa16baf0e7bb97f72874bf61393 0.07 MB 83 235
168,625 168,625 00000000000000f24ca42a730d1b048161ed89b89458b3810a96ea427f98f9d9 0.01 MB 21 84
168,624 168,624 0000000000000b3d617b60717776b731e667d15f0a168d889b213af6357e52e6 0.01 MB 22 2,434
168,623 168,623 0000000000000361019f2fa699ed1e7afc18a76ce259a178fbf046dc9c279d36 0.01 MB 41 199
168,622 168,622 000000000000013b092e9a7e30cddd9c303483731b53091c4d0b66f30b9fe4bb 0.03 MB 59 214
168,621 168,621 000000000000047c29b9d0204fec6dd9ddc48ca4c0519533b01bc33c35d088ca 0.01 MB 18 90
168,620 168,620 00000000000003cc637419f70d452b74b617c4d93a5d17e03b17328e3c902897 0.02 MB 28 440
168,619 168,619 0000000000000147f1f0242c3a720cba59a378d047270907ce5580a0f8cf9280 0.02 MB 26 511
168,618 168,618 0000000000000722ab5b05c75a5001bc23d3e9ae4ec61ec8a6ccc15434abdab9 0.03 MB 43 66
168,617 168,617 000000000000057018046ef98bc6d9bc0c3108aae38841257b94686a3a9c9bdb 0.02 MB 45 140
168,616 168,616 00000000000003b38f617bf61a6805fbdc4ab3271ab719a0133a73a7aeacb825 0.05 MB 121 78
168,615 168,615 00000000000009beec02fe0495fc4e4a38249b08d50167f7b6eda49246822f82 0.02 MB 19 611
168,614 168,614 00000000000009e12553fb944b1da81562796af933e876468a57ec07a9161646 0.02 MB 55 90
168,613 168,613 00000000000009d6989269d9df93b1395d140fd66c0d590fb8233cf35de27241 0.03 MB 53 108
168,612 168,612 00000000000002f12a4f4abc1099d4e8b26219ee6166186c608a20bb34cd58cc 0.05 MB 86 65
168,611 168,611 0000000000000b61118bde97634f4c84d23ae749898ae30275833476c5a1b0d3 0.05 MB 39 25
168,610 168,610 0000000000000511b7ef30cb26199aa18182b6367848ed1e3d9aff164dfd58d3 0.01 MB 23 170
Previous 10 blocks ↓
Total Size: 769.30 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,642.70 GB sent, 94.44 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.