Memory Pool Memory Pool Refreshing

7,400 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
2 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,654 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,201 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,653 (48,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,637 859,637 0000000000000000000144200f20774e40ca6c4dfd54bc454fd45ab2084b631d 1.57 MB 5,277 4
859,636 859,636 0000000000000000000089c758535c0f967a8e42f4a8824d9cb53f98744f3b20 1.83 MB 6,328 2
859,635 859,635 00000000000000000002f66d17b8db1023cb34a647997a0ec16b52fd1932c24f 1.57 MB 3,445 5
859,634 859,634 00000000000000000002ead95f87388c08c14e9e8be80266207100ea9cc4f2f0 1.64 MB 7,655 2
859,633 859,633 00000000000000000002cf022f50825827815f1ac6dd25f4cac9cafcb3ed7c2f 1.67 MB 6,451 3
859,632 859,632 000000000000000000012f77525c393a3dda82fd72e38b5bcaacf396f144dbdc 1.60 MB 3,241 4
859,631 859,631 00000000000000000000c6b247db31e944b6485dd09dec6f43cd38aa664f24c2 1.52 MB 6,456 2
859,630 859,630 00000000000000000002f7a915968f9e3689caade4f4ad1473971952a94a3cdc 1.97 MB 3,041 3
859,629 859,629 00000000000000000002dc0521513a5747bf4e3ac58f0c85aaee962bc8a38f77 1.59 MB 3,299 4
859,628 859,628 000000000000000000014b9e607bfb2616c3955530ed0d5412c3cef490b4549d 1.65 MB 7,081 2
859,627 859,627 000000000000000000004f3e825444d8c465065ddb0fc8e59c8735c475b39a85 1.65 MB 7,690 2
859,626 859,626 000000000000000000018b60603d3768e489829841d7ef70a14e359837ef2117 1.72 MB 5,410 4
859,625 859,625 00000000000000000002fcc5b950ecd029ebe276f45fc6b105c9e0919a9183a9 1.64 MB 7,617 2
859,624 859,624 00000000000000000000701c5347a7869894ee14af1b3c34d9fd9e7762284355 1.70 MB 5,912 3
859,623 859,623 000000000000000000012ecf0f010e2537cb94fb9852e355a09ed81c9812386d 1.63 MB 7,365 3
859,622 859,622 00000000000000000002747db81680839a5ad033e74260d43aad3aec04e0788a 1.64 MB 5,261 4
859,621 859,621 00000000000000000003179a1da4b58e53285c5cc444cd0ac3a7152216f13d8b 0.00 MB 1 0
859,620 859,620 000000000000000000021e3b501693d72510b1b1e8011bb53c4b45d78e018c1b 1.78 MB 5,020 4
859,619 859,619 0000000000000000000184c49c8b744ef8e9cb166f8cb0bf0651d228a63fff89 1.54 MB 5,706 3
859,618 859,618 00000000000000000002f770123431aa6f2db82ebf9587aa6dba4ed023ffca72 1.68 MB 6,401 2
859,617 859,617 0000000000000000000015bc874821b424f9cfe51f748da210999a96f404a5da 3.17 MB 737 2
Previous 10 blocks ↓
Total Size: 768.90 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,596.63 GB sent, 92.25 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.