Memory Pool Memory Pool Refreshing

7,561 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (643,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,886 263,886 00000000000000148029c4fdbc977b5a2b171896e77b5c76a78d044f4395d29c 0.06 MB 141 124
263,885 263,885 000000000000000304cc84e0343f33899b09c245cee3e32caeb6c65b72d306b1 0.02 MB 48 78
263,884 263,884 00000000000000144b215b332700ba7f027cf213d90251d06a089b5670bf5af7 0.02 MB 65 30
263,883 263,883 00000000000000032deae830e3627944d1f607cfd0073d8784e5560fe221c133 0.23 MB 335 74
263,882 263,882 000000000000000344ee794ae94cd7e4da9aab5a5d31f14569c4c6405d23ac59 0.25 MB 448 5,101
263,881 263,881 000000000000000dc2f62252b1154a6d6d444b3dc088b60f87624288a5db365b 0.22 MB 580 101
263,880 263,880 0000000000000004e095f71d3e7dda2f5625452935c9eb2f5375ac04ca09f3cd 0.06 MB 154 113
263,879 263,879 000000000000000d32c2e061caf2dada58b93a56e6abddfa8f1e43b8809f6aa9 0.18 MB 365 113
263,878 263,878 000000000000000c6a6792d91bc1dc83ca7844fa9a62307d483a7cc35f6c24ea 0.26 MB 751 156
263,877 263,877 00000000000000117964db32dbc6865eaa1e79986c2f131b75f0946c91f46868 0.09 MB 221 87
263,876 263,876 000000000000001172ed1d286b857aceca5c263154938eba973185fedcf58b32 0.00 MB 20 54
263,875 263,875 00000000000000066627fd004e9dffc0b9241c011925e65c8c4140077a2c2825 0.02 MB 36 113
263,874 263,874 00000000000000002c43ad15e8c5f2823b7694618547e3a20296570bc96cd73e 0.09 MB 247 23
263,873 263,873 0000000000000016785a9491c9118d6254cf58e32eb7df7e1df21e7c53915411 0.09 MB 151 97
263,872 263,872 000000000000000eebc0ca3b0096bd20f0ec0864d3e7af00f5685bb2feeb02de 0.03 MB 74 14
263,871 263,871 000000000000000743782c24613c56abfe7bbe9691b3b1848e8ff7bfb4b60b82 0.24 MB 561 119
263,870 263,870 000000000000000da06eb40601c4fb5ff4d2f9691ebe6a97d2cbf02173e8e7ad 0.35 MB 704 56
263,869 263,869 000000000000000d7e2fcf288bc8c8c2e2540bbe629227c6a09b48c4e94b3d7e 0.25 MB 652 164
263,868 263,868 00000000000000158b405898916be54accfebf5ab0624946a6d7c858570f98a8 0.20 MB 471 140
263,867 263,867 0000000000000013c7c68828cb80a9a0ad0fe2ba37999fecaf359b33a744e359 0.10 MB 252 107
263,866 263,866 000000000000001643fd60ea6a62a83580003ac6c7b527bfab7455f68876aa25 0.05 MB 111 79
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,624.86 GB sent, 93.01 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.