Loading Tool

Explorer IconExplorer

Memory Pool

21,876 transactions
16.92 vMB
0.04061223 BTC
Random Selection Loading Transactions
Max Size: 85.62/200 MB

Candidate Block

Mining Attempt 2795c3bafcb3ed464e7c06514c62bc70968cc0be15ed82ed6fb51e01a113b224
Version 20000000
Previous Block 000000000000000000011ba1298aaa8b40b990edf5611745cb5fd869c4fb3bae
Merkle Root e0cf3de14f1d4b01b258adc3419b4fe7813fc73cbad5ce7566505b298691d39e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.00960094 BTC
Feerates: 40.21 > 0.96 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,136 (841,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,779 72,779 0000000000537f14cb8430aec045e458218a9e9c3e18359798218123734269fe 6 0.00/1.00 vMB 0
72,778 72,778 0000000000397bf1f969dc04bce920cb8aca0afc710f210eabc8a00e591376fe 4 0.00/1.00 vMB 0
72,777 72,777 0000000000151b63bbe5583fadad2e8ca55e7572cd92c8926e23daeddd3eabce 1 0.00/1.00 vMB 0
72,776 72,776 00000000000ee3376ad83e76f68f9c975c648970709caf187cf2125fec13393e 2 0.00/1.00 vMB 0
72,775 72,775 000000000096b23845ff324e8993ffb555faef1ac23b29735b23c216cca9be1c 1 0.00/1.00 vMB 0
72,774 72,774 0000000000832cd4cff3419393328db3e7354ddd21bf22c6bf59b9c04d07bb6b 5 0.00/1.00 vMB 0
72,773 72,773 0000000000086203c7b8aa4d33c18ad39ab32db76f5c607f390038a879c08378 2 0.00/1.00 vMB 0
72,772 72,772 0000000000967b8acb8ed304669f8d8ab11cd307d67d31e241b641b479ae9fbc 2 0.00/1.00 vMB 0
72,771 72,771 0000000000adfc7f4bd1efe8a5067814b46ef23a9ba06cc2b755e99baf4e997c 1 0.00/1.00 vMB 0
72,770 72,770 000000000090d5c0d3bf5c8ae15a9da1dc80a22989e32c56da2c3a4f68fb039d 3 0.00/1.00 vMB 0
72,769 72,769 0000000000811b6ef771aaf7419f707532d932e3e98c764ad3615d3b2f889e55 1 0.00/1.00 vMB 0
72,768 72,768 00000000005b3813fb227044318a0d25b0a34304739c201f0145dd46f8b51074 1 0.00/1.00 vMB 0
72,767 72,767 00000000001168135cf7882d814e314744a0fa68494011655556e2a90f8ec117 1 0.00/1.00 vMB 0
72,766 72,766 0000000000818d40bd49fed8b8139e8fb9efa299cd316efc7e457c4e78ef30df 2 0.00/1.00 vMB 0
72,765 72,765 00000000005b492d2a322cf8b8fbbfa20ada196e74c6b49da151f592a083a19f 1 0.00/1.00 vMB 0
72,764 72,764 00000000000e0c841c0def92e7e347db494062436a8f6a7a4db8ae931ca8f3b8 1 0.00/1.00 vMB 0
72,763 72,763 0000000000690b5c18d02d9460018022cd3d1c5cca032ea89582aa2b6dc066d3 1 0.00/1.00 vMB 0
72,762 72,762 00000000002897617f039441896fee7b4d223eb3b9ea39004dd2ca69f9b8a16f 1 0.00/1.00 vMB 0
72,761 72,761 0000000000b9573c739f7f1eb71a76986c62e9a5801d77db59a7800d43e56dc1 1 0.00/1.00 vMB 0
72,760 72,760 00000000001ab505cd61459d84348c0ee40c8ef092a78847ef14ae2b2bbf3d11 1 0.00/1.00 vMB 0
72,759 72,759 00000000009577571a3fbf4ca0d7ce68ae99417497ab0a46c549907ea59e30ca 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.84 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: 562.33 GB
    • Received: 7.46 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.