Loading Tool

Explorer IconExplorer

Memory Pool

63,130 transactions
20.66 vMB
0.05222010 BTC
Random Selection Loading Transactions
Max Size: 131.60/200 MB

Candidate Block

Mining Attempt 7d43aa38395abf893a3fa56b22f6bd09f9567cedd99d1ebbf2bb8f52886492f6
Version 20000000
Previous Block 00000000000000000000e338a1c90feb9182d7b853fad30c9e138876190215e7
Merkle Root 3a3af78a36977e1a5d884359d58f3e9a9e8499d376eac88b86d7c5bb69316e9d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,890
Size: 1.00 vMB
Total Fees: 0.00494739 BTC
Feerates: 40.21 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,675 (673,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,721 241,721 00000000000000872a18bb3b2b223458803465ce2b4c1fd58f0b9d17111156cc 248 0.11/1.00 vMB 178
241,720 241,720 00000000000000ec7b3b9a470e6a3ec4a8e89fe75c6c20df9a6735ef473d6bf3 113 0.06/1.00 vMB 141
241,719 241,719 000000000000008449e43a846fb9c4482037d16dccc6d2cfdc536361c84b6185 77 0.03/1.00 vMB 135
241,718 241,718 000000000000000453c33bf49a316d40a3b5dce475af6bbf327451d21a63fc35 172 0.08/1.00 vMB 137
241,717 241,717 00000000000000ec10c8ac6be74d5e979b0d154b4f458e00fd542d30ef19f3e6 104 0.04/1.00 vMB 144
241,716 241,716 00000000000000355ae3d2c600bfcb9558cbaa322a385ed4e979851d35f3788b 84 0.04/1.00 vMB 167
241,715 241,715 00000000000000f3deb9c9893fd8b2840b0c2e0276c504bcf413d0febcdb8995 149 0.07/1.00 vMB 101
241,714 241,714 00000000000000c314b83192ec0407981b2205a84ca933d190b3e7f04f0f6007 560 0.22/1.00 vMB 184
241,713 241,713 0000000000000000916e3dfae22badced9eece31ed9afbce41abe8a61149e28a 95 0.04/1.00 vMB 122
241,712 241,712 00000000000000ecb02ecee1af7e6372cabebf54b8d6012bccf74c357a463733 62 0.03/1.00 vMB 128
241,711 241,711 000000000000003a2e1e588e67a54e959e64ff486a93e53a9eedaf8140bedfbf 473 0.19/1.00 vMB 174
241,710 241,710 0000000000000094d175ae816326a9c7cb7888f80d85fb063c354f300afcdeb0 98 0.04/1.00 vMB 162
241,709 241,709 00000000000000aea47960bff9871e76e80e59dcab186874481b4e6abd13a7f7 121 0.05/1.00 vMB 144
241,708 241,708 000000000000010e9f91c53f2456558429d38e960a83b76b8d27b65156c71e19 185 0.07/1.00 vMB 190
241,707 241,707 00000000000000d3ebb272739d09282d1caa075d6595681242b426b9d4ea5cbe 128 0.05/1.00 vMB 164
241,706 241,706 00000000000000d0df675e34818829a7f7e28f1d6426075238891f1adde3b669 341 0.14/1.00 vMB 169
241,705 241,705 0000000000000079bc4e3de1d48f68af76fc28d32ad11047f3659513f4830cbb 23 0.01/1.00 vMB 167
241,704 241,704 0000000000000004abf72429b814b995dd7c689c3ecb6f8f048e07151e2a2b6c 69 0.03/1.00 vMB 212
241,703 241,703 000000000000008bb5ee1b7c6e35f91c4622da85743a7dccd909ba36624d1baa 47 0.02/1.00 vMB 151
241,702 241,702 00000000000000d3df19b3793bc3826909eefda5b1e3464174406d4ecdf9915e 202 0.09/1.00 vMB 161
241,701 241,701 00000000000000b19f849243c751237700330d5ee62c6f571dd9cde2d6bf8ea6 22 0.01/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 783.56 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: 774.26 GB
    • Received: 20.66 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.