Loading Tool

Explorer IconExplorer

Memory Pool

78,225 transactions
29.63 vMB
0.09153638 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 7834c299438a297cd77d1e7ff15db7ee05f7dc5712a3131adc569495d1a8f271
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root d1b167ca1012b4fcf4bf454ed5669f4e119b75585ca8c48ecd37f9050b5cb78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02575233 BTC
Feerates: 477.45 > 2.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (346,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,441 568,441 00000000000000000001dd2e48fb4be36ff2c83dc937f0cac647af9b94eacd5b 1,128 1.00/1.00 vMB 82
568,440 568,440 00000000000000000016ae7fbba373458a6ca74a7fb1ae0ce44520609b9dd4a2 1,968 0.70/1.00 vMB 16
568,439 568,439 00000000000000000021f81dbf76b24831e4478e02b9a151dc973536aa4abde2 1,945 0.72/1.00 vMB 16
568,438 568,438 00000000000000000019b88eca09999762f82a15048b656b3155819673c83a20 2,293 0.88/1.00 vMB 17
568,437 568,437 00000000000000000026d6849fbfb877ce2694169bd04f6be2e33e78e7b929f1 1,217 0.48/1.00 vMB 20
568,436 568,436 00000000000000000004273a451521127d8cb7849ab4113f17f15fbf6b83224e 1,311 0.70/1.00 vMB 21
568,435 568,435 0000000000000000001259586c2feb4690edfcd2ac3d08f8e6dd10c303148491 1,617 0.82/1.00 vMB 6
568,434 568,434 0000000000000000001ea2c9a91aa2adc82d3e4965d9f8d361e2594e21919f03 2,132 1.00/1.00 vMB 21
568,433 568,433 000000000000000000183cee3b702734d7a4e6e87d614fd712d43cf5b876bf65 2,456 0.93/1.00 vMB 19
568,432 568,432 000000000000000000052d06e8c2107baa4725d555df3c08cbfd3dbe62d2fd63 150 0.06/1.00 vMB 19
568,431 568,431 0000000000000000001931a33b0757fb700e11a8e2037a4c66dbfa4efa28f8b3 1,837 0.65/1.00 vMB 19
568,430 568,430 000000000000000000189b7e5bff4de409b5f357e470881ed78ffb6c040a1ee7 153 0.07/1.00 vMB 20
568,429 568,429 000000000000000000121ec096543518aa8ae64a9f3863120ed5af2354a3d8fb 1,128 0.56/1.00 vMB 13
568,428 568,428 000000000000000000017236009355c22aef197a95c647d7d0102e356fcc3d62 1,959 0.72/1.00 vMB 17
568,427 568,427 0000000000000000002e32c40779172ffa5c6f43631dc89ea07607595d3f0749 2,160 0.97/1.00 vMB 6
568,426 568,426 00000000000000000000e053c6f7fe1012485ac6c9783f5561dca041c61ae010 2,981 1.00/1.00 vMB 7
568,425 568,425 000000000000000000055ffba6aae473b31acce64193d8a44c7ddfbc31eb82d4 2,583 1.00/1.00 vMB 34
568,424 568,424 000000000000000000009bc5c92957e5408c45ccfb03fe3e318b795b0ab0a408 2,956 1.00/1.00 vMB 20
568,423 568,423 00000000000000000019eb4a6930d5929fc77e75c7e05cad4293850e01d418f8 2,835 1.00/1.00 vMB 21
568,422 568,422 000000000000000000002c7bab32881dedd83fc9f1c9d41d7005150fd20dff90 2,774 1.00/1.00 vMB 18
568,421 568,421 00000000000000000000c2d02d33376aca7a57d2aafdc2b5c06baf729f559034 441 0.14/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.81 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: 710.32 GB
    • Received: 17.07 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.