Memory Pool Memory Pool Refreshing

1,931 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 1,919 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (595,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,395 312,395 00000000000000000a61884ace66c0962f34bf7f45ea4745cfc5c6910dada6a4 0.11 MB 162 24
312,394 312,394 00000000000000000cb57e2ce6acf5ba36f6e65a0c94fb7d7d6fd34243fc8b31 0.01 MB 16 20
312,393 312,393 000000000000000003d1c83fb974c6b3d51cfc6d47e88d805097d694b81a48cf 0.36 MB 336 20
312,392 312,392 00000000000000001cb92403484ec9e104cea073a8c99c59169c990fabc181e8 0.15 MB 269 27
312,391 312,391 00000000000000002c175299a0c10220896bc3d9e44e51b5ba53828ba1eb2285 0.03 MB 52 31
312,390 312,390 000000000000000020ffabffb615b2fdbdc3dc54c6327c07886ca69f90368ae5 0.01 MB 18 26
312,389 312,389 00000000000000001b13c552465781caa1f329d92f5d104aa727b7c037672830 0.05 MB 109 26
312,388 312,388 000000000000000029f7c5e4e60e63e5f59f7fa3014b0dea650aa6c50f97529f 0.19 MB 307 25
312,387 312,387 000000000000000028f96af73d5b8362149cb04c3d340ca637660990649891ac 0.02 MB 52 28
312,386 312,386 00000000000000001a8c89f5382179485aa1d2200c8707e4c8d933bd810f1c2f 0.06 MB 72 23
312,385 312,385 00000000000000001c856abccb96352620282beb0c79a5f3d379a09af4ba2a7e 0.21 MB 63 12
312,384 312,384 000000000000000002447ac75b4e82feda7f930cd81f79cb6031a31290e69592 0.06 MB 150 32
312,383 312,383 00000000000000000cf36fa41f05cbe1a60c8fb174cc440a43db7a6d9f32cee0 0.02 MB 54 47
312,382 312,382 00000000000000002eaf966d9492ad4a292f0de5dd1c63e6af68f8949727781a 0.01 MB 29 23
312,381 312,381 00000000000000003929d8fb2367ef444728b29f64c272b582cf308c6a756f16 0.01 MB 27 23
312,380 312,380 000000000000000008f0e34162d222ab6ec814982f6ff48e6860e16271dd729b 0.28 MB 386 23
312,379 312,379 00000000000000000786e930cc2dd2106191f294de74a93eaa05958adf591921 0.10 MB 167 26
312,378 312,378 00000000000000002f67cb266821596427a2293a559b1fb1689699bafb0b6f87 0.09 MB 181 28
312,377 312,377 0000000000000000297f4c941ab4efb8fe68c14f142c52b065f6d139a1bb6b96 0.31 MB 515 23
312,376 312,376 00000000000000000293e23f92af0c6fae8ac300a816070ac01688e7d8a7c76f 0.21 MB 327 23
312,375 312,375 000000000000000001bc059f81878b4dbdec49a79e74c3b8c84115598dcf37c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.