Loading Tool

Explorer IconExplorer

Memory Pool

78,101 transactions
29.30 vMB
0.06369728 BTC
Random Selection Loading Transactions
Max Size: 176.09/200 MB

Candidate Block

Mining Attempt d1fab35eada94526348f5692e1a76a459316e505a61a35c91df344bd379c0626
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 92b72afd17b19383db256e5b4c28f03b319ea88137af73540fd60ada8a9c4264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,830
Size: 1.00 vMB
Total Fees: 0.00434893 BTC
Feerates: 21.09 > 0.44 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (559,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
355,345 355,345 000000000000000004eea89027d75ff292c169f89e54c0c66d0d8cdce2cbd8a9 394 0.22/1.00 vMB 20
355,344 355,344 000000000000000010360d2204ec3280b75fd7b49bc2b4ef8f424b6eedf1dc4f 525 0.29/1.00 vMB 28
355,343 355,343 00000000000000000f2f4c005788c787d08a62e7ec2815b222330947fc2cc5b5 263 0.22/1.00 vMB 17
355,342 355,342 000000000000000003f48c50c34395270099d3f929ac493f1cf09cd1e1d3ec41 1,465 0.75/1.00 vMB 30
355,341 355,341 0000000000000000063376aa291b4eb5d08ab7f95a7d555ac9a62192c4a5115b 699 0.51/1.00 vMB 19
355,340 355,340 00000000000000000c76e453681d6af3dbb367ef7c8f46178227845921b84e71 1,829 0.90/1.00 vMB 31
355,339 355,339 000000000000000011b60593d7fea8a9e70f8cbc75400e14416e7c64b94b744e 480 0.25/1.00 vMB 25
355,338 355,338 0000000000000000057489eb250a303a5d1ea6f9df1ceca6020c777c3cffab92 423 0.24/1.00 vMB 29
355,337 355,337 00000000000000000da07e1e943c6a717db23c7dc4cdf2b98dd67d69eab3bc85 82 0.10/1.00 vMB 11
355,336 355,336 000000000000000010bb06fa363880fde34bf084bd8da1a07d26f2c1a0fbc432 33 0.02/1.00 vMB 14
355,335 355,335 00000000000000000cd16c1a9656b883e82df4cb1159e8a8b7deb26eb8a266a2 1,546 0.74/1.00 vMB 29
355,334 355,334 000000000000000015a1646c6e1bfce0d7b483cbb2b8f676c442fb7382468cd2 1,253 0.63/1.00 vMB 29
355,333 355,333 00000000000000000488bad4dfc7eefed5bfbf40627af09ce7fe9ae9104596d4 257 0.13/1.00 vMB 23
355,332 355,332 00000000000000000335344882688031eb07bd3f6673fd9831a88a7bbe073de9 1,092 0.64/1.00 vMB 23
355,331 355,331 000000000000000007ba4a30efb7271f1249e89024a2ab54f7737a8e2a8c23cf 128 0.09/1.00 vMB 21
355,330 355,330 000000000000000001b2cfe9af1c88103899843e31a97c2e2463f46854db573d 1,721 0.75/1.00 vMB 33
355,329 355,329 0000000000000000007773f2a092e32117f9d2deea38f8fb3413c8b9baf22ee1 503 0.28/1.00 vMB 26
355,328 355,328 000000000000000013ad1a2312d76b788e495fb2310ccbc19803d53bfc7d6d68 692 0.39/1.00 vMB 26
355,327 355,327 00000000000000000347a4b0b7215a70c720a295c3736d0741d926703f6935a3 225 0.09/1.00 vMB 30
355,326 355,326 0000000000000000094439d8fb7958cd60664262c1ed24a9227e2f4c4998b702 374 0.17/1.00 vMB 18
355,325 355,325 000000000000000005cca947dea052ee42e377b684f070e7b76e37c76ab835e7 926 0.48/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.42 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.29 GB
    • Received: 15.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.