Memory Pool Memory Pool Refreshing

6,620 transactions (2.20 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,090 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (894,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,593 14,593 000000009668a1e57b951a562047068ed376bb81633c46351d75f558f157fb24 0.00 MB 1 0
14,592 14,592 00000000846148aa55376cd77a9374161d26782b55cd6f60f5d57bfc897622dd 0.00 MB 1 0
14,591 14,591 00000000f197ec0c0e3f7072a6f306bba404ce761856bc5c95424373bc9ad19d 0.00 MB 1 0
14,590 14,590 00000000f95c9a53fb1a1197b3f458e7550a3119e6e7c6ded8798d60e5dd2409 0.00 MB 1 0
14,589 14,589 000000008532d997326e150e48fe58beef19e8a394cae4d41fc85d1b03ae3e43 0.00 MB 1 0
14,588 14,588 000000005ad5ab1eb1b047010e101301de8d6eff7446304b6ea0970858ddc8ec 0.00 MB 1 0
14,587 14,587 0000000007603f9dba2a918530abd95c0234934fde049735a83967d5b0962070 0.00 MB 1 0
14,586 14,586 000000004772d93eb71fc95aec076ff1cd0566467e5e6a84c6e4c49c990c6770 0.00 MB 1 0
14,585 14,585 000000008a64aa0499b835dfb61885dc0ce42b9b6d2936ec910f9d72ab05f619 0.00 MB 1 0
14,584 14,584 00000000fe8293dac8de814c03d84d56ddde00868439c4f655fb270f64795cbd 0.00 MB 1 0
14,583 14,583 00000000da2e663b61d5d815abfc96eaef25047a692c11d26942e6d221ff4e5a 0.00 MB 1 0
14,582 14,582 000000003474233ac87b1bd09bcbf942f50f7d37d56e952566b0e3c3746a2145 0.00 MB 1 0
14,581 14,581 00000000d9564580301ef18eafe906660286e9246062e2f0468788cd3f5ccb5a 0.00 MB 1 0
14,580 14,580 0000000062f62bc556303060d3c4bdeb41270f6e0a3d5e727745d5a38c0cfb20 0.00 MB 1 0
14,579 14,579 00000000aba330de39d70f742be1f4f4584017f219b2a44834c0a75f6d5ed06f 0.00 MB 1 0
14,578 14,578 00000000213269108c96a8a3f374cc1b2807b7a8c1515051935c1d159f090037 0.00 MB 1 0
14,577 14,577 00000000a82e2776bea8102473f969122612fa96df2cc28aa4e9611c25099530 0.00 MB 1 0
14,576 14,576 00000000c7af40724450522fd132b1568c8a9c9496e14e98260f20e395626991 0.00 MB 1 0
14,575 14,575 00000000544461b955887589e18fdad0a449af20c504cda1c5e1acfa132575aa 0.00 MB 1 0
14,574 14,574 000000005e9c74345050076e47e6eaabec95a0a5c2484699a9efa2b6543e50dd 0.00 MB 1 0
14,573 14,573 00000000dcd2f30893e7b4593091265276897418e1c18fd9126c386d4143ae34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.