Loading Tool

Explorer IconExplorer

Memory Pool

82,614 transactions
31.88 vMB
0.11264515 BTC
Random Selection Loading Transactions
Max Size: 191.15/200 MB

Candidate Block

Mining Attempt 82fd95b62621dc412e65bfc691abc9f105e21636b987bdc1393227644fe1cf4b
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 9b2e4bace75bd700d42188103502f1eb5ab282b7a6d3a084c14708a5ece04e15
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,450
Size: 1.00 vMB
Total Fees: 0.02641299 BTC
Feerates: 99.50 > 2.65 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (706,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,421 208,421 000000000000040920e5a5baf5702d5b80b9b8adc2f0f1a3f257f69db2940344 161 0.08/1.00 vMB 152
208,420 208,420 00000000000000f9409abc9bfe8c7b6c97e656c8b4272fa6e06edc7c8e262274 12 0.00/1.00 vMB 154
208,419 208,419 000000000000033ed81a54e31bb4aba07ec8c2ab036ed16895b7294fc6cf8165 169 0.09/1.00 vMB 80
208,418 208,418 0000000000000195a1342bae48e1d4ef07db5f667121b6afa5a895b42104d47d 516 0.19/1.00 vMB 203
208,417 208,417 00000000000000d66efb898f7b1875a9010bc75fccc435eda4b5de3e301afb32 59 0.03/1.00 vMB 130
208,416 208,416 000000000000031a3d58a9f94a7d64966b25a27b635a2bc24a30cc12e795a758 192 0.08/1.00 vMB 207
208,415 208,415 00000000000000f93d6a1269b075b40cdd57d84492aff1102d0de42896f143f0 147 0.09/1.00 vMB 126
208,414 208,414 000000000000042bc859b151e0bf8be09a24b91476610caf682b809baa5e90e9 688 0.23/1.00 vMB 224
208,413 208,413 00000000000000ffcf11bde034bdfbcb9b20bc55a865e09ec7e1429c49f15d1c 193 0.10/1.00 vMB 861
208,412 208,412 00000000000003b99b1e1dc00e0d9e63b0f1bac80304266395f846c71abba020 94 0.05/1.00 vMB 158
208,411 208,411 00000000000001aaad98d9120d2d8285501fcc08c327eb028a1c98d3ebda7780 93 0.04/1.00 vMB 58
208,410 208,410 0000000000000216cc535a94fcb2cc94b3f76ca347efd1388591430ab38d4f9d 78 0.04/1.00 vMB 103
208,409 208,409 000000000000032af56af638d30f490da13e6791cbb16e552472dd69050ce154 271 0.14/1.00 vMB 160
208,408 208,408 000000000000020f89745298bab34a19790682bc651b38ede2ec9c77de0668fe 589 0.33/1.00 vMB 143
208,407 208,407 0000000000000055b53abee5400e3dc811a6ee970d37a15f6ca74b973fd4946d 360 0.15/1.00 vMB 177
208,406 208,406 000000000000042024e2437f1ee506890caf1d9841c04a5dff29761be1cf63e0 1,009 0.42/1.00 vMB 289
208,405 208,405 0000000000000127a04cf118da1bb5a819b53150f7f236c62b410ea4c13e7ee8 244 0.09/1.00 vMB 171
208,404 208,404 00000000000000506961379995d5b8001eb03240ea449f22d40a9952e9d14e0f 36 0.02/1.00 vMB 167
208,403 208,403 000000000000013091c249577dd8023a1f94d0ab8662ad22c27713479ab5e590 141 0.06/1.00 vMB 145
208,402 208,402 00000000000001aa0982c5ef2dafd4c8c8be91c8fda834e3c375f5349f7d7228 316 0.22/1.00 vMB 81
208,401 208,401 00000000000000892502ab7e98512bf9c28195016f3fd7489b5c8f6bc9bcad3b 11 0.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.