Loading Tool

Explorer IconExplorer

Memory Pool

72,278 transactions
22.89 vMB
0.09105047 BTC
Random Selection Loading Transactions
Max Size: 146.57/200 MB

Candidate Block

Mining Attempt 1cc3d8d02a8516c760d06488f6bfdd6202b6b81129f1bd81ca2372c77bb77e5b
Version 20000000
Previous Block 000000000000000000006590a6c1155140f075a2a1604f31bfda6765ccd519b0
Merkle Root c4b8a6138f143d04c42a497b1021f161358ecc636b804d3f93a7b81b8137f47a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,905
Size: 1.00 vMB
Total Fees: 0.03100072 BTC
Feerates: 711.74 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,663 (803,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,928 111,928 000000000000412db0800baffc96b243133a1af75513ebaa382295c989f79b1c 19 0.00/1.00 vMB 0
111,927 111,927 0000000000006b2877c33dd84b6e5ae9c97fbc3fbb3ff88729b026adb44e70c1 7 0.00/1.00 vMB 0
111,926 111,926 0000000000005dce7b341e0fe44a4b6762fd381349d4eac9d5b0b106804c7890 6 0.00/1.00 vMB 0
111,925 111,925 000000000000b7676b36cb3f1567c549769cea8a671f1b338c0e7e42ed380b22 8 0.00/1.00 vMB 0
111,924 111,924 000000000000cf0740b8e7da1aa7977c8a555b24deb31357b6913aa9dfab3007 1 0.00/1.00 vMB 0
111,923 111,923 000000000000f9f2d59208b34f28a3a1e35dc33e333a930fad901983ca0587a8 1 0.00/1.00 vMB 0
111,922 111,922 000000000001091dda8dfec3d270d5c46a3430fa3806cce09bdbf992582c5a5a 1 0.00/1.00 vMB 0
111,921 111,921 0000000000000c197912f9b9cb90082d62265a76bd0f902c50a53f5bd9d852da 12 0.00/1.00 vMB 0
111,920 111,920 0000000000002a4c1d490e0ee68c4d7f3286540186d370b25f60e290aba4d7e4 1 0.00/1.00 vMB 0
111,919 111,919 00000000000068ae9c33fa0d27196a2e1c45d9afd6a31811da51c53a19f30360 11 0.00/1.00 vMB 0
111,918 111,918 000000000000a3ad930df64f8baf9109f7821d37dec19a3b8515a73ee9139e3b 2 0.00/1.00 vMB 1,038
111,917 111,917 000000000000c52c4a8557bd45c967792fcaf72fb6faf59e56e543a06a53e8a8 2 0.00/1.00 vMB 0
111,916 111,916 000000000000a04791a2388eb92e92440e93f91e6ce0636821fc679e6805addd 12 0.00/1.00 vMB 0
111,915 111,915 000000000000c86561ee10693e53b6910b4856f486d5d56c769ffacd6001f624 12 0.00/1.00 vMB 0
111,914 111,914 00000000000101a80ae26666fd4aede0005ea499268c911116605a869b5d90e1 4 0.00/1.00 vMB 0
111,913 111,913 000000000000c213148d50dce29b85038813e07c6619ec71eccba9583d92c877 7 0.00/1.00 vMB 0
111,912 111,912 000000000000de87b1db1473b048db4c1fc556a4f7b2dd5abe4c352168145e69 2 0.00/1.00 vMB 0
111,911 111,911 000000000000dcc80a14ffd96116e8d902166a216acffcf1f19596333f955aab 12 0.00/1.00 vMB 0
111,910 111,910 000000000000f2b14531dd5678fc4e092887af78c11c212729399df5a219be95 9 0.00/1.00 vMB 0
111,909 111,909 0000000000001656fe3acdc74a10b055ec6ee1fedb375f26c9c707748b8dbca8 5 0.00/1.00 vMB 0
111,908 111,908 00000000000121ea0ac9340c93a00f708e4aeaaf3ebf12bb4c7f961215121652 10 0.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.54 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: 773.52 GB
    • Received: 20.59 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.