Memory Pool Memory Pool Refreshing

8,219 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,882 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (606,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,608 301,608 0000000000000000277af0ecc011ac21c30b5c3411cd9abeb7333d2876827b35 0.23 MB 441 29
301,607 301,607 00000000000000003ebe68c7855e1fa4ec378dca75baac08b52329dca7223532 0.05 MB 36 9
301,606 301,606 00000000000000004d482bd7d706ddfded65a843a6c4969975274e521f31edab 0.06 MB 130 30
301,605 301,605 0000000000000000008814140d96432f7d55b4883a2ee35ff74e28a2fa6ae633 0.48 MB 609 22
301,604 301,604 00000000000000004ccd14163f1ca14bee8976d717c0041b3cd879b59b668e21 0.14 MB 179 21
301,603 301,603 0000000000000000419f0aff8a462c44d8de697ec47dc23942d3d304aafdc4d8 0.31 MB 611 42
301,602 301,602 00000000000000000093c2d3df2d857855cac40f76a8aac338d1a8ae80edc2ba 0.33 MB 530 29
301,601 301,601 00000000000000000ead697c48946b6f39745a32cc21ee6965f41ea389395ae2 0.04 MB 36 11
301,600 301,600 000000000000000031194707ced2a733deef9fc6839c501f30e8881b78fd9d5f 0.11 MB 218 38
301,599 301,599 0000000000000000650c5567e2814ef48315e610134f30806f63e13fca9ab68c 0.62 MB 411 14
301,598 301,598 00000000000000002b6b0a2f95c7f031d7c10095f30ab7755b2b65ebaf7fc229 0.35 MB 830 42
301,597 301,597 000000000000000052f676ce6494f10198ff2ee3157de9f449711431ea86ef82 0.10 MB 256 43
301,596 301,596 000000000000000016467960dc43772d1d05a0f3f038b81f779b3ad4136d295a 0.35 MB 934 40
301,595 301,595 000000000000000055af1b2188895541b3f229068be5ad63c2bc6a9aacbcd42a 0.35 MB 573 26
301,594 301,594 000000000000000069b689122cca2745f383846f1d66d5ef0547b6363dd3c466 0.25 MB 599 31
301,593 301,593 00000000000000000d13a0f8f9b1a7fd1d643c905badd5c029075c1146ade811 0.18 MB 512 90
301,592 301,592 00000000000000003c297ae5e6f7f0865591c0672accf2fa9ff708259929bfbd 0.24 MB 326 19
301,591 301,591 00000000000000002fbfa9cf118f36928d12ac9318c417154ec23bf90681b397 0.17 MB 512 49
301,590 301,590 00000000000000003102b0427594c115d83efd76d926e76d8ca16992f499e166 0.28 MB 439 25
301,589 301,589 00000000000000006fd26e56ae3a0c819eba360ea0563b0e4fccbb1cece77250 0.30 MB 504 28
301,588 301,588 0000000000000000326543a124e5705ad5b11cc1e6e71a7c5d6d86b3d7a1d653 0.19 MB 305 27
Previous 10 blocks ↓
Total Size: 769.03 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,624.91 GB sent, 93.01 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.