Loading Tool

Explorer IconExplorer

Memory Pool

35,748 transactions
25.94 vMB
0.06399639 BTC
Random Selection Loading Transactions
Max Size: 132.59/200 MB

Candidate Block

Mining Attempt 45022f2f71079089d4f8fd0040b92814591a230407a15729018347c85b434223
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root ff97ab8ac85bccb39e32e08b0760efb42a0f3a04d824391b06aa0e39b520a705
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,252
Size: 1.00 vMB
Total Fees: 0.01635893 BTC
Feerates: 145.40 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (106,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,302 808,302 000000000000000000043b6a82bdc1c90e011a8110120a199a5269e00b1bd845 3,826 1.00/1.00 vMB 32
808,301 808,301 00000000000000000003b479275d2a1b3b1e460bf1c02b9377a5d6f732c61d1e 3,359 1.00/1.00 vMB 34
808,300 808,300 000000000000000000014ef135a344fd5dc8746c9a853cbc201608c7b75f971a 4,131 1.00/1.00 vMB 31
808,299 808,299 00000000000000000001e3fef608c2c411d48177e729aa4d2dae1609abce36bf 3,943 1.00/1.00 vMB 52
808,298 808,298 000000000000000000052d979595d5c29e877719fd84bfcaba19a70900763095 5,606 1.00/1.00 vMB 28
808,297 808,297 00000000000000000000286a31d62cbe9270175840bd282d29da2eb12d6c9337 4,178 1.00/1.00 vMB 28
808,296 808,296 000000000000000000042c36672059e5e4f024ef268f19a5f724b4d859a5020e 2,939 1.00/1.00 vMB 36
808,295 808,295 00000000000000000001788b47a9226ce01cbe948d8e733695be5310581b13f8 1,959 1.00/1.00 vMB 30
808,294 808,294 00000000000000000002ed5559f0bf1d1eab63b1b2219188686d14b071a061a9 5,552 1.00/1.00 vMB 27
808,293 808,293 000000000000000000027b71dddcd3563705a9bfa82f21995da6f8cf11371a0a 4,440 1.00/1.00 vMB 29
808,292 808,292 00000000000000000000606615a9bc93b3142486e5691b69985aa68eff664f23 3,525 1.00/1.00 vMB 27
808,291 808,291 00000000000000000003e75fc6d4294890c1550fa5f12e57305874f16aa38811 3,197 1.00/1.00 vMB 38
808,290 808,290 00000000000000000002892c18da7a923f29e35033f01856436266e931bb0900 3,269 1.00/1.00 vMB 30
808,289 808,289 00000000000000000002203b2e06e628e8fcc983ec46a2c6f88ec9ccd9e033e1 3,800 1.00/1.00 vMB 26
808,288 808,288 0000000000000000000403c6b1fedc6ebe996316f91552871c79e26cd287dd5d 4,108 1.00/1.00 vMB 36
808,287 808,287 00000000000000000001f638b59f6a80a578d40a8fff63e34cb7d0618bbe6108 3,671 1.00/1.00 vMB 34
808,286 808,286 000000000000000000016fd9c2a77cd7b38fcb9f5a992bc2b263c215a4853788 5,523 1.00/1.00 vMB 27
808,285 808,285 00000000000000000003387ddc13726321d3762473e8f3c0a783b39f34b8eb51 3,535 1.00/1.00 vMB 33
808,284 808,284 0000000000000000000059b9c599501af9f129fde24a4a4974a093fc302531a1 2,597 1.00/1.00 vMB 37
808,283 808,283 000000000000000000014e1b9f70e7a70e6c27f2db9c4b6f8ec38e21385410e4 4,186 1.00/1.00 vMB 26
808,282 808,282 000000000000000000042c12b5826b60ba2e5ac21e5598fa46785987ad2e85a9 4,135 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 781.82 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: 636.20 GB
    • Received: 12.35 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.