Memory Pool Memory Pool Refreshing

9,801 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,851 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (712,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,796 194,796 00000000000005af9a3ef377c23fd551407ac9e2a62ec0091601fb702725b9d4 0.12 MB 256 129
194,795 194,795 000000000000059f0132c57e6d6a1650d86888b1804822370a83ef38a825e5ae 0.12 MB 256 102
194,794 194,794 000000000000001659495d581e42e862747576b9875f6de9b1118ce6957816d5 0.08 MB 160 122
194,793 194,793 000000000000064391c227fe1a67fd15a11fc9c4f8cfa60d8cf5fca2395e9f14 0.00 MB 10 15
194,792 194,792 00000000000004b1b979eff93aa4e5a66fd4453fb736b99cfce1d819aa3862be 0.07 MB 113 73
194,791 194,791 000000000000051b1a8e290a808a2648689939062feae15d98a6e0b50a838ad4 0.18 MB 387 113
194,790 194,790 00000000000006775c10e2cc241ce0fd43c9bbf297ffce3d7d5083f177935b6e 0.01 MB 15 142
194,789 194,789 0000000000000104ddf53915325baecae5c7e2108b9908bf13a27fbbf6fcee4e 0.04 MB 128 151
194,788 194,788 000000000000037b57462957978f13abbc5e4580498619442f03fcf364ee43f3 0.24 MB 512 29
194,787 194,787 00000000000002cf5c6060fc560c14ea373737ce9176eb24f550019249ecc257 0.25 MB 325 91
194,786 194,786 000000000000079f840da8d5118c36bfa1d2b5051d086171cedf4b0a4aa686e0 0.07 MB 120 856
194,785 194,785 00000000000004fbcc1d11fe0ebf6ff41073d0734cf888987e2b1aa5497232c4 0.04 MB 66 281
194,784 194,784 00000000000001cded851b2188bca65d6b20001c7234e4ebc2c297095e077742 0.02 MB 33 38
194,783 194,783 000000000000056ec055f72a5001969bca5f347f8d54323e5362f4cb14877c7d 0.07 MB 158 124
194,782 194,782 00000000000000372d166ba3e0f49cd6a47310d85318826d0e856d4ab685c90e 0.29 MB 578 157
194,781 194,781 00000000000004758cbe0866a5d4e5764c436bf17fb9af508c5d8e16d02e590c 0.23 MB 512 84
194,780 194,780 000000000000003dc9bc9fc382e51cd6fa0026957c7724086ddcd18436e00092 0.02 MB 70 93
194,779 194,779 00000000000001bbf3461708b63c98903e289fb6250a6d35fc2145f89cb4598f 0.05 MB 120 112
194,778 194,778 000000000000052b46ab5543c156ea83999a3bda8bd498524511146e11c25cba 0.22 MB 512 320
194,777 194,777 00000000000003bc116c774b4e59fb54c577991fba602fd7751921de3c2db748 0.00 MB 11 65
194,776 194,776 00000000000005bce98fb40f54345c69f30645e562cbc9de3cf6c50d005d8673 0.01 MB 18 128
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,625.30 GB sent, 93.03 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.