Loading Tool

Explorer IconExplorer

Memory Pool

36,881 transactions
18.91 vMB
0.04180495 BTC
Random Selection Loading Transactions
Max Size: 104.38/200 MB

Candidate Block

Mining Attempt e293a001de3c12b9c3186b0e2fbb2f060c16d9a07b1bff199171c359370d198f
Version 20000000
Previous Block 00000000000000000000750cda13cb2faf3c1a95cd574d16602cff3e58023ec1
Merkle Root bf0265cf9527b789cc82cee79945b404fe430e4e0d5d99370d88b2d2c9b57e48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,800
Size: 1.00 vMB
Total Fees: 0.00563049 BTC
Feerates: 100.36 > 0.56 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,958 (739,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
173,995 173,995 00000000000008a83f5d91cdd97939e5ab17bc3e754b1eae23f3e876eb4ff89d 17 0.01/1.00 vMB 123
173,994 173,994 00000000000000a5c2edea5dbeb6a5787563c0fc28c0174efdc36659e8bdbc2f 27 0.02/1.00 vMB 22
173,993 173,993 00000000000005e574f519814c24b5ca173bcbd4f389a0e8a967f5e3cf6dc326 135 0.04/1.00 vMB 59
173,992 173,992 00000000000004e528056d0c778f3bd2237254a8375fde754525bf1025000936 36 0.01/1.00 vMB 298
173,991 173,991 000000000000095b36b83840b9103ef6735445ac33b7bf46b379dee86f4d6df2 56 0.04/1.00 vMB 68
173,990 173,990 00000000000001d0929398bbe73ea6ee54a9f859f594f3b05edc9b2cf36e3f2b 110 0.04/1.00 vMB 401
173,989 173,989 0000000000000075bb15dd9d231cc7d8fae65ea2881ff2e28bb0a5e2428eee98 39 0.01/1.00 vMB 188
173,988 173,988 00000000000000c9be952c3e0c33fe520e7e9e26ab282c9b03b9537fbca603c5 13 0.01/1.00 vMB 246
173,987 173,987 0000000000000033ffbcc1b9b00f7af88c93ba535395c3be8e0dd3e7f0d7ae16 20 0.02/1.00 vMB 76
173,986 173,986 0000000000000777e4b4b3ee406bb652ac85cb0665c4d21629291b82201b74a7 106 0.04/1.00 vMB 241
173,985 173,985 00000000000004c7b1f4e369bcd2b3a51a2343155c00a4318cb956677f52551a 16 0.01/1.00 vMB 221
173,984 173,984 00000000000006a3fca09878852cf952f216991312b5a95f3caaed3ac6255d13 24 0.01/1.00 vMB 60
173,983 173,983 0000000000000129b594da72202c0ec61cfa3820c889efb57b8815ddfb26df23 5 0.00/1.00 vMB 67
173,982 173,982 000000000000059d63e5ad61b39c3dd4acfc89cb4d17f4c9fbd090558dbf7213 51 0.02/1.00 vMB 129
173,981 173,981 000000000000091d1b4216717614c9e703d9f6001ba8408976cae41f32727de1 11 0.00/1.00 vMB 57
173,980 173,980 000000000000034b56d08bde2b9a8e20c47022038f05192f8cfaaaabdc7ea672 15 0.01/1.00 vMB 702
173,979 173,979 00000000000000ad0bd7cb3e12bf4a51c1dc14042e0c92e6c8da3cbdb1078bdd 141 0.04/1.00 vMB 107
173,978 173,978 000000000000081a2b3abd1edcfe45b7a5f71605b9561fb46fac1eb83d9b9f0e 1 0.00/1.00 vMB 0
173,977 173,977 0000000000000841fc9a90ce1343666cc90687cae38d250a096af11a64df6096 12 0.01/1.00 vMB 55
173,976 173,976 00000000000002aa00fb4d87bec557c6747449d2c4c03bb2fca92ce2307ab650 13 0.01/1.00 vMB 59
173,975 173,975 00000000000002f32b32f8e9098975c60903739931373c6dca0a7b710ea4d038 13 0.01/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 780.53 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: 535.67 GB
    • Received: 5.92 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.