Memory Pool Memory Pool Refreshing

3,651 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 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,835 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,251 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (724,680 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,154 183,154 00000000000008c8d29b3cf13c2e0a3a123683f8a9984a101c7c5ee6a256757d 0.15 MB 393 166
183,153 183,153 0000000000000045a7f86a2cd00497181905137fadabe1bc320474b929564ac1 0.05 MB 134 104
183,152 183,152 00000000000006b1bd8ec569860308d8398f352c224f0d5125ca3e8567335920 0.14 MB 326 128
183,151 183,151 0000000000000491a162a6107ab9ae6ed7cfd9ac821ea254d6aaf2c1a342142b 0.11 MB 290 147
183,150 183,150 00000000000008d4f699be4d46df576a567b653408cb694f9e08ed9864a924e7 0.14 MB 329 138
183,149 183,149 000000000000012e657206eb808a41689700f2c0b48e3649a2707c704c5c53fe 0.05 MB 120 70
183,148 183,148 00000000000000ff8c077b8c3d8c1ec64fe945cb16210346fd711ccb196214e1 0.13 MB 258 116
183,147 183,147 00000000000002dfdf12d4e28d0efdee093410a499177e8002eee9e5cf9738df 0.09 MB 180 96
183,146 183,146 00000000000007a0f9f101bbf0b1c2e9ce622ceb605383aafab9c6bdb2a5f976 0.01 MB 36 55
183,145 183,145 000000000000081c498c7d6b980f744a7c98c3754045d74a2dc912e3ceff7779 0.19 MB 406 103
183,144 183,144 00000000000000761071f8c391c9ece78177ce657c8d2ca8d35107487efc906b 0.25 MB 702 146
183,143 183,143 00000000000008f72e68a717ec76a659f0aa550eabb3e5fe22c97c7c181b3c9c 0.25 MB 534 143
183,142 183,142 000000000000063e794c55d74eba3a24143e8075c27e91487d96c492b5c3e239 0.05 MB 144 409
183,141 183,141 000000000000008072fdde80a87876cf2620add940703ab2d9f6081c0adfb476 0.00 MB 12 2
183,140 183,140 00000000000006969ec9e3e3c7c92be5a162d2ef488d86fe0c71204deb668c74 0.25 MB 624 178
183,139 183,139 0000000000000782d8760d9c451ac72061277ac892611c591e9afd695ee9e43c 0.01 MB 33 158
183,138 183,138 00000000000003d30f99a87c2685d4e5070bc37ab20c5fe91304300d7e01d6ce 0.25 MB 676 156
183,137 183,137 0000000000000929b3a3c966d460cd7f6043876f77adeea0aebd9c6b37f5f6d5 0.05 MB 87 78
183,136 183,136 0000000000000582068a1745383d5c6db172fa185c88515948ac65b28a61d6c1 0.04 MB 66 103
183,135 183,135 0000000000000272a2a16775764c82df8dd3be6e6075be3621b34c08b6b811aa 0.06 MB 143 159
183,134 183,134 00000000000006d70a120e16f1debc470730a01b13513eb3acd701b83a48c1a8 0.25 MB 588 152
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.