Loading Tool

Explorer IconExplorer

Memory Pool

78,370 transactions
29.35 vMB
0.07980807 BTC
Random Selection Loading Transactions
Max Size: 179.73/200 MB

Candidate Block

Mining Attempt 40059c052eb41b56a62883fa255cb5250234217be034c4bfa59c5ca4edb4bfe0
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root 8b0f1ffc88c993ca37c63f9483b83439ace94dd4f1d1fe2ca6bfe6bc334672ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,372
Size: 1.00 vMB
Total Fees: 0.01549231 BTC
Feerates: 301.25 > 1.55 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (506,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,306 408,306 0000000000000000017e01cdd3f6fadd3293e5b128c369c675c05f27e85c6147 2,731 1.00/1.00 vMB 37
408,305 408,305 000000000000000005fd937bdc75de59a73f59911b938c168cdd1810a2259733 3,638 1.00/1.00 vMB 79
408,304 408,304 0000000000000000023b1d25254aad2c98de6fafd0b4bacc96d51bbaaaddf555 1,582 0.93/1.00 vMB 27
408,303 408,303 0000000000000000011aefb3baaed70571c2a63ab79dfaf9f450a47891d8d57b 2,039 1.00/1.00 vMB 39
408,302 408,302 0000000000000000019c96b298e5561bfe124821b6eda2064ba047fe74767cf4 3,225 1.00/1.00 vMB 60
408,301 408,301 0000000000000000017a131128a73f65bb13e78b8927ba2d35e0302a1d1dd6d7 1,468 0.99/1.00 vMB 51
408,300 408,300 0000000000000000059aeff71176edfcbf1f5663bdd31688f88f3b7309d01e2b 429 0.20/1.00 vMB 48
408,299 408,299 00000000000000000217bb41cf15770acc47d65d657f88c29d1c5aef1a9b1436 16 0.00/1.00 vMB 73
408,298 408,298 000000000000000002fae55237e758e5781f130b5d75df8b17858d1e1de777d1 668 1.00/1.00 vMB 25
408,297 408,297 000000000000000003650ea4eb14ae3c0bcacda80a457bea21dbebeae5f8bf11 2,270 1.00/1.00 vMB 47
408,296 408,296 000000000000000002551a3ef5dbd698315c096310e5e342a658c524d29c2b90 1,657 1.00/1.00 vMB 29
408,295 408,295 0000000000000000014600bf5ed420785a226296c28d5a3c02a6335aba8d66fe 2,877 0.93/1.00 vMB 73
408,294 408,294 000000000000000000f4a41559954f38e925cf33e0ff84fc0a5b7c0cfe23daa7 1,026 0.61/1.00 vMB 30
408,293 408,293 000000000000000004a070eaeb47c76655e17e0690cefebbf124fbe1013b1342 2,428 1.00/1.00 vMB 49
408,292 408,292 00000000000000000514b2795c34e031df03853d0da0f983a5615a987e719359 728 0.65/1.00 vMB 25
408,291 408,291 00000000000000000003700c138db56243277f1bc173077844a3050860e2cf57 1,781 1.00/1.00 vMB 36
408,290 408,290 0000000000000000009ac4e5bb5a8984ef26d1972629fbd9f7540ae8ac03eec8 1,775 1.00/1.00 vMB 35
408,289 408,289 0000000000000000051fbab91a786254f8505c871b4bd4b2e6ddf8408a6d202c 2,222 1.00/1.00 vMB 39
408,288 408,288 0000000000000000047c4310c342c629c26541a6d2f815a08aabbc7d5626142e 1,010 0.59/1.00 vMB 28
408,287 408,287 0000000000000000040901c1bc0b3db8d5c7f18c0a5c9e724ab834604490eded 2,591 1.00/1.00 vMB 60
408,286 408,286 0000000000000000042aba534f30165297d23f1b965562b49b6e7fc71787a177 1,690 0.98/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.80 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: 710.02 GB
    • Received: 17.01 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.