Loading Tool

Explorer IconExplorer

Memory Pool

79,665 transactions
29.64 vMB
0.07310958 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt aa921bfffbedd85a961dd91fdb5709d3fcc86b90a0101841cd8381d696e2a5f4
Version 20000000
Previous Block 000000000000000000005ca632d69633021cee09eb0a1dc73d46b978a1e9df69
Merkle Root b7598336b383563801d906d1cf191145bb3503ea84e8c4fa08c482523632f0ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,730
Size: 1.00 vMB
Total Fees: 0.01289319 BTC
Feerates: 454.44 > 1.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,985 (649,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,166 265,166 00000000000000038445e70fd05eaf3fc1faf4c1fe3972104818ed81c73dea66 571 0.24/1.00 vMB 111
265,165 265,165 000000000000000354946859e8b9f927a9bb12eb142a01c615049cfbd6a3fe10 7 0.00/1.00 vMB 91
265,164 265,164 000000000000000a89fbae30b76036e03a945dea4b94da041970ba2ef81be292 214 0.09/1.00 vMB 93
265,163 265,163 000000000000000a004d8e67f32f43cf2ebf7a11ebf330f96a8a130bf03797fd 309 0.14/1.00 vMB 107
265,162 265,162 000000000000000e22144c1b63942e9a34cc6ef8d29b948147421ee53793f5d3 401 0.21/1.00 vMB 103
265,161 265,161 0000000000000002cce05dda01c84d09483e225e4a16d02992fec0ed5e460a5d 56 0.02/1.00 vMB 107
265,160 265,160 000000000000000d2c825f11bef03b14fb2c5297e43340d8ca153a62db66b7f7 180 0.08/1.00 vMB 100
265,159 265,159 000000000000000d33332d08e6e54070384960da77bd70d995ea35b4490ab52d 94 0.05/1.00 vMB 28
265,158 265,158 0000000000000004f1d32dae0a888fe6efc21eca7404350fa559e8b3ab3ef5f5 254 0.15/1.00 vMB 90
265,157 265,157 000000000000000a7f7573c5e00c762d2439e848d39364bcef1a32e2bbcea17c 51 0.04/1.00 vMB 89
265,156 265,156 000000000000000a4ea7ac74fbecae0301224a0ef4876f8b50570bb7c7fcc65f 336 0.17/1.00 vMB 116
265,155 265,155 000000000000001007c2d64f99ee166e82566b0521024fe5b5b8ae866a32221d 85 0.03/1.00 vMB 173
265,154 265,154 00000000000000005e56b64db110c1744647a093e5ba3d0d2cd5bcdc88165b9d 36 0.02/1.00 vMB 28
265,153 265,153 000000000000000c331fc4320da3280bf9233eac3c08907c9c993f5f3d48955a 267 0.23/1.00 vMB 48
265,152 265,152 000000000000000bbe43c7ababd482fc7b9afbe0fd213fe7a08f3857e2b48308 82 0.05/1.00 vMB 72
265,151 265,151 0000000000000009259c7d240e11490006bd1bcef3b3e57ae9f0dd7ae2e5dcd1 169 0.07/1.00 vMB 88
265,150 265,150 000000000000000760622c3a7daaad5d9b7f1b61345ffd64c6a08ec2a35f698d 188 0.11/1.00 vMB 64
265,149 265,149 0000000000000004a9bc45d2cd36b701a4f864493f79acd208a2e2b156cddbfd 237 0.12/1.00 vMB 68
265,148 265,148 000000000000000d5f0ef1d4cfc4c4129cfbf2e288a2c34f19fdc0b47321641e 620 0.25/1.00 vMB 126
265,147 265,147 000000000000000bd5ffe40f8217b1d8024603869f16bc49c7a1bede5bfe31fa 113 0.07/1.00 vMB 58
265,146 265,146 0000000000000002172beef4a1c6a389c44f3e4d11e977469ca3a6829a0c9ea8 238 0.11/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.37 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: 663.23 GB
    • Received: 14.89 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.