Memory Pool Memory Pool Refreshing

1,331 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (869,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
39,312 39,312 000000001d64a965ca35c19ac3388ea64b2b33f88c2a4c0aef0a98df395cddca 0.00 MB 1 0
39,311 39,311 00000000065b96328a9d932dda786606aec66540bc66572fc41fbb5526b05ab6 0.00 MB 1 0
39,310 39,310 000000002a2d24dd41a220485d2e9f9ae2b01c3577489f5a33b36b09e90a42ca 0.00 MB 1 0
39,309 39,309 0000000054337806c1f20a7402c80ad0d36ac8b6809b0d4a4e7fca657e53f92f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.