Loading Tool

Explorer IconExplorer

Memory Pool

51,199 transactions
28.82 vMB
0.07650694 BTC
Random Selection Loading Transactions
Max Size: 155.02/200 MB

Candidate Block

Mining Attempt c4024664691bedaaddbf9a4131520caa20ac7225a0645be3ffc24f68c34738d5
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 4e322d8ae9a4c6827a011c6a75499a9a27a2fefbfb577e457927fefac41a9b11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.02072234 BTC
Feerates: 122.12 > 2.08 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (458,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,390 456,390 0000000000000000018df5b3b668cf30d9376f75e1368e2ab8695a5b13e51cac 2,397 1.00/1.00 vMB 177
456,389 456,389 000000000000000002512ea58adfef21cbf2b18e5806a67c8da9f00335dc591b 1,890 1.00/1.00 vMB 150
456,388 456,388 0000000000000000006baa73cf55b96d8c117fb878037f690e1675edeb8f466e 2,665 1.00/1.00 vMB 221
456,387 456,387 0000000000000000024a23cb7d17db0a5d5426f81305aaf7d833464e5c86b0b3 2,626 1.00/1.00 vMB 212
456,386 456,386 000000000000000000a511e0367a1b0e33afbe898cc538f8106c9280aaef75d4 1,852 1.00/1.00 vMB 144
456,385 456,385 000000000000000000413b29ef17031239496c946b1e1e2d5710a2dfedaddab9 1,636 1.00/1.00 vMB 146
456,384 456,384 0000000000000000006f8866f09ae4de8c7a7ba2061e38195328c42e3089745f 1,255 1.00/1.00 vMB 75
456,383 456,383 0000000000000000003c35634e26f403fc0baf011bd72e67e02460b0356727c0 1,530 1.00/1.00 vMB 150
456,382 456,382 0000000000000000002aecc5679aa29de20388b2d71a89e729fb51fd2c5fd360 1,701 1.00/1.00 vMB 123
456,381 456,381 00000000000000000022ee444e655e065d8c6c3b653dbc9a83af472de2969304 1,948 1.00/1.00 vMB 193
456,380 456,380 000000000000000000e3a020c2e8b567f53b41fccd98254da9d113c2550d5587 2,404 1.00/1.00 vMB 131
456,379 456,379 0000000000000000009f0ffd387d69c9b6582850bef8e11b3d0d4fef163a1c19 2,382 1.00/1.00 vMB 124
456,378 456,378 0000000000000000025115173d6638b88483317f624b8811b4dfad0e3f39f0be 2,654 1.00/1.00 vMB 129
456,377 456,377 00000000000000000241cd84e57b47e148f19d5bd68768180e524b4d387622d7 1,841 1.00/1.00 vMB 137
456,376 456,376 000000000000000001c266dfcd037147789167a3f7b539902e9954f20b9c5e09 2,175 1.00/1.00 vMB 155
456,375 456,375 0000000000000000007760085c23c75321a59f8bef8f88fb15c939ab2e7be9fe 2,050 1.00/1.00 vMB 229
456,374 456,374 000000000000000000a644acf683fd32daffaa5b3d91f2bb9410db30046d6388 2,599 1.00/1.00 vMB 225
456,373 456,373 0000000000000000010d1f956089bc96c61cc2d5611b5eb434aef956ddba7d21 1,522 1.00/1.00 vMB 102
456,372 456,372 000000000000000001562fac1a749eee8c5e8c44eadbc24e92a10c88a51e1799 2,862 1.00/1.00 vMB 209
456,371 456,371 00000000000000000010a65fb47f801dea98445ecd4eedd9f752bdacef36f934 1,910 1.00/1.00 vMB 101
456,370 456,370 000000000000000001c1ea19a1adb92e35122f2501070616851db87211e9f810 2,999 1.00/1.00 vMB 242
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.