Memory Pool Memory Pool Refreshing

14,156 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (15,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,306 892,306 000000000000000000004358ba5dd98d831d79f45239a0e2bc19416bc07c6a50 1.67 MB 3,309 4
892,305 892,305 0000000000000000000058e5584ed4df0ab6cdf4c968882e7ea015c892c5309e 0.91 MB 2,035 1
892,304 892,304 00000000000000000000da235ee5f29befe8ec3438b15dddb4ee83d1f5df9929 1.67 MB 3,961 2
892,303 892,303 0000000000000000000049b86be7afc4f7b1c250d56b760126f29fd353261b7c 1.55 MB 3,215 2
892,302 892,302 000000000000000000024f7643c05e242bc9b0c7a6216526be75ba8176a5a325 0.29 MB 874 1
892,301 892,301 000000000000000000020ebc19e98ccdaba1a6b09cb2be4cd987bf62bc2085d0 0.13 MB 384 2
892,300 892,300 000000000000000000013143a1009860717c85986cd3363232d19caf2c480abd 1.29 MB 3,639 1
892,299 892,299 00000000000000000001cd85bc43c3c56fe94a552d247e0a6d1cd7cb00edefff 1.64 MB 3,878 1
892,298 892,298 00000000000000000000d9a16149d0070c00207af144ff183e73eef07f13108a 1.61 MB 3,282 2
892,297 892,297 0000000000000000000232c6fb92cb8f67344f100b6fbdab50d32284db080cff 1.08 MB 2,562 1
892,296 892,296 0000000000000000000010d3571d46f9ff660817d97ca32969c5ca62a5341fd2 0.02 MB 63 2
892,295 892,295 000000000000000000013c13419e566ac96535096b8eb6981ef3975160de09a2 1.21 MB 2,589 1
892,294 892,294 00000000000000000001965a112638d4016c4deecc022a4563dba2261468ea7f 1.78 MB 1,184 1
892,293 892,293 0000000000000000000055cb76331552f7894be4238b311733d4f0486dd8b70b 1.80 MB 3,825 1
892,292 892,292 00000000000000000001caf568dafeeea153c57adab000efabcd823a168c20d9 1.64 MB 3,784 2
892,291 892,291 00000000000000000001e2d9c3fe6fb1a9891d8cc5f5fca27b2e318fc7598586 1.63 MB 3,557 1
892,290 892,290 0000000000000000000165526bd47cf6288519c00d27dd99102b7ae2c16e722b 1.70 MB 4,233 2
892,289 892,289 00000000000000000000e1c30f1bf4c4477660ab3e51a4a82745f20e3872eed0 1.72 MB 3,056 4
892,288 892,288 00000000000000000001ec759f74a72568d7e704db29a6261c5772c824c3f9ea 1.71 MB 4,223 1
892,287 892,287 0000000000000000000133ba364035373e1569d5320ff546ace80b70d8f18e8e 1.72 MB 4,643 1
892,286 892,286 000000000000000000020989614c42589117e28c43f311c00cd6fee13536dddf 1.60 MB 3,272 4
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.