Memory Pool Memory Pool Refreshing

958 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,668 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 953 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,667 (876,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,432 32,432 0000000069565612bda141428d68fb0fe5ab07c4ff0eabb6751b7e82ff06a630 0.00 MB 1 0
32,431 32,431 0000000069c7ecf1f18f4978826ba34df845eef2e1a709bde9baae0a965bba8e 0.00 MB 1 0
32,430 32,430 00000000c485cc9e93bce830f5fb3a0ece0d8320f1dd326422af2f39fa33cf5b 0.00 MB 1 0
32,429 32,429 000000009cddf540a92b8f664bf483bf52b78cb417d9bb994b6f753c2d120396 0.00 MB 1 0
32,428 32,428 000000002f6170c5cba16e80b0b04cbe1a98e54c84d7909b144c186aa2c76599 0.00 MB 1 0
32,427 32,427 000000007ac723863a72b424fc50b67194ade1838caccaaffd653064f7c10ac8 0.00 MB 1 0
32,426 32,426 000000004b25a842448fbea768b03925ed327a8ab8c50d500e1a112d2e6fd624 0.00 MB 1 0
32,425 32,425 00000000a3b65c186b272b8105156ff5ac2b370c1ffa9188292790fe27328c18 0.00 MB 1 0
32,424 32,424 00000000d27e2faa35912f3960d418f1bed71702809d25dc7cb3885993bb1fa4 0.00 MB 1 0
32,423 32,423 000000003fa00f09651813206e7ba1bc46d10ebf62b1d0d61d4d496080ce7d55 0.00 MB 1 0
32,422 32,422 0000000040b30b7cfbd6e84d79879c6afb799b3fa0896ea3d5eabf9f2a333ff2 0.00 MB 1 0
32,421 32,421 00000000492810b4e790556f716a6acadc28cbafb684d4c0e3354d6b448a881f 0.00 MB 1 0
32,420 32,420 0000000004fd61632e6f0255d9e09ecd1ecfd7c0dd5122a23f64bc988c34bea9 0.00 MB 1 0
32,419 32,419 0000000010ffbe1354ec5c27b1c3156d610eb9abfbbd3ba9f662e82e9afa58a5 0.00 MB 1 0
32,418 32,418 00000000ab9fa49dd8886f559590ddfb819e8380cda9f88001a842a2a773bf9d 0.00 MB 1 0
32,417 32,417 000000004905a0d1a1a350e3378926d6b35eb434a4942603f8711b3132474b6c 0.00 MB 1 0
32,416 32,416 00000000cef520c344861bbd8356e70e345c9bf312683717edc5b3b96ef559cb 0.00 MB 1 0
32,415 32,415 000000002783c079664e0d51c17817265f4eb5671aa159acca0ac69c1839fbd2 0.00 MB 1 0
32,414 32,414 00000000600ed6045c5c4e9ed034191636ad36dc03153641a9bf94ee0fd01f3a 0.00 MB 1 0
32,413 32,413 00000000269c7a01a848f892ccf5f56a0862ff1a1b37519fe1316a4bc9f1c443 0.00 MB 1 0
32,412 32,412 000000005988effcd5e63c642982d157f2f46d8e99b01d6e36fc56065b835e90 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.34 GB sent, 101.65 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.