Loading Tool

Explorer IconExplorer

Memory Pool

81,360 transactions
30.46 vMB
0.11237241 BTC
Random Selection Loading Transactions
Max Size: 183.43/200 MB

Candidate Block

Mining Attempt d46e908fc4c85ab288e4b5ee9f614543ae307e3123f555dcf1e20c4a054e3e1d
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ec102c16d9f2fb21eeed68e9e8a89ecddd31c0d8a08ae874daf6193b32b8ba7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,397
Size: 1.00 vMB
Total Fees: 0.03796292 BTC
Feerates: 180.34 > 3.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (804,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,042 111,042 00000000000046ff79c864617bb4ac6f5fc24646c8cfabc2cec06df279a7b56e 12 0.00/1.00 vMB 0
111,041 111,041 000000000000664fd123b8d1da7fde7576ddc73cc8bef012f3e8ad58747e2724 12 0.00/1.00 vMB 350
111,040 111,040 000000000000ee331196242ecfa0319c0ee27b11aecd346f2930511eb936e4db 9 0.00/1.00 vMB 0
111,039 111,039 0000000000007acf94e342494177a9ae593e51a1f312e9bb1a5d1ccf1a28b892 12 0.00/1.00 vMB 0
111,038 111,038 0000000000005f45ed7fe755542d8a7ace59702670745bc9dbd1a990d3f75f1c 7 0.00/1.00 vMB 0
111,037 111,037 00000000000026ecdc6ebcf030c317da4acd6b05874d2c821a55e5380a88a21d 12 0.00/1.00 vMB 0
111,036 111,036 000000000000f57f682d491f0efd5df8455317b8f9d3fba933e71dc3a6017f56 24 0.01/1.00 vMB 0
111,035 111,035 000000000000e489b74c590732d9becff63ac59ba21fc8bbbe129da857bd89d6 5 0.00/1.00 vMB 0
111,034 111,034 0000000000003bfe6d8cb0e1ea9717dc526748b63b5502ff2ec3aa8da0ab781e 12 0.00/1.00 vMB 0
111,033 111,033 000000000000b49d930b33946022d4ec95fd77da283d9171e232de5095261cde 11 0.00/1.00 vMB 268
111,032 111,032 0000000000003c4a217eaf7021fbdcb907cabbf8f544bf765467c87d0b56d8e0 12 0.00/1.00 vMB 0
111,031 111,031 000000000000ee280e4c30733363ffaeff822b8945ca57ea3d1df6b919c91cab 11 0.00/1.00 vMB 0
111,030 111,030 000000000000a2b5a79f6bf280118e9f99c548f50b59baaf8899c55e5fb43a47 8 0.00/1.00 vMB 0
111,029 111,029 000000000000fdeea9f4a4f7e91dd0f90776a79595613e453c43285e81480a42 13 0.00/1.00 vMB 0
111,028 111,028 000000000000937435d55530a2e98ccba7c4dd4383a8397e57f1d4c866b5d2d6 9 0.00/1.00 vMB 0
111,027 111,027 0000000000007b2823ca036e0cd7e80e4fa66c2a067189524cc36247fd83b70b 7 0.00/1.00 vMB 0
111,026 111,026 00000000000099c44acfa5b6cb5f96eebec68c5a96913b1492f468e267b49dd9 17 0.01/1.00 vMB 0
111,025 111,025 0000000000003f21eb5a94e4273dd588cb2cb8571a84c6318debb0d7ebdfdc18 13 0.00/1.00 vMB 0
111,024 111,024 000000000000b1ffd026beb984ca510a67de5604af5aef9cd3dcf65807832ec8 10 0.00/1.00 vMB 0
111,023 111,023 000000000000967ec59c47bfbf5fc7ad6e25b445712a09b089f0bd426555e131 11 0.00/1.00 vMB 0
111,022 111,022 0000000000006dffb9271c6ea85390350d02fb3bb3cd7eeaf5664e2ed223a5b6 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.64 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.42 GB
    • Received: 16.24 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.