Loading Tool

Explorer IconExplorer

Memory Pool

76,330 transactions
28.88 vMB
0.07417858 BTC
Random Selection Loading Transactions
Max Size: 176.49/200 MB

Candidate Block

Mining Attempt bdaa8874b532435983e7bbb704f78790f8ad6c673ca03ba43e70b57d3fcadafc
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 8f9d2a2e3318ffc789edef737e37cc0f7b6611b30467e6c0c83c64ecc6b46174
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,005
Size: 1.00 vMB
Total Fees: 0.01133946 BTC
Feerates: 77.76 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (97,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,670 817,670 0000000000000000000351dde9c031645f0848dab855d5c91f53241ef74b1305 3,031 1.00/1.00 vMB 72
817,669 817,669 0000000000000000000289c4e4d2c040874c08246ee2cb5e40e3b3b4540e8c83 3,458 1.00/1.00 vMB 179
817,668 817,668 00000000000000000002e89e74d7ca8cac1dc70e3245c4dd0ef7c84e0d4e2730 4,681 1.00/1.00 vMB 75
817,667 817,667 000000000000000000010b0d6e818bc8ccad6745f3a4cc2d0567a6d7ee11b9d3 5,885 1.00/1.00 vMB 74
817,666 817,666 000000000000000000008758c49bec9d7a11960cb30c21bad7bc7feb0ef40732 3,443 1.00/1.00 vMB 157
817,665 817,665 000000000000000000022bbc129268deda398cd26b1a6b22accc13022ef03c23 3,886 1.00/1.00 vMB 74
817,664 817,664 0000000000000000000135fde733ef28450ea36fc5ca6de01411d36661cd6336 3,482 1.00/1.00 vMB 134
817,663 817,663 00000000000000000003c28de3388c0143f382a199ea2d14d8a3159e863e81aa 3,135 1.00/1.00 vMB 157
817,662 817,662 00000000000000000003b4d028c988abade0ea65751c9eef2998fba29780fb2a 2,868 1.00/1.00 vMB 126
817,661 817,661 000000000000000000006673761a5dd0cd8b77c6970339956e9a2ba3dc2d0735 3,791 1.00/1.00 vMB 163
817,660 817,660 000000000000000000001ad3f49cec42c9f79545ab8bc62ee5a531b6fdf571d0 2,521 1.00/1.00 vMB 114
817,659 817,659 00000000000000000000d50315a1d7c0864e540cf22afd6894df15b024a986e0 3,796 1.00/1.00 vMB 113
817,658 817,658 000000000000000000012c54ca7492207f6060040dcdb432c4a193505da121cf 3,814 1.00/1.00 vMB 109
817,657 817,657 000000000000000000039e8d8c641738dd4ff4caf3c2426812a665a102244d78 5,218 1.00/1.00 vMB 116
817,656 817,656 0000000000000000000156ef3b7416f44faf217b271a5df5f6a499cf0829aeb1 3,217 1.00/1.00 vMB 80
817,655 817,655 00000000000000000002be2e3e97dbc1791c748ced52edaf7003b4c527ac4cf4 4,267 1.00/1.00 vMB 122
817,654 817,654 00000000000000000003c6caa95cf8e4584805630a4c83293e77286af1291d9a 3,983 1.00/1.00 vMB 148
817,653 817,653 000000000000000000034408be4073f32381ff67f695ef39c2829a53c310146b 3,105 1.00/1.00 vMB 128
817,652 817,652 0000000000000000000431f2d91af2431360e3954280c330c9d3531ae4e2ca61 4,498 1.00/1.00 vMB 88
817,651 817,651 0000000000000000000101c1d58e9be3b165fc4f8c150c98a5fb25ca0fcd795a 5,129 1.00/1.00 vMB 89
817,650 817,650 000000000000000000014fb1edf4de6d47fa3198b2859c7728b2e8a79d25d478 3,688 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.