Memory Pool Memory Pool Refreshing

3,611 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,608 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (570,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,754 336,754 00000000000000001440cb8da93e79fc16344ce6e2a7de08f0789b6fe21d19fa 0.06 MB 52 3
336,753 336,753 00000000000000000c4a7b82526930bdcdfcb281b5df8b853d6799ef08de2212 0.17 MB 404 46
336,752 336,752 000000000000000011bbff1c0a5f609639cdc69f89b8975e45c0f0f5702d8b03 0.36 MB 638 25
336,751 336,751 00000000000000000ff4cdf85c68cf7660264c96ef544b01ed2536e01101f7f3 0.18 MB 180 13
336,750 336,750 000000000000000004f118ec7a4572f87b8ce533f03047ad7e5b7ec899696a17 0.75 MB 807 21
336,749 336,749 000000000000000013a00d131cbba7dac6beb4d286ed8c7c36f497c37eca123c 0.35 MB 724 30
336,748 336,748 0000000000000000039f239b67404751f85939d988fc913954a3c12882495a91 0.75 MB 2,111 37
336,747 336,747 00000000000000001081980b7f8367c4b17300c66e5200fd474001d440291cdb 0.18 MB 429 29
336,746 336,746 000000000000000008397ace956cc1af551a7c40828fe956460f2748a649f71c 0.18 MB 415 31
336,745 336,745 000000000000000006189205f4f66f702ba88ec049e610bfa5a45e902947f0ce 0.13 MB 283 30
336,744 336,744 00000000000000000db56979731aca57df18fc9440e7d2279c2c311e9f969e77 0.10 MB 186 30
336,743 336,743 00000000000000000c3779c617a6f7e17f2f65515f5127601f530c43a5a9f4e7 0.02 MB 35 15
336,742 336,742 000000000000000004fdd73fd3fbeeb5374ed3824dab4f6fbd94fcefe40d7735 0.29 MB 390 21
336,741 336,741 000000000000000013a2844c2fb0ecf58d807b5e544754e7291db341c9bfd0e5 0.10 MB 204 23
336,740 336,740 0000000000000000017dfcd8764dfdbd4db9a98854430a153e56ec7969725151 0.29 MB 621 28
336,739 336,739 0000000000000000166b08d351e0e450c966b95710ff9678f38986eb7754a241 0.06 MB 72 7
336,738 336,738 000000000000000012a9ab9797a78942d6ee7dbf2efa2b7d0a70a05869ea9ccf 0.37 MB 821 28
336,737 336,737 000000000000000011a78dc8ea67c138b124f2d885c791c617ecc10cf13498a8 0.25 MB 393 21
336,736 336,736 000000000000000002321382df927568105c45bd0fed0f8336e71c74c400c0d3 0.12 MB 234 30
336,735 336,735 00000000000000000265a4034de6ec7bdd0b3b03c5479f88743c3e3449e2bc96 0.23 MB 394 21
336,734 336,734 00000000000000000b246d336d666a5451ccfc3b1074d8856d1639e3ee4fc2ef 0.11 MB 206 29
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.