Memory Pool Memory Pool Refreshing

9,290 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,849 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (714,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,226 193,226 000000000000077c89356c3a8fea04aac58fc1d82559628850647188d8ced17c 0.00 MB 16 120
193,225 193,225 00000000000006b57d102c45f7cc480145169b46d42e02bb2910cde2b2ecdfd2 0.09 MB 197 90
193,224 193,224 00000000000004a701b9c50c1ec8c9a81792203f0b8a499797e36a6363c7ebd3 0.01 MB 17 166
193,223 193,223 000000000000011d296c7359a7e05ebf122df21652f55efba1d2ad8063da7205 0.09 MB 247 136
193,222 193,222 000000000000053d8fdea3151905b3b8e1325c638d3c4b2659241ab01340446d 0.02 MB 62 151
193,221 193,221 0000000000000014371713a38c448566a1a5c25f41b34a6fc28096b239afd218 0.00 MB 11 310
193,220 193,220 000000000000043b55dc66296eb4cea239e797b39e66d749d5376e0fa572b1df 0.04 MB 65 75
193,219 193,219 0000000000000055d86186cbf92eb786e533bee5f99373734bc72134462a13f0 0.05 MB 128 69
193,218 193,218 00000000000007641e14a6e092131a15e2e3cec8b2839990ea200079e42ed51e 0.11 MB 231 106
193,217 193,217 000000000000023b521800777d2e1761a6da60602ca4cbb2d01f3050680ba4f2 0.03 MB 112 10
193,216 193,216 000000000000083ba46ea1e709d84c4cc7249c1508698612ca575926e8ae2d86 0.10 MB 256 296
193,215 193,215 00000000000001166bced88174a6f16cf647c8b977cd25ccf6b2c3c06b17fc62 0.05 MB 119 33
193,214 193,214 00000000000005ab5de89122020bbb3fb138043a54b59fc1372b0b786e415319 0.22 MB 456 131
193,213 193,213 00000000000000d59df330604d5467d48371967a83a2c0f2eed776ab99d569ea 0.14 MB 256 94
193,212 193,212 0000000000000463ba2ba8f2bbdb811156e8c992aebff3b824038df4c31fdd47 0.00 MB 12 59
193,211 193,211 000000000000042b71c6d8b84f8084e52b20cc1a931fe218b93d2c561ac2e44f 0.17 MB 270 103
193,210 193,210 00000000000000c56adfa219f0ce00200da5c2e83135603ab0c24e020427cb15 0.05 MB 142 74
193,209 193,209 000000000000001e1955c8982f5bce6d09589832025b549ae48d08dc1836cc27 0.09 MB 235 107
193,208 193,208 00000000000003d354057d1f93961058a8462aaa2408f718748962c1d41038c8 0.10 MB 256 118
193,207 193,207 00000000000003ecf23c1ea432fd8798bd6f3585ae0890d9273ee9bf1880f2b4 0.10 MB 256 167
193,206 193,206 00000000000006e583960016df6170412431d586a9ef9846360a78dcd7cccc6d 0.05 MB 144 134
Previous 10 blocks ↓
Total Size: 768.98 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,616.46 GB sent, 92.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.