Loading Tool

Explorer IconExplorer

Memory Pool

44,335 transactions
26.85 vMB
0.07008543 BTC
Random Selection Loading Transactions
Max Size: 141.25/200 MB

Candidate Block

Mining Attempt 218559800d574975afd96943841f96b2732c3a48eae5fd7a89047c8ae5ac27cf
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 951bc8d69095cf1654a92e1a892cbf66ddff59befb3f069382ee795b43397fdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,722
Size: 1.00 vMB
Total Fees: 0.02007352 BTC
Feerates: 96.15 > 2.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (511,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
403,309 403,309 0000000000000000025c791174415a572b2b043849b8d1ec7d8b5b7abeca2c5d 2,112 0.83/1.00 vMB 52
403,308 403,308 00000000000000000460a67f2bd15d4242a55f48607a78ba9f78906f33be8208 391 0.16/1.00 vMB 50
403,307 403,307 000000000000000005377bfa483c0639ef49e4fdc08d2dfbfd984515717e38cb 447 0.30/1.00 vMB 25
403,306 403,306 00000000000000000073e3df6e444636809a1f2cce39652186526b51af6ed305 604 0.25/1.00 vMB 42
403,305 403,305 00000000000000000116218e9b9eda8d08ff5f8e4a24f5315bc6b6ce41a0da7c 569 0.96/1.00 vMB 14
403,304 403,304 000000000000000005e7f9bd60747989846aef56cfb0d8ec795146b16824d0dc 2,504 1.00/1.00 vMB 46
403,303 403,303 000000000000000002e506e2acb36cc336a123cc5a15e5b2f2f7b6b738dfd5e6 822 0.34/1.00 vMB 38
403,302 403,302 0000000000000000053eab49e6120aae7b6c6b9fa656ee2f300ba220475ee3dd 97 0.09/1.00 vMB 16
403,301 403,301 0000000000000000052033be3a79adeb4fb6eaa05aee3855c2b9af40e79fc991 1,521 0.62/1.00 vMB 43
403,300 403,300 0000000000000000042eef1dbf4f5cc4f75daf8103333fae7e80bc440848ac48 179 0.11/1.00 vMB 21
403,299 403,299 0000000000000000005e0f1156be9782cdc28cc19671b6f008dced4d7a5aab7b 379 0.18/1.00 vMB 40
403,298 403,298 000000000000000006005a974442b3e88ae8f9cb9719439c5131bda59f368a50 2,353 1.00/1.00 vMB 47
403,297 403,297 00000000000000000089f6dfc35bd984b83d65b2a43746f1cc30d78ad97d8819 275 0.99/1.00 vMB 3
403,296 403,296 0000000000000000037f377ed88580abf2686e8c7ba3213639de3d7671fdfd27 1,656 0.71/1.00 vMB 45
403,295 403,295 000000000000000002478ac76e579ad99a2e570b5a4167fb375611e12181d6cb 1,267 0.56/1.00 vMB 40
403,294 403,294 0000000000000000014924d8950b6ad6198cf5bdbf6439a5142d571c8333c12d 45 0.02/1.00 vMB 44
403,293 403,293 00000000000000000550ac57bc20de416112f59cda659978f2d32fcc2b13d810 1,184 0.71/1.00 vMB 38
403,292 403,292 000000000000000001671c822efa2ce190ccfdc36b59905e39918f319d8a7480 291 1.00/1.00 vMB 5
403,291 403,291 00000000000000000371b10be534aec2983689221a8a52adc66802fd3a99bd7c 1,168 0.57/1.00 vMB 37
403,290 403,290 000000000000000004dbee4291c60e78f59d7a5e7914b8e5f485a94ee1dfac4d 123 0.06/1.00 vMB 42
403,289 403,289 0000000000000000059f5f2fe39f07f9c3c412e7cdf85a6b8ac05a82d6cf34a8 1,050 0.65/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.