Loading Tool

Explorer IconExplorer

Memory Pool

11,511 transactions
4.01 vMB
0.05261889 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.49/200 MB

Candidate Block

Mining Attempt e9697e3fe646a7611190ac0bba3227cce24402e94b179aa81a201e86d9882cfe
Version 20000000
Previous Block 0000000000000000000066e597de55a15db8b78d84fc2ca94be16924a847b593
Merkle Root d9aaa01b150189ac0044fe30ed0b6fc6158770fd899f04deda6365259447e03c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,386
Size: 1.00 vMB
Total Fees: 0.04787150 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,484 (657,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,221 256,221 0000000000000008eb3fca44109bb27457996bed4ed933660deaaf2c99e33363 435 0.25 vMB 64
256,220 256,220 000000000000002ddd88e1fae0899734d4d39aa4275c914ccc0a3bd100b0fff1 722 0.25 vMB 174
256,219 256,219 000000000000002e7d96b8c48da7bd7b8e1b433c78cb7c1b3c560a16bbe8921f 35 0.01 vMB 87
256,218 256,218 000000000000002ddd954f611f824c4fb90c05d7cdc6af3dace86f021ca3a25f 201 0.08 vMB 118
256,217 256,217 0000000000000006c1fec02cfef347b9e7488f09fcce25ee5610f5c01d510a4e 362 0.14 vMB 112
256,216 256,216 00000000000000015ab3ef17f6c13ed51b2cc30ed812ba7b79126c5b44458fbb 328 0.13 vMB 99
256,215 256,215 000000000000001ce6d17991b0c452d9ca5721ce1b6a31e93420158beefc8e46 999 0.50 vMB 119
256,214 256,214 000000000000001d687f80452e70438cf4fc53c45dff2acd07aeff2c73c2d1eb 244 0.11 vMB 112
256,213 256,213 0000000000000017869eaeb5e584ce5aebe9b9ce8b3b69a90733e01e498d7fb3 258 0.10 vMB 122
256,212 256,212 00000000000000019cbf1e3716713ce100505bc5e91b56043d50a51ce00a4919 54 0.02 vMB 73
256,211 256,211 0000000000000011e2a8ba6d749de90abeb96587b6def92751b0c8a8db94f7de 300 0.11 vMB 129
256,210 256,210 000000000000002d262650ff6a66d9e3c4e80ea4a6bdf9cbd3eb652d0f365966 86 0.04 vMB 69
256,209 256,209 0000000000000022b9a30b938027660f901f3de76845b04a628a38f48ecada6d 69 0.03 vMB 95
256,208 256,208 0000000000000006dbd10c216ff0b8b482d095958f86fe0d55a1aa459033efdc 284 0.12 vMB 111
256,207 256,207 000000000000000447778cf3bda5a9569cbe429048c02a6b511772bfb504de83 6 0.00 vMB 63
256,206 256,206 000000000000000633d4a69a358f79683b485fde75325770c1a7435ae60b1ae3 207 0.08 vMB 98
256,205 256,205 00000000000000249f2713deb215988c81fbefaf93918a884a8e3313349ac588 103 0.04 vMB 96
256,204 256,204 0000000000000018bcfb82c50b36b163ce29ad079d51d85aaafeb5efd65f48aa 59 0.03 vMB 134
256,203 256,203 00000000000000021266d5b8ec858ba86a04ea30af019b643bd74d94ab3affee 211 0.08 vMB 105
256,202 256,202 0000000000000024907195fdecebe13d613c45e89627100e49b0191bbe0f4cfe 81 0.03 vMB 99
256,201 256,201 000000000000000e223e2dcd8dee9655f1fe6f5a133077ebfe4834c61c113e8c 58 0.02 vMB 126
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 348.83 GB
    • Received: 1.68 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.