Memory Pool Memory Pool Refreshing

607 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 243 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (857,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,272 51,272 0000000009044dcae927e2c2cbb91365c3edf01e806c25c94f445e2a9297cad1 0.00 MB 1 0
51,271 51,271 0000000008cd1a89b39c2285c128ad6ea7e8c12c194d8ac57e32e4bda5cb3d99 0.00 MB 1 0
51,270 51,270 0000000007214604593e9e3a3c0d5035eca9d55335da9d24f0083a7f4c630e47 0.00 MB 1 0
51,269 51,269 00000000143b117e1e6735eaed8c850d809e4bfd25f5c047b5629239dfc02e57 0.00 MB 1 0
51,268 51,268 000000001e76c532cffd2cb06414f850ef6313a925e6b6e5e24706c3c23ca52f 0.00 MB 1 0
51,267 51,267 000000001faded622f108fce5ef275687170dda6dd298fe0d56e5a1f7cfba924 0.00 MB 1 0
51,266 51,266 0000000001a434aa510614d8d6baf2efd7d29a71a9423518162fb885c87dd6df 0.00 MB 1 0
51,265 51,265 000000002079a890f333706030f9c23d5f503e961f9a1fbb0c26b4f2f21935f6 0.00 MB 1 0
51,264 51,264 000000001fa04f497921ad49d8772d5ebc300fa59c2307012ec85486e5cd8055 0.00 MB 1 0
51,263 51,263 0000000011316f2d73fe7af51d493c1bc404628d7fc62c1acf48530f8a246010 0.00 MB 2 0
51,262 51,262 0000000000bf8ed8d297b3414d3e63b20672dc4c46f12fe2cbe2190dd4274618 0.00 MB 1 0
51,261 51,261 000000001d772774ccbe4c0e7c2704270cfedcd696cc37ef4e1fedbc7ae52bfa 0.00 MB 1 0
51,260 51,260 000000000e1f74e26524055f8c9f0caf64eb85c5a270da39bcd9ce5bf7100bf0 0.00 MB 1 0
51,259 51,259 0000000000143e09d4e08c4ff9e757e2882ebae28de23a1df8fc59883986e0f4 0.00 MB 1 0
51,258 51,258 0000000010c7367518e92e5d1dd695422c0ed8f2ecbc06fc2eba9ea75d3e0c38 0.00 MB 1 0
51,257 51,257 00000000194c30b8f3662f6c542dfba9948ed3cd77ea74d210c2b5083bb23e0c 0.00 MB 1 0
51,256 51,256 0000000017c5bf8aac370c415bcb5b2df261370392ebd5e3eaad578d2fdca679 0.00 MB 1 0
51,255 51,255 000000001e38784876013c19ee92f389abe152b3197da5ad069d073c88531651 0.01 MB 4 0
51,254 51,254 000000000a6c9c04c0e8d229944036030b44c1a21225d53e2a02bdb2cac793c4 0.00 MB 1 0
51,253 51,253 000000001025a1f0f1ec947ff1c39a2c56a8d4aaaf7e1c21e5daf4e03f762535 0.00 MB 1 0
51,252 51,252 000000001f45461e76b7c9f4c4f1b70ba4045b88ef2d1c86a58cd04bf652046c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.