Loading Tool

Explorer IconExplorer

Memory Pool

77,654 transactions
28.82 vMB
0.06973257 BTC
Random Selection Loading Transactions
Max Size: 174.91/200 MB

Candidate Block

Mining Attempt c8a8ff6e1f0f257d9f06ebc15a74e4c12e8ad97b2309c2446218947cd4f08bbd
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root aded0c130636c77cb9aba73443f5fb5e381f5c65ba38442d016a21d505614d7e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,958
Size: 1.00 vMB
Total Fees: 0.00980746 BTC
Feerates: 73.20 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (171,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,178 743,178 000000000000000000027fb179c5b19deae6c26c128ccbfdd9b33597a06f49d7 3,196 1.00/1.00 vMB 12
743,177 743,177 0000000000000000000573388bfb65eebf4a259d222427270876de8fe2b57b7f 2,863 1.00/1.00 vMB 19
743,176 743,176 00000000000000000001aaefdc145c841cac41355e54196b05b7f55024b9d01a 3,068 1.00/1.00 vMB 25
743,175 743,175 000000000000000000038f0151325682c56b85c86065cbcbd3d06efe1f0682d9 1,468 1.00/1.00 vMB 15
743,174 743,174 00000000000000000003a8ac8fae99ddd68ce8d1eef0fb8306dd71b1d4173b5c 2,360 1.00/1.00 vMB 19
743,173 743,173 000000000000000000015b84419c15deefc115ec63e9dc1fabaa5b36a44b584e 3,368 1.00/1.00 vMB 24
743,172 743,172 00000000000000000002b39e7eb2c86cf21c790acf6ffae2a058d20e4ce483b2 2,063 1.00/1.00 vMB 20
743,171 743,171 00000000000000000004642d8078838b8b24955bb549bc71aeb6f21b7fb63d42 2,790 1.00/1.00 vMB 35
743,170 743,170 00000000000000000002e5b35dbfe2266c09ea8809e26363e5649614be3255a2 2,847 1.00/1.00 vMB 20
743,169 743,169 000000000000000000053e0e28ead2a6d77f81a7b489eacca7937975a34f18fb 2,593 1.00/1.00 vMB 13
743,168 743,168 0000000000000000000488b9f3debe984ca2df373487488e4b83ea68df34fa05 2,490 1.00/1.00 vMB 5
743,167 743,167 0000000000000000000748478f21b47b0844f116a42859547541fd14969378a1 3,353 1.00/1.00 vMB 10
743,166 743,166 00000000000000000005a3cf66ebc3daeda6cfeb9a82c84fcc8e0797ad97cd65 3,123 1.00/1.00 vMB 25
743,165 743,165 00000000000000000000d4ae59277dd4ea1133dbb6777da1efe83deb29b16ab7 1,842 1.00/1.00 vMB 10
743,164 743,164 000000000000000000081c33d76cba8af867abf14ee66f86be6a5855c782c41e 3,334 1.00/1.00 vMB 16
743,163 743,163 00000000000000000006e1dfc3fe449b08a9e845b9e567b09c8d1a44cfb65708 3,555 1.00/1.00 vMB 20
743,162 743,162 00000000000000000003a1e15e556d649fca91b5d8d6dbca1095aac436fcab86 2,683 1.00/1.00 vMB 15
743,161 743,161 00000000000000000002ebb5f6da883cf4064d48af657cf9f70cc5cfb82bc1a7 2,619 1.00/1.00 vMB 16
743,160 743,160 00000000000000000008e5d03c033ccbd99d428e1e29419cc2c8bec7d4776865 3,201 1.00/1.00 vMB 47
743,159 743,159 00000000000000000006e8b7d56bf13097dd6a828d263cd59b3df7bc7143ca05 49 0.01/1.00 vMB 13
743,158 743,158 0000000000000000000753768e6ef8fde83105181d75e85bab75769a8fe60a3f 1,205 0.39/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.57 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: 671.00 GB
    • Received: 15.85 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.