Loading Tool

Explorer IconExplorer

Memory Pool

79,034 transactions
29.67 vMB
0.09186270 BTC
Random Selection Loading Transactions
Max Size: 179.00/200 MB

Candidate Block

Mining Attempt 16713459068d05a154f76252c7c398b6e538469d4b0815dd28aa5759ae7690fa
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 4e68d339116cfd1ba7f1c52982ac3614fc88091904959b598f6536ecfeb08a6f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,573
Size: 1.00 vMB
Total Fees: 0.02607277 BTC
Feerates: 251.00 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (240,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
675,035 675,035 000000000000000000080f3325a21b08822df7213470caa2cba387624a18c49f 1,109 1.00/1.00 vMB 92
675,034 675,034 000000000000000000021f91b79fe85383e7a52227209f047ad77b6977ef07c1 2,539 1.00/1.00 vMB 105
675,033 675,033 000000000000000000032df566b3ae56a4d4ace4403c8fc0873b1258abcb65c7 2,457 1.00/1.00 vMB 102
675,032 675,032 000000000000000000022fbcce919d71d150bd34a2f16a66a62072983f068192 3,123 1.00/1.00 vMB 47
675,031 675,031 00000000000000000007a9469b7e123f2933d9f9d48fb7e07fb9c2d78c1ac218 2,763 1.00/1.00 vMB 66
675,030 675,030 00000000000000000001f3f4dd99286373bedc8725457ed700999b9aa9ce2101 2,679 1.00/1.00 vMB 58
675,029 675,029 00000000000000000005547e3f392455fa136f1ea6b31ddd7a28d7b86b7ec5b2 2,499 1.00/1.00 vMB 81
675,028 675,028 00000000000000000005c15a39649b121afa8e1b2cd8fc5b35fe115b67bfc6fc 2,419 1.00/1.00 vMB 109
675,027 675,027 00000000000000000004887e49aaa3323a05b622ea31ba8ebfa8fbf5b739c024 2,413 1.00/1.00 vMB 81
675,026 675,026 00000000000000000007d341db9eff5bc083d49aa90d69a9ffb7c4419d678b7f 2,725 1.00/1.00 vMB 75
675,025 675,025 0000000000000000000d012c949dcb80d408c894e4db90e21447b0d8a206e4d5 2,677 1.00/1.00 vMB 109
675,024 675,024 00000000000000000001ea5311a8bd6c05b9dd5248c23080854d8741b2990642 2,702 1.00/1.00 vMB 108
675,023 675,023 00000000000000000008065d8af2df43a9d3fa93604069c41bb59289d7a0ff4a 2,419 1.00/1.00 vMB 110
675,022 675,022 00000000000000000008e2ac3f48219e14f4606594d65657c046970e99741439 1,630 1.00/1.00 vMB 105
675,021 675,021 0000000000000000000128969c35755f3a76fc76f67807d1f53b7ef6da322368 3,107 1.00/1.00 vMB 108
675,020 675,020 0000000000000000000a785ed43e8b5a67b0786f8f50deb9914c8dfb015367f4 1,013 1.00/1.00 vMB 100
675,019 675,019 0000000000000000000552abcaf1cfd5f5762c844226dd47663cc82f60affd5c 1,984 1.00/1.00 vMB 105
675,018 675,018 0000000000000000000cff9c0eb8b5e49d24fa3d6befceed6d20f771222bd5f2 2,676 1.00/1.00 vMB 104
675,017 675,017 0000000000000000000ba1a21eb13acd3cc8167fd472c9a3f64011382e033fde 3,038 1.00/1.00 vMB 115
675,016 675,016 0000000000000000000b2f7b07cb9952eaf0eadb9a1381982bdf514ba2f2e964 320 1.00/1.00 vMB 12
675,015 675,015 00000000000000000006227996e260279da653431c344e474879ff87514dd153 2,007 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.