Loading Tool

Explorer IconExplorer

Memory Pool

82,346 transactions
30.17 vMB
0.13618037 BTC
Random Selection Loading Transactions
Max Size: 182.31/200 MB

Candidate Block

Mining Attempt 39099c79c83641935d0a7b3c8bbbefbdf37e56504b53bdf5bb2a4aa88e43f7df
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 04797bee86eb2911a53fdc759312c60d934e63f70b7105051c63058df28cc245
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.05655052 BTC
Feerates: 477.45 > 5.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (601,024 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
314,113 314,113 00000000000000001bd446b5c93d2066c117818ec2cee1f4bf4cf57bc67ba3cc 1,003 0.53/1.00 vMB 31
314,112 314,112 00000000000000000bbd23c5f2cad18036931d5f8f301f471c9ea576499eca01 417 0.56/1.00 vMB 17
314,111 314,111 0000000000000000063c54f2fdd34970621a8d0a3a9e88f7c273ccf06579dce8 1,247 0.92/1.00 vMB 27
314,110 314,110 00000000000000001cce832f3a1a7bd356db0a839d07dd3f520a001b4810be28 1,335 0.75/1.00 vMB 26
314,109 314,109 0000000000000000265435afef01485f0f921bb180a1a9702679fd6aa300cc74 2,086 0.75/1.00 vMB 41
314,108 314,108 00000000000000000fab5ca230ed03e3d849d87efb8bb738726b3a7e7dfad5db 64 0.04/1.00 vMB 33
314,107 314,107 00000000000000002b92b8a47db94fdfe1467e65f2583c484f6539a810501414 94 0.12/1.00 vMB 16
314,106 314,106 000000000000000021a468219dea2ba46fd56b2402517bc65295b1d7a564e717 800 0.62/1.00 vMB 24
314,105 314,105 000000000000000002d04ab8c993ab2d0bdeff1b947005734423cdb201c3560e 64 0.06/1.00 vMB 23
314,104 314,104 00000000000000001ec1015c3dd0fc0b6c71e1cdcb6e5566f88aa726056d50b0 1,300 0.83/1.00 vMB 27
314,103 314,103 0000000000000000197cf8b38256e9acf324da9196cf48c5e44de8c3da6ad11d 436 0.29/1.00 vMB 28
314,102 314,102 00000000000000001480ca60ff96f8528fa3a49581fd762582364007253c4b43 356 0.21/1.00 vMB 25
314,101 314,101 0000000000000000097b1cc506169dce95026c8c65a9aa41ca51bb5b4a28f67a 131 0.23/1.00 vMB 14
314,100 314,100 00000000000000000144bcc4a22dd94d607b972c5f01d89503fb4ef51e26d786 1,623 0.92/1.00 vMB 33
314,099 314,099 00000000000000000538c27a871d9210433c7b3869619cd2f73f6f9ee0e6a3d6 289 0.15/1.00 vMB 28
314,098 314,098 000000000000000013d43e6486ad9e5c5a868f36d6b11a0a45543436e87e87d9 581 0.24/1.00 vMB 38
314,097 314,097 000000000000000038819edd0f67af383049bc05254c8c3ec757cc229583460d 298 0.21/1.00 vMB 26
314,096 314,096 00000000000000001496d599df3ff4fd3d1c440b5d19a9d7821bd29b7b6a9c6a 1,381 0.64/1.00 vMB 36
314,095 314,095 0000000000000000281f409089c444d77cb4ec64128cf6daeb16a25aedf2009c 432 0.70/1.00 vMB 15
314,094 314,094 0000000000000000047565d4c457333e981a6a44cfe0f97a6ea8e5eb58133357 1,151 0.75/1.00 vMB 20
314,093 314,093 00000000000000003a87d239a83033bb5b79d0e578e2c8e3ce8e9f5e17bcf343 1,746 0.50/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.