Memory Pool Memory Pool Refreshing

5,419 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,140 (606,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
301,587 301,587 000000000000000036ba258c5d23de6e09f8cded9655052e7b9345fea73a745d 0.46 MB 759 30
301,586 301,586 00000000000000005f05a4c92f52423791c169cc1eb0fd300a0e707477342b2a 0.11 MB 258 38
301,585 301,585 000000000000000063640cfbe25450bc879ccbf02bfdb485d64dbd00ce5fe9b4 0.11 MB 162 25
301,584 301,584 000000000000000072652ccb55905d5f6676aba8e23af448e7eb23af2fe50e39 0.24 MB 413 33
301,583 301,583 00000000000000000b7ad1bb19fe783c55996cbddaca06d9021ffb46eb41e633 0.19 MB 461 37
301,582 301,582 00000000000000006bd7e669aef50313b08f4d757f6c0aeaf55a7254cae8d6b2 0.07 MB 123 26
Previous 10 blocks ↓
Total Size: 769.81 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,680.54 GB sent, 96.96 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.