Loading Tool

Explorer IconExplorer

Memory Pool

39,959 transactions
27.61 vMB
0.06291940 BTC
Random Selection Loading Transactions
Max Size: 141.31/200 MB

Candidate Block

Mining Attempt 65bc06cfb0677f9d4ed59f42d4b35fd6e61e76cfa4822326d9121134f2d36985
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root f21ab5b6878232b2a5555d43ea79c708f3ae61842bd0ea84d7307574ad667ec5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,070
Size: 1.00 vMB
Total Fees: 0.01036242 BTC
Feerates: 71.81 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (530,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,021 384,021 000000000000000004ce01ace24cc2fe416d1a1f47ae06b09339ac813f8bf6a3 1,647 0.93/1.00 vMB 33
384,020 384,020 0000000000000000053714465800bbe3ee7ec9105bef3975fbb43b6eea290ee4 1,378 0.99/1.00 vMB 22
384,019 384,019 000000000000000000807402cfa19b8b125373f4fde49578096115453751c816 1,784 0.75/1.00 vMB 36
384,018 384,018 00000000000000000184e2edcef32abb8d4be39274df36bba49d8949593b171b 962 1.00/1.00 vMB 18
384,017 384,017 000000000000000007b65316c34dad82f96c0086d2d0c9e82ae60abe499557f1 683 0.33/1.00 vMB 32
384,016 384,016 00000000000000000e3d8d9bd8ed9f8b9c05fe5138276b34237951aa41455a06 1,468 0.51/1.00 vMB 50
384,015 384,015 00000000000000000bff9a6c2b0558369fdc5004eff1ded5a9f12d7badaa6746 2,786 1.00/1.00 vMB 52
384,014 384,014 000000000000000001fd11feaa608821e49a7614b80c234a6f60c8d07ceb78f0 1,641 0.94/1.00 vMB 26
384,013 384,013 000000000000000009c3a442e02bd16fa050f2cd6c245361fc87c7a7d814a911 1,199 0.62/1.00 vMB 32
384,012 384,012 00000000000000000bdf4816a6e6ce865c51d1b9952e0a0934e7253c56588e18 364 0.43/1.00 vMB 14
384,011 384,011 00000000000000000f4e098aeda50b7c2d12898f78d96205a7a399383d87a4b8 2,026 1.00/1.00 vMB 34
384,010 384,010 00000000000000000d540e08f2a4b94a76db6094c3778a29a7f9a11f0be1b38c 1,849 0.78/1.00 vMB 40
384,009 384,009 000000000000000004d5f13c1d7859d4be550f1e26dee9f8b29918c8633e9d77 2,357 1.00/1.00 vMB 36
384,008 384,008 0000000000000000086345b970bc0b35a3ba9a2175cc45e5ef3b16c11588ba46 780 0.38/1.00 vMB 37
384,007 384,007 000000000000000009e2ef50b2582e3b17d98294a1918752e12ff0f0a60dbd81 1,683 0.99/1.00 vMB 21
384,006 384,006 000000000000000009b7fb236187f120a0c86eb8785f099a8d197dd34b9d2553 729 0.46/1.00 vMB 22
384,005 384,005 00000000000000000ae80914595d13af4c9a0923a7c0ab4a3254cbf87d600d76 1,172 0.99/1.00 vMB 16
384,004 384,004 000000000000000004aeafc1cd41ec57024afa3be3384e3bf396a5d3e61e8b8b 955 0.33/1.00 vMB 45
384,003 384,003 000000000000000002fa98c5b1d8d4cd13e1e732b5b7e5f5a685ce5ad127367f 1,716 0.93/1.00 vMB 34
384,002 384,002 000000000000000000dea276a42c577f3be5b271054d675801daa1161f76883a 2,282 0.75/1.00 vMB 54
384,001 384,001 0000000000000000033898c26a795ca3d35096d2d3e025823776277db16d977b 1,008 0.34/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 781.75 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: 631.91 GB
    • Received: 12.09 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.