Loading Tool

Explorer IconExplorer

Memory Pool

34,913 transactions
18.92 vMB
0.05554120 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 102.80/200 MB

Candidate Block

Mining Attempt 30f15f556bd3e963564e4d3620241a6ad6dc3b85856c1278c789dd082ef55978
Version 20000000
Previous Block 000000000000000000004cf0e53a54d41d02440929c8007e8a145dc0d95f2705
Merkle Root e44ec6ef9a9ffccf28b7874eceb4dcac66b2f5660b07bead50417fa381d12c5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 0.99796525 1.00 vMB
Total Fees: 0.02002787 BTC
Feerates: 150.28 > 2.01 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,837 (711,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,306 202,306 000000000000056dba0997ad599702bf937aaa9f739e10c78909a484e2b0d0ea 378 0.25/1.00 vMB 133
202,305 202,305 000000000000014686d5fa03878116a350376bc46665a8a4f47e2ee8496ac1ff 8 0.00/1.00 vMB 0
202,304 202,304 00000000000003e42ce76dd1fb2095027550ef1dc92f51466aa17068d1c399c9 150 0.10/1.00 vMB 106
202,303 202,303 0000000000000567615394bf0a679dc4d8e3be409066aeb03d33881bbd4a81a9 204 0.10/1.00 vMB 155
202,302 202,302 000000000000007bebc3f78bc693445b109e6bbf191a2ba59f72b3de0b95fbb7 16 0.00/1.00 vMB 73
202,301 202,301 00000000000004abd3658f11472fac7c67298120735d5733a28c0db4be3cc230 166 0.11/1.00 vMB 119
202,300 202,300 0000000000000480e59228308b00cd25c6f7fc85a38deeb5d0914463435317f2 14 0.01/1.00 vMB 56
202,299 202,299 00000000000000c877ce0fcd606f559bba95b02ead4103900d344445aae22bab 64 0.04/1.00 vMB 82
202,298 202,298 000000000000027a15f06864f84f113b119ce00f0a6a98491ed45fac0d8cda53 331 0.14/1.00 vMB 214
202,297 202,297 00000000000003bb7b87139dea49e9b62e81e5fa66dc5c75dff75179ce5bc2af 177 0.08/1.00 vMB 147
202,296 202,296 00000000000003287ea0c41a1e79c85455ec0d433e241ec1ae97bb38d131dc32 231 0.08/1.00 vMB 152
202,295 202,295 0000000000000101e0e7c71cf8aa726d50706eed65373785b5b1f9c2f9220a50 465 0.25/1.00 vMB 214
202,294 202,294 000000000000009f27e96c73f8dbecb60995870bb41db2468d82c8fc2f24ad4c 10 0.00/1.00 vMB 29
202,293 202,293 00000000000002617b16f9dd5be496ae35db553406ef31a408aaacba10f81594 96 0.03/1.00 vMB 153
202,292 202,292 00000000000002facb5881297f4837317291e1b235cb085365b4fdc8cc7b7873 210 0.12/1.00 vMB 101
202,291 202,291 0000000000000190e51e9f0f5810920e2c990970fb82cbb070dcfb2a2485f5d6 206 0.09/1.00 vMB 144
202,290 202,290 000000000000030d931ffa2b7063f0e36a9fe6d71388db13145f0e119d552eb0 47 0.02/1.00 vMB 105
202,289 202,289 000000000000051d40c7777248da1b2f767e2f1e223c18229bfd5b0979802a36 48 0.02/1.00 vMB 136
202,288 202,288 00000000000003db0cbaa1569f39d783189cf9c903e3b2560a9b55787727f5fb 318 0.15/1.00 vMB 171
202,287 202,287 0000000000000197c18af87e86ba1541c571af558192c59b4ab95eecf3903ede 12 0.00/1.00 vMB 325
202,286 202,286 000000000000041ef3bdb5ecdc88ad5b088e396791d6ff248eec2939320675b6 85 0.03/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 780.33 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 520.32 GB
    • Received: 4.75 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.