Loading Tool

Explorer IconExplorer

Memory Pool

79,625 transactions
29.80 vMB
0.08862607 BTC
Random Selection Loading Transactions
Max Size: 180.12/200 MB

Candidate Block

Mining Attempt 9572e6cc6ceb3770ca6c7c38817b1e7bee7207820e2a90fa3dabdff43db4e8d2
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root f3625e8f844c514eab456d39373afb80f996dd9450f152bf301521064e491e3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,089
Size: 1.00 vMB
Total Fees: 0.02143693 BTC
Feerates: 40.21 > 2.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (673,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,207 241,207 00000000000000e0aef16e1889279b4ecfc815bb48ce2e7b2668ae563a88cc7a 201 0.10/1.00 vMB 135
241,206 241,206 00000000000000e787eb22c9315c7306ce44f7f1832bc8595b204922c9d87cd5 280 0.13/1.00 vMB 176
241,205 241,205 00000000000001054cdd82631e95c5ff5d0d3ffe6aed7c6d6c8780115fed7011 329 0.10/1.00 vMB 112
241,204 241,204 00000000000000379eba5617b11ce8857d8a8471251967810e47c8ec852eff5f 202 0.10/1.00 vMB 152
241,203 241,203 000000000000000c9d8256cde2d4aafbfdbe0c41ce4a6a0227a4dea3031cfd39 313 0.13/1.00 vMB 205
241,202 241,202 0000000000000104f46d559cba6bd849225d6a42b68465ceb1d549571c6f5aeb 9 0.00/1.00 vMB 127
241,201 241,201 000000000000005ecff3999490cdfaee79c762519496ae2c2ed19a6f0c73b60a 57 0.03/1.00 vMB 115
241,200 241,200 00000000000000a744781cdf08f2fa90a12c9fcacb761100c0d08465dd3650f8 120 0.06/1.00 vMB 138
241,199 241,199 00000000000000f7a6be6519d851e00be8a3c5ee7e11a9017b1d61b1519d4eeb 251 0.11/1.00 vMB 174
241,198 241,198 00000000000000926326b8d31d3f8eb3985b1992094758feacf438c6c8aa83c1 377 0.16/1.00 vMB 172
241,197 241,197 00000000000000d3e13684a5ca80ed4bad5f568cede2f20e1afa9e99da615e4d 283 0.19/1.00 vMB 126
241,196 241,196 00000000000000f405c2468bf13ae958ea41dd520b0d44a83314180d70bc63e3 215 0.11/1.00 vMB 147
241,195 241,195 00000000000000e98f103fdd22c93b6d2e85ea50e9cc8e0f7e2168da303448dc 245 0.12/1.00 vMB 143
241,194 241,194 000000000000008c5aa7a5b757e42e7f114e3f4716490a10e9af05935856acad 581 0.25/1.00 vMB 130
241,193 241,193 0000000000000054bd6c6cee14f27a0d30522535f3b0692cdb0f7d116542ff0b 699 0.25/1.00 vMB 218
241,192 241,192 000000000000007d6e894947f371ac817687060d5f64f5f6e78dd7432bcf0f69 283 0.20/1.00 vMB 135
241,191 241,191 000000000000004b6b06e98d40738493b2df3fefb55f73edfa915c5c797f84ca 692 0.25/1.00 vMB 337
241,190 241,190 00000000000000ff103d4fababc8c648b5eb4e5c877af6de5a765a8741a23de7 296 0.15/1.00 vMB 188
241,189 241,189 00000000000000b9acb54fde4a4a7d376b86600bf1792b8a093fa852ea67f888 139 0.06/1.00 vMB 197
241,188 241,188 00000000000000ce246fc264cf7d437587eba7abdb1c92495a9ac0adbdd038aa 327 0.14/1.00 vMB 232
241,187 241,187 0000000000000015a2a3733652142f1c0bed82c3c751f9b447c70bd1f34bc94c 66 0.02/1.00 vMB 164
Previous 10 blocks ↓
Total Size: 782.64 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: 672.37 GB
    • Received: 16.21 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.