Loading Tool

Explorer IconExplorer

Memory Pool

43,892 transactions
20.72 vMB
0.07212152 BTC
Random Selection Loading Transactions
Max Size: 116.64/200 MB

Candidate Block

Mining Attempt e8dee183c033029feb92cd4adf989b4a61eca5dbcd8fef207dbb2b2f66c19a91
Version 20000000
Previous Block 0000000000000000000111c5462029cd7cf4d94fe7e850b453480c9b7daa08cf
Merkle Root f7ad5ebecf349f794ae98ddaf7bf8e55e035af425427ed5021ff3e6e4f45c96a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.02966641 BTC
Feerates: 265.25 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,067 (819,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,939 94,939 000000000005e602f29657e15da7c0058fcee8b70982d51fc50f135fb8f3f41b 3 0.00/1.00 vMB 2,624
94,938 94,938 000000000000b1b2dbdf0d58c153114e25bf2e821625438afcf6a9cde8746b27 3 0.00/1.00 vMB 0
94,937 94,937 000000000004332cdd6c55d0c62344f2900a403c74afea7e4b991fe54ddc39c7 1 0.00/1.00 vMB 0
94,936 94,936 000000000003f3e612a8f5a9740b0b5557ab0433c2f7fb4e0494ce60754663ed 1 0.00/1.00 vMB 0
94,935 94,935 000000000006fbd4bea6cf0a4bfb7e61e5e2d221395b6c31df1bb1fced6704e5 5 0.00/1.00 vMB 0
94,934 94,934 00000000000265dbb0e3edf0b577e466a89917da802df1c9736423d30abca53a 1 0.00/1.00 vMB 0
94,933 94,933 00000000000239b683704c620ff8ae593643d7ea6b9bf2e58cea0d8905373b48 6 0.00/1.00 vMB 0
94,932 94,932 00000000000171390da2ddb816b53748942a89a148a0a157515fcca35dac81e3 2 0.00/1.00 vMB 0
94,931 94,931 00000000000007e87d0c05a29610587ea56c0744a547d2fc5defee3bcdbed6bc 1 0.00/1.00 vMB 0
94,930 94,930 0000000000048114b761640a2336fd5a96643fa46d9058015a91144d6c1344d8 1 0.00/1.00 vMB 0
94,929 94,929 00000000000502f3200f8aa614a84b07c1db5c38df08854a26e8d2de274b62be 3 0.00/1.00 vMB 0
94,928 94,928 000000000002001a28e95671172c1d0c4e6d28c9d47e60cd4ba603d140dfac10 1 0.00/1.00 vMB 0
94,927 94,927 000000000001a34baa97bfb10494652ceeb5e0db9bd1003c33e38ed6bd5dcadf 7 0.00/1.00 vMB 0
94,926 94,926 000000000004e28cca11a7bf31cad514dcc8cd0f1abaaf26546063596144a005 1 0.00/1.00 vMB 0
94,925 94,925 000000000000aefc67c85a880de8231b9cf5a662f61942dbdd902a73d4c4b74b 3 0.00/1.00 vMB 0
94,924 94,924 00000000000445bc7cd3f5cd6b6f00ba62da38cbb4cca8ad50b8fffd7094f7ef 1 0.00/1.00 vMB 0
94,923 94,923 000000000007dc87ebe07b8914832c695426b53cb7b2c7764adcae790a1bf920 2 0.00/1.00 vMB 0
94,922 94,922 0000000000010af5fdc8d55028be3d85013ef2c40ae82551449c83556b7b8165 1 0.00/1.00 vMB 0
94,921 94,921 0000000000063d2ec1c06d87752c84ade520183056e0375725549782dcface34 1 0.00/1.00 vMB 0
94,920 94,920 000000000000b8637b2e3da1700aac28f590ecfe378b434f577eb1a5c8597114 3 0.00/1.00 vMB 0
94,919 94,919 0000000000049aa28b44687800b7503de24176bbfa8fcf8321eb33c08907caef 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 554.94 GB
    • Received: 6.85 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.