Loading Tool

Explorer IconExplorer

Memory Pool

78,193 transactions
29.33 vMB
0.06537402 BTC
Random Selection Loading Transactions
Max Size: 176.29/200 MB

Candidate Block

Mining Attempt 569baa6ba77fdf0fdc1ca5225fce2d8dbae3fdc2058839006e62cc1284f04bc8
Version 20000000
Previous Block 00000000000000000000a281f5555936da4319487920bc58ef2a368fe4984bcf
Merkle Root 4fa0843aa68aadb7583ef2943304e4dc693a8812318691daf19aaa1d96fcc437
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,998
Size: 1.00 vMB
Total Fees: 0.00593168 BTC
Feerates: 101.06 > 0.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,018 (326,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,204 588,204 0000000000000000001dd46659a83c5de991844957da5a101c0d170f3f8a6726 1,828 1.00/1.00 vMB 29
588,203 588,203 0000000000000000000dfead6d7341b84dd0d2d13f5fcde1a75e13b0baf637eb 2,772 1.00/1.00 vMB 52
588,202 588,202 00000000000000000002c83d3188b97e60a48267ae6061b53ecbcb3acedfb772 2,454 1.00/1.00 vMB 47
588,201 588,201 0000000000000000001a968064b5a34c340559ae89dc4d0985e514bf7a52d22b 2,568 1.00/1.00 vMB 41
588,200 588,200 0000000000000000001351814435893929202835de67f256a47f962b5262f30a 2,468 1.00/1.00 vMB 44
588,199 588,199 00000000000000000009db483a234170350a1f0d11d92781b332717dd060382f 2,845 1.00/1.00 vMB 76
588,198 588,198 0000000000000000001b902ffe5163bdf2786a6030b68b5f19803978e7ed21f2 1,123 0.41/1.00 vMB 26
588,197 588,197 000000000000000000086e4bc699c2d455ab63ca8c1bdb2eb2fac6f3feab3cc4 2,010 0.88/1.00 vMB 12
588,196 588,196 0000000000000000000b179008f4fb825e93d11b14ce4fb7f7b0c63eb4c3e8f0 2,518 1.00/1.00 vMB 16
588,195 588,195 0000000000000000001bbb06b5cd37323e4a246ff71443881d2f4f5face7ca54 2,521 1.00/1.00 vMB 49
588,194 588,194 0000000000000000001b3627075adb3986866fdeaab97a5f22e61a9b54e09910 2,885 1.00/1.00 vMB 53
588,193 588,193 0000000000000000000cefa8283d8f0eda7f3bb1ecb60d7785c55b8c2a466438 1,099 0.35/1.00 vMB 32
588,192 588,192 00000000000000000015148319175631e850aff705f52e8efa3821c1a167d2e2 1,049 0.35/1.00 vMB 12
588,191 588,191 00000000000000000009ac564de5c5308d1620ffe644dec260e4dfb7b4f598e0 2,953 1.00/1.00 vMB 35
588,190 588,190 000000000000000000160bf967610aafd8381f02d24a46d081c3ebd7efa18e8d 3,102 1.00/1.00 vMB 21
588,189 588,189 0000000000000000001a42c83125009c35e472c700862431a04a80b9c7da7a18 2,604 1.00/1.00 vMB 41
588,188 588,188 000000000000000000081a4f92389a4ec750f7cfc68e447090e36d09568dfb8b 1,841 0.68/1.00 vMB 27
588,187 588,187 00000000000000000001c61087c3fd323a8f68e6433d4c1676d4eda3429c48b1 3,188 1.00/1.00 vMB 14
588,186 588,186 00000000000000000014e27a68ca7407196e712797913ddeef0d1f8851de13e2 2,854 1.00/1.00 vMB 44
588,185 588,185 0000000000000000000ec4884abcaff1f2860b6b4dec584310e454facc30b3f6 2,286 1.00/1.00 vMB 18
588,184 588,184 0000000000000000000a74bebb2f9b05817f28322597706ddf6040e469953d6d 2,762 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.43 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: 665.48 GB
    • Received: 15.15 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.