Loading Tool

Explorer IconExplorer

Memory Pool

76,427 transactions
28.57 vMB
0.10154209 BTC
Random Selection Loading Transactions
Max Size: 173.12/200 MB

Candidate Block

Mining Attempt 8522f0adde2da97c4a71a183a7bcaf45447bc2ecb1d54d9774f625f52d9f38e8
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 3bec84d98a2c34811ad569fc7bc34182cafc5b443eaeaf17cc9aa3975ff0e512
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,368
Size: 1.00 vMB
Total Fees: 0.04236328 BTC
Feerates: 101.65 > 4.24 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (260,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,123 655,123 0000000000000000000502a930ee7ae457d72940d766d954eb4c0b0e82030bd2 2,539 1.00/1.00 vMB 181
655,122 655,122 00000000000000000007087ebd98a8583e8fc6b93fda448a2222eedd428a3392 2,890 1.00/1.00 vMB 224
655,121 655,121 0000000000000000000537f28a71d7ca044242978f67c8a31534f13fa260e9f4 1,174 1.00/1.00 vMB 268
655,120 655,120 000000000000000000061f2b099fc2e0a9ca5c753d8c68584ac163910330d779 2,792 1.00/1.00 vMB 333
655,119 655,119 00000000000000000008c24af1ec5945cd26d3ffbd8644e344ae05d285f4ea96 2,661 1.00/1.00 vMB 149
655,118 655,118 00000000000000000009613cb1e3f1a3261e392168d7141aa695d6412e89f087 2,442 1.00/1.00 vMB 133
655,117 655,117 0000000000000000000582f6a66af61935b28f568f0c8763e8861a5b748385ba 2,504 1.00/1.00 vMB 185
655,116 655,116 0000000000000000000894f728663f572e245229e31f2cd3f8561300ba24b84c 1,974 1.00/1.00 vMB 144
655,115 655,115 000000000000000000001d79ac7931258481c16b39851e65bfeb9f04eaf85927 2,463 1.00/1.00 vMB 195
655,114 655,114 0000000000000000000d2cd5bb23e9a0b1255f40fb0acc93083514132005f306 2,405 1.00/1.00 vMB 238
655,113 655,113 000000000000000000025c0afb18a1d7594b6cfb0ed509ea8aa3337d0ebe4bfe 2,222 1.00/1.00 vMB 299
655,112 655,112 000000000000000000050f94d0f879c1c717c188b56d8b66a95b60d516af1de8 2,304 1.00/1.00 vMB 294
655,111 655,111 0000000000000000000233f94d4f1d16d6d6848fd2dbc1e78dc3af658c82fcbe 1,820 1.00/1.00 vMB 344
655,110 655,110 00000000000000000006598a6d32fe7b2c5966043bbde96180b0912d23f70b94 2,248 1.00/1.00 vMB 180
655,109 655,109 000000000000000000057787985e72f112c0602421ffa415f104b8b7d97f4e07 2,409 1.00/1.00 vMB 181
655,108 655,108 00000000000000000004e9ca4d7939c6bc290e07a892e2e09fe03870d6d0ba39 1,878 1.00/1.00 vMB 209
655,107 655,107 000000000000000000008bf89e49d6590c8206b53bac5f4744736db7e079343c 1,790 1.00/1.00 vMB 268
655,106 655,106 0000000000000000000b12c392933fa822d916a596a6af10413e740bfafb6df5 2,467 1.00/1.00 vMB 328
655,105 655,105 0000000000000000000221b2e7e40eef9053e9eeec37c8b7037292d104efd875 2,612 1.00/1.00 vMB 253
655,104 655,104 00000000000000000007aa0cfe7968cb1188926b2315960af440fbbe2efbb5a2 2,173 1.00/1.00 vMB 325
655,103 655,103 000000000000000000043311523eea65eff8e70b33bebd5f56ddcbfd8d3df952 2,332 1.00/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.02 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.