Loading Tool

Explorer IconExplorer

Memory Pool

79,197 transactions
29.32 vMB
0.09769292 BTC
Random Selection Loading Transactions
Max Size: 177.23/200 MB

Candidate Block

Mining Attempt c9deb75c97ca2d5128e5a21a77ab8fc8e1bd3ec7e13e1b2fb2015b2d71ecad10
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 112e35a23aa99a44fffe905a60e2f5bf86f5ca946558fa457564e39ab7e1f7db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.03540646 BTC
Feerates: 150.62 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (543,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
371,427 371,427 0000000000000000036347977a678208f405655a4eeeb8873def4fbd52529a0d 635 0.33/1.00 vMB 38
371,426 371,426 0000000000000000002c069328b7b0f5aaf5e33f43a39e5687b38c4f2f519e26 125 0.06/1.00 vMB 36
371,425 371,425 000000000000000000153335fef6471230cc44379228ae52e15d97a8326e8715 103 0.05/1.00 vMB 29
371,424 371,424 00000000000000000186ff81ff978da0870c34ca90934dcfc589072581d8ca48 339 0.25/1.00 vMB 34
371,423 371,423 0000000000000000035db76947bd51254f6ead169cceb9e60cf7b203f08dd3ed 263 0.16/1.00 vMB 29
371,422 371,422 00000000000000000b42e34fb451d2692a9cffa92b05204283bad777d72d70e0 537 0.29/1.00 vMB 35
371,421 371,421 00000000000000000cea2f2b8122f896109b89d41cc7f2e13099c23dc46b8725 555 0.30/1.00 vMB 37
371,420 371,420 000000000000000004e11ce76a07651c3a53790692f0bac003f3ae6a9bdd30a5 763 0.87/1.00 vMB 19
371,419 371,419 00000000000000001189e429aaf17abfa2cf54ab6a7a0bff21e31f44ade79533 1,169 0.75/1.00 vMB 33
371,418 371,418 00000000000000000d78e1402dfbe1aff6e06f55e6a789b8c0f1e998adf05f99 852 0.48/1.00 vMB 45
371,417 371,417 000000000000000011870adbb510456e0bab92eaae65a072cd4776f591715b61 325 0.22/1.00 vMB 30
371,416 371,416 00000000000000001003d830be695e44c9232a144d33cf68b63b9251aaad7a7a 400 0.45/1.00 vMB 18
371,415 371,415 00000000000000001264e5ab27e4a7b8da11582b9e3ffcd8c0f93504f60d4208 1,614 0.93/1.00 vMB 36
371,414 371,414 00000000000000000b25b0f6924b77848abde9e0862257b9ee234bc4d395ee98 958 0.54/1.00 vMB 37
371,413 371,413 0000000000000000073eb0b5dda0f48ecc184fac688cdcabfbaafa0d324aa9bd 63 0.03/1.00 vMB 38
371,412 371,412 00000000000000000b7e87e01eafc70a0c254437d0c9165df3200c2775e977e2 298 0.19/1.00 vMB 35
371,411 371,411 000000000000000007cfe4d5fe3375f5dfe95de2acab8d4ded0ace6f772c1455 431 0.30/1.00 vMB 32
371,410 371,410 0000000000000000091d9a8d4858c52f20b5d213007bffd4251988c63db27fbb 1,167 0.69/1.00 vMB 32
371,409 371,409 00000000000000000c7b2a1c2253f5a8ae37f764bad85432a304c43dd9aeb9d3 2 0.00/1.00 vMB 0
371,408 371,408 000000000000000013eef8a9a658cb7ab7d3b0758c22319e81b401fc8e2db530 113 0.08/1.00 vMB 35
371,407 371,407 000000000000000002e7eb4c8b8815c7eb48a1d09bf9035074375bd0a5ab8bc9 1,395 0.81/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.