Loading Tool

Explorer IconExplorer

Memory Pool

82,385 transactions
30.43 vMB
0.10385063 BTC
Random Selection Loading Transactions
Max Size: 185.72/200 MB

Candidate Block

Mining Attempt 55162bd9d6a619c285a2a5e4127f9aac4b8a5b843521a69b8d54e8cce5d697d0
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (706,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,435 208,435 00000000000003b7a31c4018646971d1013517bcb1871d26cf08216dfce758e3 274 0.13/1.00 vMB 145
208,434 208,434 000000000000002ca476ac13913ac35da1c217817c571299fe713b5045b075e4 117 0.04/1.00 vMB 196
208,433 208,433 000000000000040b19a45449c193841149e5d20b4dee6f1891a1b5c0b5f38221 81 0.04/1.00 vMB 143
208,432 208,432 00000000000002e7899fd4646a7d977bc9d8aacb4ba6d0372c500e6a2b24532f 128 0.07/1.00 vMB 145
208,431 208,431 00000000000000debea8030c96541a112f91bad20f18b7920380cab0f2cb7701 7 0.00/1.00 vMB 156
208,430 208,430 00000000000000a6a325d188f667b48aa740a603bbff712cb2a14a096eac9e96 23 0.01/1.00 vMB 167
208,429 208,429 000000000000047b97f43150b1b1ee1d02a557f65a502e5d8d6093b22e5b5695 89 0.05/1.00 vMB 113
208,428 208,428 00000000000000ede89223aa54c87780cb1cffbca8a8058e3286c0e5fa9f4aca 409 0.20/1.00 vMB 232
208,427 208,427 000000000000014846127fd3e11a866ccd051cc12cfd18584e19167dc26f1efb 9 0.00/1.00 vMB 0
208,426 208,426 00000000000001b1f3530407776a30edaf197c1bc2b7cbedf03927e5a6a8268d 145 0.05/1.00 vMB 190
208,425 208,425 00000000000001bbfc2173ddea4778ffec851e8d7eafb00de490010ba9c495ae 12 0.00/1.00 vMB 493
208,424 208,424 00000000000002688919e52a3a1d663419609c1190e256c2fc9b72a0a08f8000 17 0.01/1.00 vMB 7
208,423 208,423 00000000000002fa74c438e63eaa98c3c613eb94768dc8e9d66264919424f981 66 0.03/1.00 vMB 155
208,422 208,422 00000000000001723ca7b587b04586f96b06cfba76a0d93c6e467939917b2882 229 0.10/1.00 vMB 174
208,421 208,421 000000000000040920e5a5baf5702d5b80b9b8adc2f0f1a3f257f69db2940344 161 0.08/1.00 vMB 152
208,420 208,420 00000000000000f9409abc9bfe8c7b6c97e656c8b4272fa6e06edc7c8e262274 12 0.00/1.00 vMB 154
208,419 208,419 000000000000033ed81a54e31bb4aba07ec8c2ab036ed16895b7294fc6cf8165 169 0.09/1.00 vMB 80
208,418 208,418 0000000000000195a1342bae48e1d4ef07db5f667121b6afa5a895b42104d47d 516 0.19/1.00 vMB 203
208,417 208,417 00000000000000d66efb898f7b1875a9010bc75fccc435eda4b5de3e301afb32 59 0.03/1.00 vMB 130
208,416 208,416 000000000000031a3d58a9f94a7d64966b25a27b635a2bc24a30cc12e795a758 192 0.08/1.00 vMB 207
208,415 208,415 00000000000000f93d6a1269b075b40cdd57d84492aff1102d0de42896f143f0 147 0.09/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.