Loading Tool

Explorer IconExplorer

Memory Pool

82,057 transactions
30.30 vMB
0.09268653 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt c8547f4b7f5b951f9dbb77eed91f6a3e31ba72c25f6c2e40c9fc378dafaa0852
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root 6f5cea4a9e802cf604c2ee9211cc8e12edabb9ac8d050b26a2b2e58d7a0a0730
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,778
Size: 1.00 vMB
Total Fees: 0.03052077 BTC
Feerates: 454.44 > 3.06 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (131,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,041 783,041 000000000000000000008b4bb721d8e151400221912ebcf4b67c46291869a662 3,058 1.00/1.00 vMB 20
783,040 783,040 00000000000000000002b7faee4d71ecc09a831aaadf6b14e1e3fa7dd7b76d5e 3,972 1.00/1.00 vMB 27
783,039 783,039 00000000000000000001777dfc22da002d74c3134785bf6e06c5139ace8799ae 3,725 1.00/1.00 vMB 46
783,038 783,038 00000000000000000004f1c69ffd4bfc7a6965f4375eb37380f614bbad899c86 2,255 1.00/1.00 vMB 14
783,037 783,037 00000000000000000005aee2f4791961464b9d93320675d54aeb1d72c2c338a1 2,660 1.00/1.00 vMB 12
783,036 783,036 00000000000000000005c87bdc2f222105b4f8dd516b86a5009115f098f8386a 3,148 1.00/1.00 vMB 20
783,035 783,035 00000000000000000004c01734c624b400b39ab62322ffd6ca8c4371f048c925 3,073 1.00/1.00 vMB 25
783,034 783,034 0000000000000000000244a0efd7965d202e74a9128a3a491f248aaaad3510fc 2,468 1.00/1.00 vMB 32
783,033 783,033 00000000000000000005886ff9ac69cd5c246a1e1f3a434f359552e51313ba91 3,336 1.00/1.00 vMB 23
783,032 783,032 00000000000000000005848f32dfbe3c162a4ec2039bc97950066303aaf79931 975 1.00/1.00 vMB 8
783,031 783,031 00000000000000000000b71d9e647fee6979cbd587e5c2eb6133e80855079e38 1,757 1.00/1.00 vMB 11
783,030 783,030 000000000000000000051c36295ff6dc280bbcf4ce8b1a0cdbe6e4893d35526a 941 1.00/1.00 vMB 6
783,029 783,029 0000000000000000000372c2eefa4e24586f37add7ba77275b233a7b42cd209b 2,911 1.00/1.00 vMB 16
783,028 783,028 000000000000000000044857b955defced90e3b655b20eff240bb53c1026ab4a 3,016 1.00/1.00 vMB 16
783,027 783,027 00000000000000000002e3e94bbf0bded27d1b4551467db659e1b29808f6352c 3,356 1.00/1.00 vMB 29
783,026 783,026 00000000000000000003e53d72354f7cb95e18efa2a658d6e63eda632e0a22c8 3,616 1.00/1.00 vMB 27
783,025 783,025 00000000000000000002605c1aff5edd771554af814d912a670f3fcba5622d74 1,541 1.00/1.00 vMB 6
783,024 783,024 0000000000000000000062dc0194e06b5d2a3e5f0af52a050c484470d9ac616a 3,230 1.00/1.00 vMB 17
783,023 783,023 00000000000000000002be597e4d2449af82588325bf0535fc42fe157b8e715e 3,098 1.00/1.00 vMB 28
783,022 783,022 0000000000000000000030ae4f78318ca364f9ec9115c0b95d68d0a93670fedc 2,542 1.00/1.00 vMB 30
783,021 783,021 00000000000000000003a6468c71f43afeab0e964e2e97e3c0ca6c1c172b57c4 1,076 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.37 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: 663.35 GB
    • Received: 14.90 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.