Memory Pool Memory Pool Refreshing

1,983 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (586,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,792 320,792 000000000000000015c4fd3f1f004d9ce3003b394175a89b151b0e512a9ebc68 0.10 MB 227 30
320,791 320,791 000000000000000009aed9e8d7286a0dd593c1ae8c2c3908ed963070b15b6244 0.50 MB 1,002 27
320,790 320,790 00000000000000001f47d350cf6287a271e34f6a351d435473491742e44fe70d 0.48 MB 541 20
320,789 320,789 00000000000000001c5f9381fd76311340ef169e3a9791bace2f6a7b5648e479 0.02 MB 49 29
320,788 320,788 00000000000000000fb1a8dd93164324224e418c5771ac0419d5966a11ebd568 0.12 MB 217 24
320,787 320,787 00000000000000002490bdc187ea4e931643a9d1b090e968f1c0d8a097ab52a8 0.22 MB 414 25
320,786 320,786 00000000000000000f80e418440eacb5a3644cdc8033034d26035250e643244b 0.11 MB 207 24
320,785 320,785 00000000000000000cbd9aceaaf2d791372254be81aaf9c76aef7eb1301a3d6c 0.05 MB 88 14
320,784 320,784 000000000000000005219709a2308e1bbb6821c6860006576646e606289d59a9 0.08 MB 156 26
320,783 320,783 0000000000000000195782026207d15a9428cf2aa037cd2ef7332be7a2018f9b 0.23 MB 417 26
320,782 320,782 000000000000000001860a291e90afb8d370d352906adf8520d0710c87977e51 0.47 MB 820 26
320,781 320,781 00000000000000000f2cea0166a3fd103701741653fa03cc2a66881ee44434d7 0.37 MB 575 27
320,780 320,780 0000000000000000204880b6d6a0818a53545ceadf8b18aa986072f757e3dd79 0.02 MB 24 13
320,779 320,779 000000000000000010793fe912be11922aa7159017ee33c806237378945a4bf8 0.32 MB 526 26
320,778 320,778 00000000000000000709daeb3405d48e64bb22362f7c8e2633834f935f79a0ee 0.17 MB 373 29
320,777 320,777 000000000000000007cad733aead65503953418297ebd8344d4bf5da7fabf6f0 0.03 MB 16 7
320,776 320,776 00000000000000000c9d751129ddf5c14855877c7a17630c503923fe952e47c5 0.09 MB 184 27
320,775 320,775 00000000000000001cb597724f24248c93d4b0b770cb83b37e7676c27ea30b91 0.13 MB 204 20
320,774 320,774 00000000000000001aa222b2cb82979dd70ecb9b37257306e69842aac9d7891b 0.17 MB 311 23
320,773 320,773 00000000000000001e9632b90657ebaa49a45670a5c273110af8554af0b22105 0.25 MB 370 35
320,772 320,772 00000000000000001af895ed026915b5c05cc2b24d9fba69e5cd0d8296c504e8 0.01 MB 32 39
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.23 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.