Loading Tool

Explorer IconExplorer

Memory Pool

39,721 transactions
19.72 vMB
0.05311478 BTC
Random Selection Loading Transactions
Max Size: 109.84/200 MB

Candidate Block

Mining Attempt 34d4230cc89bbb4f0a40847d725ed5a258f4efbbbe6bd5582cfba0ef8fa4f68e
Version 20000000
Previous Block 0000000000000000000150d5b9ae0c2bc893cb643ecec06fab04dfd0c36b9eaa
Merkle Root ffe9403ae431e4eda7beeb8e4ce59d5b8faa99fdd574b480d362b7b5012bbe25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,341
Size: 1.00 vMB
Total Fees: 0.01476042 BTC
Feerates: 73.20 > 1.48 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,071 (661,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,297 252,297 000000000000002461e46fbd311f6711ddea7b51b9795797e77b46b5b7dd8910 512 0.28/1.00 vMB 19
252,296 252,296 0000000000000018f5ccb4d87cb08f996d268e8d42888d6efb8ef242d1c8d9af 396 0.25/1.00 vMB 138
252,295 252,295 00000000000000050b87fd847547a036a6bc37c70eeb98799f2efff80936a77c 482 0.22/1.00 vMB 158
252,294 252,294 0000000000000037a3ae5134a4a85ebbe716cc877ec61dfee00d6b34c019b03d 216 0.14/1.00 vMB 72
252,293 252,293 000000000000001cf2379afd6b735e0c2e0a8e3503a9a16048d2ec533b4d0e2c 466 0.25/1.00 vMB 165
252,292 252,292 000000000000000698de3970f9b0a102067157393f96e8ed3b0dfd65601f15fc 645 0.25/1.00 vMB 189
252,291 252,291 000000000000000ae6cd74c19e705ba2a9fe9bd5ce584c72af46ae1a642e28a8 242 0.12/1.00 vMB 46
252,290 252,290 0000000000000037700bca739b881ac2277b2e7296235c75ff7da23318c99e31 606 0.25/1.00 vMB 213
252,289 252,289 0000000000000026f828e9b4aa755b9f13267798f094380e5a48edd29e291745 84 0.03/1.00 vMB 38
252,288 252,288 000000000000000fa2c1d1061b4b7f8cbf801b0795463852964d8bb9108ee9d8 1,063 0.48/1.00 vMB 126
252,287 252,287 000000000000003204269401dd0dadbd63498aac268eb55cbd17b0842bda671b 453 0.35/1.00 vMB 123
252,286 252,286 000000000000002b763859dbaf551ab9eab43766d06ade35d7c4f1bc3a758820 479 0.25/1.00 vMB 155
252,285 252,285 00000000000000209a73c4f448484e4ff8755db5ca0d4502d9d85af08eda4831 344 0.14/1.00 vMB 214
252,284 252,284 000000000000002f6913b2eb2162e4b2285f18e9937c36283345751c97b37693 10 0.01/1.00 vMB 56
252,283 252,283 0000000000000032ab0b1568d94f3986877e925141789ba1f8d6bb45b3b9d88b 68 0.05/1.00 vMB 141
252,282 252,282 00000000000000294f638dba81b089fd08e0c61ec4718ecc1db68fd34f0b4c92 95 0.07/1.00 vMB 72
252,281 252,281 0000000000000021d2ca3bb70769caf1fd13957fe967a573581291a37f2fb278 311 0.16/1.00 vMB 132
252,280 252,280 000000000000002b8e7a6c266a08cfcec94c32a011f6b3f59502eacce67ff49e 740 0.29/1.00 vMB 54
252,279 252,279 000000000000003be9fca71aaa6ce7ec4daf52651420e74441ffbfa788adf20d 599 0.25/1.00 vMB 208
252,278 252,278 000000000000004a85ed53ee82ebd955f58e73e89a2b8b840ef73c545e0f8f39 664 0.25/1.00 vMB 217
252,277 252,277 000000000000004b6be4a9c8ca2d5e75758d527473a6bca877b8a3b269b2fc38 415 0.22/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 780.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 555.13 GB
    • Received: 6.87 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.