Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
30.17 vMB
0.13302133 BTC
Random Selection Loading Transactions
Max Size: 181.44/200 MB

Candidate Block

Mining Attempt 4a32bcd3f9336180e90aa60f06bff9c912cec76c5c6dd556e7d5c06a1f5753b2
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0b4b85dcefa81561210d252e45d662907cf6802da27d653be4cbc1b420f70276
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,017
Size: 1.00 vMB
Total Fees: 0.05597708 BTC
Feerates: 242.90 > 5.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (688,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,604 226,604 00000000000002e5051d06164b871a0c6d8a40fd6a173f2e4e68a2e23d796100 290 0.12/1.00 vMB 176
226,603 226,603 000000000000009692a4a2bc21f233abba5e0555889d9dbc8f9f52a02a172cb0 512 0.42/1.00 vMB 58
226,602 226,602 000000000000013edf2e94f69d367ba88404f4c6f960bdc80e3a8d7c029cc17b 163 0.06/1.00 vMB 161
226,601 226,601 00000000000001197def6983a14c6eb9266c178037ba912a91d5732c69b1d21c 346 0.15/1.00 vMB 191
226,600 226,600 000000000000031c94b9119c94eeffe1ac8013beb8c3b319843e134c57cf851a 196 0.08/1.00 vMB 223
226,599 226,599 00000000000001fc8202b662cd95a850e60647846bacc7a23732ede2556ffa3e 187 0.07/1.00 vMB 325
226,598 226,598 000000000000011dbcd5aa159b148eb574f5b47936980a959c4c9117cf3c7be5 206 0.09/1.00 vMB 166
226,597 226,597 00000000000002dcb4b21383c9344ede82f6ff6bc10e95f4b9c54a86b1a9edd4 199 0.08/1.00 vMB 167
226,596 226,596 0000000000000319bd6a760b5d7c5186f836e96cd60c2b02445e2fbf2be67217 294 0.12/1.00 vMB 187
226,595 226,595 000000000000010846a7d6879c9e030fef1f34f0c6fbb7b7a8487c8a7bf53b5f 234 0.10/1.00 vMB 168
226,594 226,594 000000000000002db902b2c7d9b9ed075616f6e2e47e306688b95025695535cb 125 0.07/1.00 vMB 56
226,593 226,593 00000000000002324fff13da6510a4af19e6086f548bf0157618b5aa7aa7d4b0 297 0.11/1.00 vMB 211
226,592 226,592 0000000000000258e46cd5a22a35090bccf8db92680a395e1cff90cb74d3d57f 318 0.13/1.00 vMB 174
226,591 226,591 000000000000023e9544e5fcc3bdff9d44d1b944ced90cfd8213bc7cc0c79191 334 0.15/1.00 vMB 188
226,590 226,590 000000000000005eba7d7a32333403d86d4490e15470364778e0a9dc7103531a 329 0.16/1.00 vMB 164
226,589 226,589 00000000000000d8bd10be712646f2ca6ce345200881fc9984da93e0f92413d8 400 0.16/1.00 vMB 220
226,588 226,588 000000000000003bb9cbb9bc0a225bd51c90d01fc10f28d890686cf008c57036 490 0.24/1.00 vMB 200
226,587 226,587 00000000000002ce41e16ba88029bea839d85585a64de299e6daa19fca085553 1 0.00/1.00 vMB 0
226,586 226,586 00000000000001be14af3fd9458fd7a8c4c1df8398e1081003132f5d7ccb9034 10 0.00/1.00 vMB 151
226,585 226,585 00000000000000cde1e9343feb9e9b15785fa956b7e8bbd242a0cc6ef5aad453 514 0.18/1.00 vMB 234
226,584 226,584 000000000000029507bea7a45eab2968538cc5971e92d28bfced5f045b6da3d2 456 0.20/1.00 vMB 190
Previous 10 blocks ↓
Total Size: 782.67 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: 674.00 GB
    • Received: 16.43 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.