Loading Tool

Explorer IconExplorer

Memory Pool

77,116 transactions
28.61 vMB
0.08892669 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt 8e00bb244385a448e5ce662ea9b8e1c3a37ca011064e48a9cffd931ee5eb561c
Version 20000000
Previous Block 00000000000000000000ec814f6a04cd5247383be9ebea2cfd71c6247fc02550
Merkle Root 4b366414501cba4c2d8458af274cb14db23f7c495a3846effe9904caa73142a6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,980
Size: 1.00 vMB
Total Fees: 0.02325939 BTC
Feerates: 402.60 > 2.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,308 (461,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,202 454,202 00000000000000000060d1380f4f5e22493dca4644ae362bb40a5232e0475295 2,235 1.00/1.00 vMB 161
454,201 454,201 000000000000000001d0ab96448ef4cec3803ce4c59ce544f7d756e8387c5a2b 2,642 1.00/1.00 vMB 157
454,200 454,200 0000000000000000023e1faca4b973f8247c0a0630f1bbd60c9dd95db53d6035 2,052 1.00/1.00 vMB 133
454,199 454,199 000000000000000002708ab6c0fbc2b42bc8c29f720f0ab0071a5ee8c638ba94 1,303 1.00/1.00 vMB 160
454,198 454,198 00000000000000000140173560f3f40bdc8eabf09890355989819c092aa336f6 3,259 1.00/1.00 vMB 87
454,197 454,197 0000000000000000025d5fefb61f66aaacde0352a818c355d2be334a17925968 2,492 1.00/1.00 vMB 142
454,196 454,196 0000000000000000000bc212699a51d04d97a1d22b1a84e2df86a239c44f694b 2,033 1.00/1.00 vMB 106
454,195 454,195 0000000000000000024a7d61ac91671a20378d2a7413ee2b21424ecfae87204d 2,902 1.00/1.00 vMB 170
454,194 454,194 0000000000000000018d8693efa8616b548e0a2f9a3d0bd3b5e82b2cbfa26b7e 2,424 1.00/1.00 vMB 154
454,193 454,193 00000000000000000063bbf0d6b288ec8fe015dce25a92ef6fdf52e9b28d58ea 2,592 1.00/1.00 vMB 122
454,192 454,192 000000000000000001cec9e0bb10cef09d48ce5ce2781e9d5b062f5e30cc79c7 3,007 1.00/1.00 vMB 121
454,191 454,191 000000000000000001a213fb5ca2178a00a44ab2b8cdc8c8b081ea3827c81088 2,549 1.00/1.00 vMB 141
454,190 454,190 00000000000000000007d205b68eb98437b8780324eb35d3d4fe479577711ded 1,998 1.00/1.00 vMB 72
454,189 454,189 0000000000000000015beb647799c06b348f914ce96ccae4066fc25f68314a3c 1,824 1.00/1.00 vMB 83
454,188 454,188 000000000000000001208f2bec0de18e983ae506d31ea8597fc6a92c440aa731 1,977 1.00/1.00 vMB 112
454,187 454,187 0000000000000000010a2638c69028ea328bde155e3ad29d7b5c72036c8aae8f 2,891 1.00/1.00 vMB 178
454,186 454,186 000000000000000001fe10a77d40a339651162a041445ea3c91197143ee41039 391 1.00/1.00 vMB 78
454,185 454,185 000000000000000001b844111d40c1582c131a1ee4ae105607e67684a0bb8bfd 1,062 1.00/1.00 vMB 97
454,184 454,184 0000000000000000017b911c332a70089f1260569905c2fd1dda46fc35272f58 1,552 1.00/1.00 vMB 116
454,183 454,183 000000000000000001dcab3c9961dcaff81e21851acf28c79bffc1e5b645e073 571 1.00/1.00 vMB 83
454,182 454,182 0000000000000000025485c6a58ecde13772bb9438b9693908736083c1028992 1,964 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.92 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: 714.52 GB
    • Received: 17.56 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.