Loading Tool

Explorer IconExplorer

Memory Pool

34,954 transactions
19.23 vMB
0.07568035 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 103.69/200 MB

Candidate Block

Mining Attempt 36cde68d3e4530f148a50d21503e6c009e0e6588c5e4f90332759aed02a8bf63
Version 20000000
Previous Block 000000000000000000012ebcc23dac460d6e7489fd9a60879ecbe2882fb6756d
Merkle Root 1f1881837ba38c4fb5bd74c0d868209677fd14c209dbca6dff3704c80ffd1eec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 0.99796775 1.00 vMB
Total Fees: 0.03903618 BTC
Feerates: 120.21 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,845 (662,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,437 251,437 0000000000000022a8c7f6499ee65cfeb8137d98ff52d143687a3502f6dde11b 18 0.01/1.00 vMB 95
251,436 251,436 0000000000000068315bda2240cd173bac4eb1cfd20fa57c26f6cd467a1b79fc 170 0.07/1.00 vMB 126
251,435 251,435 000000000000001fd11e5cd8240776a481d38f7b4157d6b09a54853de9df7523 39 0.02/1.00 vMB 95
251,434 251,434 000000000000000cfe49fa20e83c749b9919d4bbb067f9a1497c5e9601f35473 476 0.24/1.00 vMB 110
251,433 251,433 000000000000006383497d4f2deffbd658b76f85d5b3253ee9a07e9881573ef0 128 0.05/1.00 vMB 148
251,432 251,432 0000000000000014c86510fc7d868df2803f5a9ac9c6d3cf6912070d6e58981a 341 0.14/1.00 vMB 150
251,431 251,431 0000000000000017aba29434a20c01bca206727a3b1cd542634ba5eb20319cb8 65 0.03/1.00 vMB 143
251,430 251,430 00000000000000635597acfa9aa9643850a1b0edd20e0eea8d7bd66a1a22d1c2 21 0.01/1.00 vMB 177
251,429 251,429 000000000000000e310d39c718d2b2e3129c978c62887294588362218ba60225 52 0.02/1.00 vMB 56
251,428 251,428 000000000000003df15e16c18e40932d1a248b5740e7525a5b4ad61e254903e0 525 0.21/1.00 vMB 107
251,427 251,427 000000000000006cf7cdca8d63cd92d047da76e2f4a5d6bebefac440a9af67e0 53 0.04/1.00 vMB 44
251,426 251,426 000000000000001292d3b1e588efcb78fab6019cb6e30fc1042fa6251f2ca264 120 0.06/1.00 vMB 36
251,425 251,425 00000000000000565fd3373039eda3ec5e12ff8d29254def707accbf9d4caefb 525 0.25/1.00 vMB 143
251,424 251,424 000000000000002866ebc6ce928473d1c908a86e6658678646cd51fcffc3b467 415 0.18/1.00 vMB 107
251,423 251,423 000000000000001274637ea7f9684bac9e663dcb82a25bceddb7a9899197855a 75 0.03/1.00 vMB 161
251,422 251,422 00000000000000539d1e0db43ffc3b2e0ea3aedde1551574b1107c2d7568de85 64 0.04/1.00 vMB 18
251,421 251,421 0000000000000001824eeab0ab38b0d3a3642abe3c7f89fc7a3184ba9c1fca56 207 0.09/1.00 vMB 100
251,420 251,420 000000000000004cbc7658a8f6753447e601fd166c61011a3be3b300c74992f9 146 0.06/1.00 vMB 154
251,419 251,419 000000000000004b8e8f0f9c160b9d5a45feb87bbbf20908890fec4746c38b7b 128 0.04/1.00 vMB 134
251,418 251,418 000000000000006920f27492166f8575011d9fd8b392489257fdb7f9f5af1e01 422 0.17/1.00 vMB 102
251,417 251,417 000000000000006deaddf43bd20316d8414a240bf7aa0f52da43ff9def90dd99 92 0.04/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 780.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 521.45 GB
    • Received: 4.84 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.