Loading Tool

Explorer IconExplorer

Memory Pool

9,987 transactions
3.63 vMB
0.00783670 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 21.98/200 MB

Candidate Block

Mining Attempt 1e4c56929b95fe865557be598726aab5a372a55452c6342a57bc0cf0a337e432
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 80a608a8fad5509a4b77125c6b8f6f7d80f2644bffb1a206483cd98936dcd6be
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,865
Size: 1.00 vMB
Total Fees: 0.00362717 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (751,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,772 161,772 0000000000000707e348e6b268c3bfeb0f8cecd96160e32c60f34ffaa5adcae4 20 0.01 vMB 247
161,771 161,771 000000000000068ab5ea09a4029c90497ace755b894b42cb0062f571bc0f97ee 70 0.04 vMB 250
161,770 161,770 000000000000002bffde3d6a534a6131a401c39d6844a6aa369ce7361096f40b 57 0.02 vMB 223
161,769 161,769 00000000000009dbe5c9600297f8adc04b4e970880b52aee947843e35abeb42c 22 0.01 vMB 345
161,768 161,768 00000000000004abcf20605d4554c36017e14c42c7a68e88d248da8a67214e2c 88 0.04 vMB 73
161,767 161,767 000000000000032339c4e98168d84cdea3cc4153b937f707580563d8b5254aed 1 0.00 vMB 0
161,766 161,766 000000000000056ba518859c8f8103b8e9c720128d2eb460e4e9cc909ac2705d 23 0.01 vMB 54
161,765 161,765 000000000000025dc051e1b5451219654dda907b37086ae99de3eee376b3d41c 98 0.03 vMB 1
161,764 161,764 00000000000006910709b1e825332fe87e908b0c855eb359c075c5e79c45fed0 12 0.00 vMB 13
161,763 161,763 00000000000003ecd6ec668531943489c59ef1dfab52c7d5c23ef5e85027de2f 95 0.03 vMB 813
161,762 161,762 0000000000000342dfe2bf8707dafd941ad7da442516e85e69a13cebd5f0a0ce 26 0.01 vMB 74
161,761 161,761 0000000000000bae0911efa5159283f521af2274e374aa82ce9abd1b6c0ebc75 25 0.02 vMB 236
161,760 161,760 00000000000009c4b8d4140b1c8cb0a2916d70653580c3c08bd8bf9abc0ba246 15 0.02 vMB 754
161,759 161,759 00000000000001e9ae408da619e7f85c194b758a2efdfbc36c74ab2de875ab1d 7 0.00 vMB 359
161,758 161,758 00000000000008cde9b8254446aed2cee0598b70aa86e2cf1ea66fa7863b9cd6 173 0.05 vMB 12
161,757 161,757 000000000000066e79cce12884fe47e733e06d14259f2eced68baa93e4da5e61 14 0.00 vMB 631
161,756 161,756 000000000000069943960e3ff0993688bd741d0291324ba52ea62c8503e31a42 96 0.06 vMB 164
161,755 161,755 0000000000000bd4ed16513a5eb64eb95b8119ce4fc1928c16021a008a2b309d 15 0.01 vMB 152
161,754 161,754 0000000000000615ee192b9c836df2529b168e6d1f84e876778ead9a6a235d3b 166 0.05 vMB 6
161,753 161,753 0000000000000866a4abad448f4099abca90410c3ba0026068bfa7bd64c1e42d 20 0.01 vMB 49
161,752 161,752 00000000000000f7550cbd9b9ac8e46d16da5e4b1c793a9aa4d5eb0498f2568a 48 0.02 vMB 225
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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