Loading Tool

Explorer IconExplorer

Memory Pool

75,051 transactions
27.68 vMB
0.07480991 BTC
Random Selection Loading Transactions
Max Size: 168.96/200 MB

Candidate Block

Mining Attempt 7257c9dd85209c53c524ac6ce6ab71fb0ebc509900f5c826a3532f98217cf7c0
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6090556c37182d4ca879ebd8947019c7a024433012290f895444d3b0af75f67c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,044
Size: 1.00 vMB
Total Fees: 0.01568763 BTC
Feerates: 80.55 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (402,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
513,140 513,140 000000000000000000081d63c6ba2242729c8326b268224c63c6336811f35d1a 742 0.54/1.00 vMB 61
513,139 513,139 00000000000000000014e81a94440b7bd80e7abcd84cf3049f70fa334978ee80 507 1.00/1.00 vMB 14
513,138 513,138 0000000000000000001d877ca75be022998b8801dbf3f786662f81b31482a4ef 317 1.00/1.00 vMB 8
513,137 513,137 0000000000000000001bc61761daf8d4c6da4f96abfc5165082359d41b7ff021 515 1.00/1.00 vMB 5
513,136 513,136 0000000000000000000be586a2989b9363d30fb7612610d4d6dbb5944d23a2b0 2,040 1.00/1.00 vMB 56
513,135 513,135 00000000000000000001ee6ff725bffb0a87debf0563d54c1eb2579775df46cf 750 1.00/1.00 vMB 12
513,134 513,134 00000000000000000018d218c817b65847ff648699ed81dd75aeed3dba053ab3 1,496 1.00/1.00 vMB 31
513,133 513,133 00000000000000000026fe78e41b810c531d1e1068ac45bfa30e29d5afc202d9 390 1.00/1.00 vMB 4
513,132 513,132 00000000000000000027b7e09f50cab277409769114d27bffb4a81656e7995eb 450 1.00/1.00 vMB 4
513,131 513,131 0000000000000000001ecc7821935e853cff866afd2b1f45d9447a67e178ba43 526 0.18/1.00 vMB 54
513,130 513,130 0000000000000000002556a32de4fb627e87d01378d5c53e3fde68c67a8bbd6a 498 1.00/1.00 vMB 8
513,129 513,129 00000000000000000011797911439513a40a3c9bfe9639b1e4fdb022d530c3e2 278 1.00/1.00 vMB 4
513,128 513,128 0000000000000000002116e1ac1a20788a79fd3401901b3afaaf9b45a0f295bb 352 1.00/1.00 vMB 5
513,127 513,127 0000000000000000000cd5438065551884e524e864b5e85ee75db69e493ca86a 565 1.00/1.00 vMB 7
513,126 513,126 00000000000000000050ed03f274791ee3e7709547d42bb8d742430ecaf46adc 296 0.20/1.00 vMB 62
513,125 513,125 0000000000000000004a3afeeb663b811cb25697d3c6740a55341dcd8eb1ee0f 376 1.00/1.00 vMB 8
513,124 513,124 00000000000000000032e293f015e229aa2d1e1cfbc41678b510047a9dd7d906 235 0.10/1.00 vMB 44
513,123 513,123 0000000000000000000f1111cc24ad86cd6d74e729e0d54369379ff08dd2d97c 2,310 1.00/1.00 vMB 27
513,122 513,122 0000000000000000001001144996b03325b34542a9bc7703efcb2e20d0daab33 1,156 0.45/1.00 vMB 56
513,121 513,121 000000000000000000054d00e81163a92d78d21fa09d34f7dd816149dbe5693d 420 1.00/1.00 vMB 8
513,120 513,120 00000000000000000024150976008964f0f887a11ad82ff67bf00855473da61b 860 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.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.