Memory Pool Memory Pool Refreshing

1,058 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (869,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,339 39,339 000000000a1fff2beb42fc0ba2d46805254400758640a3b138835f1cad5bf58a 0.00 MB 1 0
39,338 39,338 00000000442cda376afe7a98cc615e05b0e873ff9261c29830ef1aaa4dbdacb1 0.00 MB 1 0
39,337 39,337 000000007d5daa1c0054bcbb5395164cd19015d49f21620bc16d1f39c4532d00 0.00 MB 1 0
39,336 39,336 000000004e6cb8d959a97f3100f2bcb8631c5252753592df46a3c50ab1284c1e 0.00 MB 1 0
39,335 39,335 000000008b1db9cc8c77e0c9ca186243780f7c68ccf8ccd4ed4bc2de005f8f65 0.00 MB 1 0
39,334 39,334 0000000079704c97b02632553bca598c457eed19973e364598668b697f965107 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.