Loading Tool

Explorer IconExplorer

Memory Pool

14,800 transactions
6.33 vMB
0.03600043 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.24/200 MB

Candidate Block

Mining Attempt 8be8c85cb97486003c5269280f2af2fe4a7771680d4fca215ed9aebd79da842d
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root c4ea6e9dc81cf8d8eef1cc4364e5d6658b463f41869bffb2f153bad6920b1a46
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,470
Size: 1.00 vMB
Total Fees: 0.02326705 BTC
Median Feerate: 2.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (708,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,575 204,575 00000000000001b1d34b205a702bb0c0acca9a1d2018a4d9c5d605da7584238c 128 0.05 vMB 750
204,574 204,574 0000000000000023b2d07f39b7ca6105f34e88c77afcb68bdba39443f58f6842 450 0.12 vMB 21
204,573 204,573 00000000000000453b271c993757145a389ba0e443a6ea809c3f1e14c2512654 390 0.22 vMB 100
204,572 204,572 000000000000037825f3bd17edfcdcd256d1ecab79f8417fc6b360e00e4ffaa9 132 0.05 vMB 26
204,571 204,571 00000000000001e42030d65fbbe11c1d2cf1251380c5506ff01dc97620f2de4c 592 0.25 vMB 265
204,570 204,570 00000000000002926036b181846254853229a5038d17d37d1285a57c9c2aca14 9 0.00 vMB 29
204,569 204,569 0000000000000288d208edac31d033ce1a57cd7fda20ae9fc6ffec629a3ef420 17 0.00 vMB 40
204,568 204,568 000000000000036f2f90dbdfeb6b3bf6140a4469493a37e1899f0daf23b64816 110 0.09 vMB 93
204,567 204,567 0000000000000057acc022ba196c32d66cb10732aa9b4b1f1ca5c4f5b2ea73ed 41 0.05 vMB 58
204,566 204,566 0000000000000307bb161f68458201e85a2004d9ec193ca548b004c68d678125 523 0.24 vMB 167
204,565 204,565 000000000000045f63f3a3bdae8e74f8ed13806c83754cfb496515fa1455cc7b 259 0.25 vMB 85
204,564 204,564 000000000000007eac3b463737859fb4dd51684191f2342fa9ac83db7455237b 424 0.25 vMB 104
204,563 204,563 00000000000001b229f2e5ba94aa08f09e805f570c5b4a411ddfa0f8e7fcb1d9 822 0.25 vMB 211
204,562 204,562 00000000000003479d2343a7a19172f48aed67a6ec40795024e7fdb22f16be66 100 0.05 vMB 422
204,561 204,561 00000000000001ee9a862004137f0b5e560b66fdd59812496d017c90303fb6a9 794 0.48 vMB 76
204,560 204,560 00000000000002fa0236fa4b1658f8996ca6415dca130bb8f921bf32c7be2a53 408 0.14 vMB 161
204,559 204,559 000000000000046d376bd0709cbd7246f6637a226364336d4998f2eff368eca4 222 0.09 vMB 144
204,558 204,558 00000000000000820ece5ce1aa5c551a5a19550ca0b79a0cdd39ec4525ed1969 370 0.16 vMB 138
204,557 204,557 00000000000003b301e2944a50963ccac275659a46766fdab2504905d6858e33 151 0.05 vMB 62
204,556 204,556 000000000000035be368b79770738b08b9230e3adfd705108b4a48d08c184ca9 110 0.06 vMB 142
204,555 204,555 0000000000000016ac1b0af054223f9c59cc568eea41cd9dfc7207498fd59509 6 0.00 vMB 203
Previous 10 blocks ↓
Total Size: 779.66 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: 313.36 GB
    • Received: 1.50 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.