Loading Tool

Explorer IconExplorer

Memory Pool

78,014 transactions
28.94 vMB
0.07805765 BTC
Random Selection Loading Transactions
Max Size: 175.48/200 MB

Candidate Block

Mining Attempt bcc7d369ab0e7e3e51b964e84158c8dc0bec18887bce3c82a3c0e8f58493cf10
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9a789fded08a9cf33eb0dd164a09ca50b2c5865c08d1de07cecaa07b11b9bcda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01776218 BTC
Feerates: 100.81 > 1.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (673,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,050 242,050 000000000000000ad92e89014cca8f9e07ca7bd26e0cedad879201e4b68b3b37 258 0.16/1.00 vMB 128
242,049 242,049 000000000000007290839ac018df2d1dae7e84031c90fef95730d1cf34dae70d 689 0.25/1.00 vMB 252
242,048 242,048 0000000000000037a8c30b72fe4ad77adf16a7cb1a38b3f3a17538820450f7e1 307 0.13/1.00 vMB 138
242,047 242,047 00000000000000bcb47d4e5ac0af34bea16597daeef391c4bb340e8d2ec7957e 13 0.01/1.00 vMB 103
242,046 242,046 00000000000000735789231d460eafc4525eec5ebd69bd3f68cc3decd0159181 145 0.07/1.00 vMB 132
242,045 242,045 00000000000000c5ef32c7f611e339805718da31dcf0f9da285b48db4b20b187 187 0.09/1.00 vMB 72
242,044 242,044 00000000000000b57dbf82e90de6d4c8a090ac8fc06c1465fa0b476cf0cee75a 414 0.17/1.00 vMB 162
242,043 242,043 000000000000005e06a477e58f52f8573c51ce6dbb8f2b52334ded2cb3c2d670 368 0.16/1.00 vMB 147
242,042 242,042 00000000000000b7d4247b9ac957486b802b103e1601f0749e263319866c1812 207 0.10/1.00 vMB 136
242,041 242,041 000000000000000ae93d6a361594e9c1bce2f95ab9445ccfda38a6be446da524 416 0.18/1.00 vMB 144
242,040 242,040 00000000000000b1a62fe2f4ef7bf685236abbf87097e26f665dd4da0f23a391 253 0.11/1.00 vMB 152
242,039 242,039 000000000000008e8586a3208b2858982b22dc01f7469d1a12c34e9dfdbe4f4b 182 0.07/1.00 vMB 209
242,038 242,038 000000000000000b944d81ffd151767ce089acd0a473940abbbd20dfe3c7338f 28 0.01/1.00 vMB 283
242,037 242,037 00000000000000786c7b486dca0fe369a76b0cafa0e42ad37b9e4ce1525c5af2 119 0.05/1.00 vMB 66
242,036 242,036 0000000000000013fb0170cc804a968382d866caca63716cfd435ca6a1418a9d 280 0.12/1.00 vMB 131
242,035 242,035 000000000000006e28b04d113ef6e89e9dd3e3b951783da0f8669d9a74f0633b 435 0.21/1.00 vMB 131
242,034 242,034 0000000000000073645ab3f3df8e84b3e4a0bc214646843da012f7f0397f3f0e 470 0.20/1.00 vMB 171
242,033 242,033 00000000000000a1c290ce20953d864a4b9c603abc8a9c77a04429c89c5e9fac 153 0.07/1.00 vMB 162
242,032 242,032 00000000000000074cec3ecda52186d4ec26742de9ef631d28e1fd6b8ed15bd4 235 0.11/1.00 vMB 168
242,031 242,031 00000000000000c585335cf7de3c496a7d53672f5beb11e7840d4cb62111da48 419 0.20/1.00 vMB 151
242,030 242,030 000000000000005fac28e26c098067b051e165696f62746040d46add59261caf 32 0.02/1.00 vMB 95
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: 11
  • Data Transfer:
    • Sent: 673.09 GB
    • Received: 16.38 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.