Loading Tool

Explorer IconExplorer

Memory Pool

27,761 transactions
12.59 vMB
0.03935593 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.19/200 MB

Candidate Block

Mining Attempt cf2a9299a2d7bde3730d4d7f9ac6c5ebcb4a5796144c5141e6dd6973b4592630
Version 20000000
Previous Block 00000000000000000000eb36ee3e6947a9e850649902af9ef9b61f08ab73877e
Merkle Root 833cc0565dadc4590b69f6b9447a4600d51fa8911fffd1fe6f3119b0b345e932
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 680
Size: 1.00 vMB
Total Fees: 0.01214984 BTC
Median Feerate: 2.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,517 (717,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,180 196,180 0000000000000497075d8847b3755889b57895031b006c71b87c6785c7f8001f 128 0.04 vMB 22
196,179 196,179 00000000000006de971b6d49bfb968774987ba5db89c267770249b78bfbc9d51 126 0.06 vMB 82
196,178 196,178 0000000000000666518d22b953feee5a90762d9cf5026c59c11dc48bb05cff69 351 0.15 vMB 192
196,177 196,177 00000000000004b0bbd44857394942e544bd0137578efa880f36d5111ee279b1 32 0.01 vMB 0
196,176 196,176 00000000000006912ce32f49cdbe5416a6f52ffc8d4446957f58430c368593c5 243 0.10 vMB 120
196,175 196,175 0000000000000388c6ea2290042fef04f1b25e646b89eda3b8d509b41bf42dba 1,024 0.30 vMB 27
196,174 196,174 000000000000043e785a68a0c1be499d1306048719b9e6395438176040b3d1a0 1 0.00 vMB 0
196,173 196,173 00000000000003109528bbfbf635404925f23bdd270caafabb677692718ec68f 66 0.02 vMB 134
196,172 196,172 000000000000042abbdaa911e2ce583c7864b97de75cc9f26db59f8a4a953be1 45 0.02 vMB 296
196,171 196,171 00000000000004196afe1a7e4b5bf06075b5c9a1d0eb548669e37ee1f81e2431 43 0.03 vMB 78
196,170 196,170 00000000000000549795e8b65df08a315fcc6ab5077193050a015fc1e55be288 164 0.05 vMB 267
196,169 196,169 00000000000003067062fe01fa33a7760c3dc16358f5d28e22e5cda8b3e2c7da 201 0.08 vMB 123
196,168 196,168 000000000000033196d49614d6149fff774a350ab1868321bf53eb0bce060661 245 0.09 vMB 142
196,167 196,167 00000000000005427d26261f39e363192fba31474fedb18e6112331165f7299e 171 0.07 vMB 105
196,166 196,166 00000000000004e45d7bdbe03f5e7dba3c89cc2bdf21a6c3a7f791071d53cd02 164 0.07 vMB 122
196,165 196,165 00000000000002e8f06dc58ac691f8700c59c7fd48bca353880eb574a4c138bb 149 0.07 vMB 108
196,164 196,164 000000000000032f4bf4db178af4952ffdfeda4005f17cb6ce72f50de269b6a1 259 0.11 vMB 169
196,163 196,163 000000000000003569d481cd12ee06a0013047505ac55bc80e956c2df6748e5a 122 0.04 vMB 86
196,162 196,162 00000000000004b8c6b01da18316077de0597d3a42b7279e66a95df590e7f74c 178 0.09 vMB 117
196,161 196,161 000000000000020904b39e8b41d61e8337aa0d08e0fc0b3e6e92d905f2623a35 245 0.10 vMB 111
196,160 196,160 000000000000039009c6405a36345fbbd15e3fc4c9c933ba799c1901b5c5c71d 119 0.09 vMB 89
Previous 10 blocks ↓
Total Size: 779.76 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: 389.24 GB
    • Received: 1.98 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.