Loading Tool

Explorer IconExplorer

Memory Pool

46,392 transactions
27.29 vMB
0.10020435 BTC
Random Selection Loading Transactions
Max Size: 145.36/200 MB

Candidate Block

Mining Attempt 4c41836c63fb667a47a244ff61d01e2054c5e18e28c7cd41cdf4189cb233638e
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 2b9d6d9cb26baabc821ef0c9a9702538d39f9e94a90315e861a82c008253a441
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,629
Size: 1.00 vMB
Total Fees: 0.04938668 BTC
Feerates: 101.66 > 4.95 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (266,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,555 648,555 0000000000000000000530a268b01525f688207f1e7c80b75ee5072df05f0d48 2,779 1.00/1.00 vMB 65
648,554 648,554 00000000000000000008d8d692fae849995f4867e19b58f331e9ee9991af0108 2,384 1.00/1.00 vMB 67
648,553 648,553 0000000000000000000744465e9794f9d60f66d64b0877e897e43331fe1f17d5 1,992 1.00/1.00 vMB 68
648,552 648,552 000000000000000000033a6cea1460b6beccece085448cc31581859ceebd959d 1,996 1.00/1.00 vMB 65
648,551 648,551 00000000000000000004e1e1bed6d4451eb17dd14981640f690442c51c2420d9 1,951 1.00/1.00 vMB 97
648,550 648,550 0000000000000000000c03610fa98296773c900d250afc608c4c53459a0b4d05 1,274 1.00/1.00 vMB 98
648,549 648,549 000000000000000000077d396988244e97f9fe6380aa0b9dba33ea002f4d7ee3 947 1.00/1.00 vMB 109
648,548 648,548 0000000000000000000b05705277f931274e9584551d096403e1a65a9eea8069 796 1.00/1.00 vMB 13
648,547 648,547 0000000000000000000e7ca5774bbd174bacff3af9cac37f510603a60ff1b4f2 1,766 1.00/1.00 vMB 15
648,546 648,546 0000000000000000000444afdb423709c4df6c48d6d313bd094072e11cab1f96 2,257 1.00/1.00 vMB 26
648,545 648,545 00000000000000000005c9d60b5fe4c095cc5b532cf4b1794299c37dce66e68c 1,682 1.00/1.00 vMB 52
648,544 648,544 00000000000000000008fe50f663ecfbb716830fd13bd7c2a9253738e3cad4be 1,976 1.00/1.00 vMB 28
648,543 648,543 00000000000000000004f805a2704d4424d72e174b7bac26022702b0a307e234 2,333 1.00/1.00 vMB 17
648,542 648,542 00000000000000000003f85e6ffa7b0049167ce9b5822cfb5c71df3203ff676f 2,108 1.00/1.00 vMB 40
648,541 648,541 0000000000000000000afd77ee7a451a41076cb64f447f7f052b4791e1beaa9e 2,215 1.00/1.00 vMB 59
648,540 648,540 00000000000000000007e64efc9e7c4dc6c69838e39caa3a62d0f6f7966f4f6d 2,267 1.00/1.00 vMB 27
648,539 648,539 00000000000000000002649e097b5608a880efe435366817b8d1ed599ef9fbdf 2,835 1.00/1.00 vMB 79
648,538 648,538 0000000000000000000f9199a2288130e693d61a92311ac00c742f24b69be599 1,868 1.00/1.00 vMB 7
648,537 648,537 0000000000000000000addb1253b0b5d181b2f5a04329997bf4b0b4911b0e50a 1,659 1.00/1.00 vMB 15
648,536 648,536 000000000000000000020ec022699ed2dfc3baf948b82ef899b055663a61946f 2,459 1.00/1.00 vMB 49
648,535 648,535 0000000000000000000796c3a6f31f5ddb9937479cfc25013df104b072a263cf 2,110 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 648.26 GB
    • Received: 13.02 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.