Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,651 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,650 (869,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,333 39,333 000000000a0e06c78b106b48d30b55bd2e5076aa13619072161145855b2eb93c 0.00 MB 1 0
39,332 39,332 000000003ed633e9a7a70e93d76136697c5b6f1b60fbc6dd8cd9c3399ce8faa2 0.00 MB 1 0
39,331 39,331 00000000318c1d3908727c132eb83fc51e8712ffdae4ece6d8b7e9187c2ea9bb 0.00 MB 1 0
39,330 39,330 000000001beb74779994f0b2759e6fb7336020e1223a8b793b638065ecf706e1 0.00 MB 1 0
39,329 39,329 0000000007ebaa2235b0fc9170a6c94871ef3f9755f8827cdddca9b4f2416aaf 0.00 MB 1 0
39,328 39,328 00000000067c7bb2c02df33546a530fd416887ec9175e967365e25fd1bc7fd47 0.00 MB 1 0
39,327 39,327 0000000073b5b1561ade1ec2fe119caba25ecfd15d521b6c0d4035d002cc948a 0.00 MB 1 0
39,326 39,326 0000000061b60d49703d25c63d819d955c7ceb002ceba7aed913e38f700e9339 0.00 MB 1 0
39,325 39,325 0000000003ea75ea439548df29fee601e0be76a927aec8d3328f6bbba5a1152b 0.00 MB 1 0
39,324 39,324 0000000064dbe3b8ddd869b2df829203292d87eb5897537314de063fcdb73943 0.00 MB 1 0
39,323 39,323 000000000699adfb9eaac254ba5ceed9106796e821947ca23f7665fa771971e7 0.00 MB 2 0
39,322 39,322 0000000008e364d354bbf2ac99f87fb16d2fa8958dc3c7bcf436ce0279be53b4 0.00 MB 1 0
39,321 39,321 00000000344211c1988223f0a401b9c11be46e1e75cfa5da970de2019a1b6f7d 0.00 MB 1 0
39,320 39,320 0000000064d76c7c58f9cb6a38b83ec22c9a54b847a80635101179736a601993 0.00 MB 1 0
39,319 39,319 000000001c354c4b197bf7c9b0990d3e10bd930c6e004a53050eb01a7ddb656c 0.00 MB 1 0
39,318 39,318 000000003816cb4cb0e18de90a6d1bce7b600959c63f37f50009fcad80de36ca 0.04 MB 2 1,010
39,317 39,317 0000000079982ad6bc1a10c6dcadae3a80927627f495dc364d5266a242701b8d 0.00 MB 1 0
39,316 39,316 000000008b69f1015fc8a2b29adae11c78925045569b60244ef05b698b6e0cb8 0.00 MB 1 0
39,315 39,315 000000000e094b5a01ffb2466676b87479a1a42e29e13ee92d929db508f6e751 0.00 MB 1 0
39,314 39,314 000000008b71719209411a9181c7bb492b4f7771755dc08af0def9ee18960ed3 0.00 MB 1 0
39,313 39,313 0000000009ffad134e1418f5f88e563f7fd6d2f3ee0e97e28fe0290526c8c32c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.45 GB sent, 101.45 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.