Loading Tool

Explorer IconExplorer

Memory Pool

78,676 transactions
29.49 vMB
0.08270382 BTC
Random Selection Loading Transactions
Max Size: 180.57/200 MB

Candidate Block

Mining Attempt d4755b21f94e10c638e5504a69366d7ebe9ce6f3dc55d0ab44e08de25a79b12d
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root d9cbd67c95eebdae134dccf6dfa655356187f7588c9f190ada62891b7d7e87b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,326
Size: 1.00 vMB
Total Fees: 0.01793460 BTC
Feerates: 94.79 > 1.80 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (128,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,236 787,236 00000000000000000004c3b04feb189b650aa7c8417837139a15a6b94bf159ac 2,457 1.00/1.00 vMB 33
787,235 787,235 00000000000000000004dd71ead67d7409f5250583ca40efe940420b41f90917 4,221 1.00/1.00 vMB 37
787,234 787,234 00000000000000000005b1d6c29b947000c76d2b0055cfb181c58a4af4a1ab8b 2,768 1.00/1.00 vMB 44
787,233 787,233 00000000000000000001dccbda4a024ec361744df5f817be966bb0260ca51807 2,238 1.00/1.00 vMB 51
787,232 787,232 00000000000000000002c30e4c8bce762bdcb93f5e9fa559cb9c6dbc5fce3a67 2,477 1.00/1.00 vMB 41
787,231 787,231 000000000000000000015373f80e381dcfb4c850f24c37ed960fc416ca220577 3,366 1.00/1.00 vMB 46
787,230 787,230 00000000000000000005ab153734297120fcd5035188cc0ae48cba8b770437a5 3,679 1.00/1.00 vMB 26
787,229 787,229 000000000000000000024bc824151e71317d015c12a2f375fb85a99c159cd0c4 2,958 1.00/1.00 vMB 28
787,228 787,228 00000000000000000001be3684f4847c80d58532f3807d898ea9e6a46545974f 3,172 1.00/1.00 vMB 29
787,227 787,227 00000000000000000004702b7c3e34b069a2e78646f186706d0bf1e9f70deef1 2,122 1.00/1.00 vMB 18
787,226 787,226 0000000000000000000271d7d7719766b29d3ded7a8d579f315e19bc015d87f7 3,468 1.00/1.00 vMB 26
787,225 787,225 00000000000000000005c5d4f5ce9aea9151f086a3296ad7d3e2b275d585d03d 3,453 1.00/1.00 vMB 37
787,224 787,224 000000000000000000013cfdceefe905a5da8ac383e20bec9ca236f6ce6de288 3,610 1.00/1.00 vMB 35
787,223 787,223 0000000000000000000207e46cb7f864fc5fa401d2ad2b79e19114999dd46516 3,020 1.00/1.00 vMB 32
787,222 787,222 000000000000000000040b9892d2f88c1d8843c299a94f6325748ea68aedbb5c 3,161 1.00/1.00 vMB 36
787,221 787,221 0000000000000000000414387d01f4c8b4ced6c43d9f79678461f3d662323ed1 2,756 1.00/1.00 vMB 28
787,220 787,220 00000000000000000004f157eba45fb8f2b1100d08194fc21f96a5e371099f36 4,193 1.00/1.00 vMB 33
787,219 787,219 00000000000000000004f4ce41ea577fd3104f6377b564f1d45ea2f4f6dc581f 3,974 1.00/1.00 vMB 38
787,218 787,218 00000000000000000000d193a2ec525adb4439229e715ad22b47f18d7c593b04 3,849 1.00/1.00 vMB 52
787,217 787,217 000000000000000000002923706db5134cb343a6bd473071a8db2da170a59603 3,709 1.00/1.00 vMB 37
787,216 787,216 0000000000000000000506e1675e5a23afd7befb465b3dfc4bb93705e4d8b66f 3,257 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.80 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.14 GB
    • Received: 17.03 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.