Loading Tool

Explorer IconExplorer

Memory Pool

12,677 transactions
6.43 vMB
0.05656821 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 35.99/200 MB

Candidate Block

Mining Attempt 8250006c0845e67407c2083bde8e273984457d091b5b5a7991e0130cff347167
Version 20000000
Previous Block 000000000000000000019a74437fb1662fa4dc257018890a4a16e726d5f8082e
Merkle Root ee28ab05f8dd47958b46b7329b41945875aaef2f6bc6f98ce0a22ff8e0a01279
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,680
Size: 1.00 vMB
Total Fees: 0.04495517 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,444 (804,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,756 108,756 000000000000308d38cb352eab827a6b591567bb92941d588d49bc90e0082b98 4 0.00 vMB 0
108,755 108,755 000000000000c9c6c496ff2396a285540abd2b91c45aca9905ff6c10ad100a36 2 0.00 vMB 0
108,754 108,754 00000000000198f341a2078c6c0ab6f73f90a9d421a85240f2b28b7f697813d4 1 0.00 vMB 0
108,753 108,753 00000000000215371172a39aac2c28a7610290d71fd3f26b0231cee0b6e674eb 3 0.00 vMB 0
108,752 108,752 000000000000f9615852823922454417a519e8a34c084a2af0361e3152978ee2 12 0.00 vMB 0
108,751 108,751 000000000001e4b585bc0f6bb0252c5120681a296723035f5e129bb2af019c74 13 0.00 vMB 0
108,750 108,750 000000000000ef55ced0d17b2440a59cce905d835f99d54f1fa6853f7628241d 13 0.00 vMB 0
108,749 108,749 0000000000013e5093633f8d4003ac2e4533c1c543ed0d5d3cfe3cc90a5cbb7a 12 0.00 vMB 0
108,748 108,748 000000000001a1f30cb7512cbe2d41876532e97bf73e7db441e7d1eb3f396802 31 0.01 vMB 125
108,747 108,747 000000000001cfc50983155ab6bc308652ec538a6fde7245f52a41c7a25803b8 10 0.00 vMB 0
108,746 108,746 000000000000a70f66bb2e2c2641fc8e76de337161918fc6289c6904500dfe67 13 0.00 vMB 0
108,745 108,745 000000000000c9d236d73e16c6a186c48538df3bf5a0dca38c57ee1201455faf 4 0.00 vMB 0
108,744 108,744 000000000001ef3b5af1386b56feb51f564f0faa459cfd9d8685782341c10f10 10 0.00 vMB 0
108,743 108,743 000000000000b4cb146ad0140fc2edc5d2b99c5221559647c94505693776bd3c 12 0.00 vMB 0
108,742 108,742 000000000002145be208fb9a5ab03b7ca9cbf8913d997da479b240885ab1c182 12 0.00 vMB 0
108,741 108,741 00000000000055bd5bd27e5587bb289ca4bb0c1801b388f22e164158b850265d 6 0.00 vMB 0
108,740 108,740 0000000000006a5f55997098fa7052a72c4db558a64343e7f7c5ee70fe1724ea 11 0.00 vMB 0
108,739 108,739 000000000001fea06461b05ee1471e808facb4d0cce98f87131f898b3f72ff8e 12 0.00 vMB 0
108,738 108,738 0000000000017fccf79be3e43446e2ab237d90eff3599ae965c219d648f9b255 12 0.00 vMB 0
108,737 108,737 0000000000017b3178e4258a24c499071153ee237c06dbcad36433203ffec391 48 0.01 vMB 0
108,736 108,736 00000000000094ede8c2cdc4232390b61d3d37a708c056a4d37f1d7ce2f08254 9 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 106
    • Outgoing: 10
  • Data Transfer:
    • Sent: 305.23 GB
    • Received: 1.42 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.