Memory Pool Memory Pool Refreshing

1,061 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,998 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 1,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,997 (695,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,294 212,294 00000000000002914a08eec67665ab3e2922fcca61cae11838c4b84730697cf1 0.16 MB 420 192
212,293 212,293 000000000000046aa45ec0ce8b7a4bfc088b18bd31ae92e984da4b37de85b34d 0.13 MB 262 131
212,292 212,292 000000000000013a4b8cdd5afba7226a76f5cfaa2277c9d5dca004980a9a48cc 0.08 MB 151 158
212,291 212,291 000000000000010a5d374e4b731c1b065d9dd5e6d8a756b5d49aa34a37dcef31 0.19 MB 468 164
212,290 212,290 00000000000000c75df8711c8ea3f433eff61c100f05dee989f6bcb1aeee4104 0.33 MB 645 150
212,289 212,289 0000000000000218c1b89dbd888288e752e40b4f8ce674f4b49a01f6497d18c1 0.21 MB 533 226
212,288 212,288 00000000000004bb2f2d22862b43b8c3d2512e61a7003d6b784aa4ef1357755b 0.05 MB 73 144
212,287 212,287 000000000000047843416afa6b6b0242ac0e565c74c5b79104da09f92114e26e 0.09 MB 135 122
212,286 212,286 00000000000004e06b0f452f40f92aaaa225d8af5b1e0a200a32676e35991210 0.06 MB 106 126
212,285 212,285 00000000000000c2da92804b696ea1a4821f619e118e795bd641dd07ed09c685 0.00 MB 11 393
212,284 212,284 00000000000002d4fb4f60dc57d997ec06fc9c4a7c7a9140c06f8deff4391877 0.13 MB 294 162
212,283 212,283 00000000000004f6ff04d8d3ed22c1ed26921a0ca1f16f174c40a4980d69371e 0.08 MB 134 116
212,282 212,282 000000000000041895f0e37de50928a463e920ffa2c09c29f710007e9ba4c4b3 0.19 MB 512 208
212,281 212,281 000000000000035a777cad272323b5e0c82d2b7279ea5f6f7fcefd64f22b1595 0.10 MB 174 132
212,280 212,280 000000000000031f2dc8a5eb58b3b4545441ae0074fea41f5df21ba5e5afdebf 0.15 MB 371 191
212,279 212,279 00000000000000346b2ddb700cc65fc3d56a0a81d80e5dd77f5f381b8924dad2 0.05 MB 130 166
212,278 212,278 00000000000002f5a0af7bf5615b54eb78c520caff7627b450691265c48de20f 0.05 MB 111 141
212,277 212,277 000000000000001cebbd16d278c947b9780e97338246f64a6216d191669be80a 0.09 MB 210 135
212,276 212,276 0000000000000076d2a79878a09c7f3ccaf48c04845fcc8ab3b1e72a502b5c56 0.04 MB 78 134
212,275 212,275 00000000000004dbc953da2d3a6b60196076293aae5343cd85e0c362688e4273 0.05 MB 115 170
212,274 212,274 000000000000046fcbe902d8b76ffef9e859269a8a4c822ce512d7d4dbe58e00 0.23 MB 437 100
Previous 10 blocks ↓
Total Size: 769.54 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,648.23 GB sent, 95.64 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.