Loading Tool

Explorer IconExplorer

Memory Pool

80,959 transactions
30.06 vMB
0.07434159 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt de7325056db6d99640771e8ee0e1dc573d9c2584ecc67d1ac061e0ea36f066eb
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root fc146e400f96c761d2b13c203fda165c4ef66d4e98fd12fd50eee655c3937e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,345
Size: 1.00 vMB
Total Fees: 0.01291323 BTC
Feerates: 40.21 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (689,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
225,796 225,796 0000000000000330f0b4ef77a6de71b002c8ae6782b00004df7aa8876a300d7a 217 0.15/1.00 vMB 50
225,795 225,795 00000000000000f60880002f53ed46db4d5cd2e4b61d9f94ec9e5c2e96e942d3 203 0.12/1.00 vMB 141
225,794 225,794 00000000000001f2d0a607b93e38d299634ca1644baec8db6b1e1c0f81fe00b8 132 0.05/1.00 vMB 125
225,793 225,793 00000000000000c88699ab658dc5c2267b3044c5228eacca89c6fd339e9900a1 11 0.00/1.00 vMB 191
225,792 225,792 0000000000000024b134023619ea04aa80d572b9bafe09383b91db31c13ca4d2 218 0.14/1.00 vMB 136
225,791 225,791 000000000000003a58043252cdc30ed2f37fb17e6ef1658324b1478f16c1463b 649 0.25/1.00 vMB 205
225,790 225,790 000000000000020465beadb94a3e88abb2f3ad0715e2e77b1de57d9782be04ab 68 0.02/1.00 vMB 145
225,789 225,789 00000000000002dbdd1798be29d9e6697e0bf9278f75c179123a15a0d640d8ba 267 0.12/1.00 vMB 185
225,788 225,788 000000000000033e4f0d9aab104eaa7525cb7c9cfd136328d5579693365aab02 374 0.19/1.00 vMB 187
225,787 225,787 000000000000024208d33deb905039a088c2b613155dc3078ff89c39cc63529a 409 0.20/1.00 vMB 177
225,786 225,786 000000000000004e4e6623b9d35fefb10e78623f4ff9f78337d35fb2ff5dfc2f 73 0.04/1.00 vMB 135
225,785 225,785 00000000000001945db5c19896f509285d41daa25fd8bb009a32bda362865fad 561 0.25/1.00 vMB 196
225,784 225,784 00000000000002258cceece8e135f97b67a47d77248eec40ee2f910da7d179a1 128 0.11/1.00 vMB 80
225,783 225,783 00000000000000f00bec841e34524a2df5940efee2231cca5b70d4d447346719 256 0.09/1.00 vMB 216
225,782 225,782 00000000000002f5c283519a514bf71da66ebe3fa302c0be4dbed81cd0e44a0d 1 0.00/1.00 vMB 0
225,781 225,781 00000000000003601d6bf68a7d9baae4e0d20c1f542937ba78431ade2f425bf1 89 0.05/1.00 vMB 140
225,780 225,780 000000000000033757c83b9de84b2f09b3315a284bc724ab75a5a3e433fcccc3 8 0.00/1.00 vMB 45
225,779 225,779 000000000000008a63e4fc15e0118175d9b068e91555a6bc3e4b3cf20cf940f3 95 0.05/1.00 vMB 124
225,778 225,778 00000000000002989047192f178a1e3bcd1438bded826539131a26264d5abc0d 13 0.00/1.00 vMB 81
225,777 225,777 00000000000000f992faf914e8d61d782c3e2a0974c1785f4fc78de22cae72e1 6 0.01/1.00 vMB 65
225,776 225,776 0000000000000263e29446dcf282f50a45f8e6222643f19c7223d9d94e76fc19 37 0.03/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.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.