Memory Pool Memory Pool Refreshing

775 transactions
0.29 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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 765 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (88,882 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
819,027 819,027 00000000000000000000848f62ba5412f8c51101598551bbd71f8255fdba2bfe 1.71 MB 2,149 36
819,026 819,026 000000000000000000013ba822d10d781ed8867c99d4781927fd6700e09ef8a8 1.69 MB 3,073 42
819,025 819,025 000000000000000000011bba2f0a981d919248f098ccfdbf29a12bce6dbebdd8 1.63 MB 2,850 42
819,024 819,024 00000000000000000000bbed484188bb3ae4be8039887f769d2748d04b373133 1.63 MB 3,236 47
819,023 819,023 000000000000000000026739388f46a4646f42d5970a53210bf48791e66e1cf7 1.67 MB 3,595 48
819,022 819,022 000000000000000000004ef57c1b9c4b85befbdeee331921417c5ea8943b9af5 1.78 MB 2,608 54
819,021 819,021 00000000000000000001eb431f0521ccbdd075ef9b003ad4755a149ca18fb715 1.60 MB 2,864 74
819,020 819,020 00000000000000000003244038c3ba731cdcd0832ade0f2e74d36bdd7d53a3a8 1.58 MB 3,451 43
819,019 819,019 00000000000000000002328cbaec0b4b9e9a54ea2d56764e6dba6fef41f6b9e7 1.56 MB 2,819 44
819,018 819,018 00000000000000000002b73d34a234de86e436dbf217d187c0d260b8cd1b64ef 1.60 MB 3,269 57
819,017 819,017 0000000000000000000093d7cd09b37dc9dcc4d7e0809a11c7eba2d1b4dfe73a 1.55 MB 3,580 80
819,016 819,016 000000000000000000040fd740a9bedf70a86eda986660175950556f334bff17 1.58 MB 3,637 73
819,015 819,015 000000000000000000033615fbb74062a0c1409dbdc9596dc0e7bee5d183adcb 1.80 MB 3,346 29
819,014 819,014 000000000000000000016bdb94e2cb5f53c63b5254cfbf2931d5edf9223c10b9 1.57 MB 3,683 52
819,013 819,013 000000000000000000008f809ae0962a4762c41db8207e6277e7e2390e56fd92 1.59 MB 3,200 52
819,012 819,012 000000000000000000027835fc16274228b7418f1fcf2249a75241099ef94e84 1.61 MB 3,426 56
819,011 819,011 00000000000000000003aae86cd8ac4b81d0185cc918b35f2c291417f53aa201 2.05 MB 4,319 32
819,010 819,010 000000000000000000004ee6ed13e8e126b3725a17535dd8f6e903e4c72b65d2 1.71 MB 3,534 41
819,009 819,009 0000000000000000000329fd414491712997626ef31661a657ad4d881bdb3c85 1.66 MB 2,629 39
819,008 819,008 000000000000000000005731959dc6a0fa0ca778d24fd257437131922cca63e8 1.94 MB 1,691 35
819,007 819,007 0000000000000000000188042a82a20f93c4b70f1ec28c2e6e78a1723f5b6e05 1.71 MB 3,225 34
Previous 10 blocks ↓
Total Size: 769.37 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,643.91 GB sent, 94.80 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.