Loading Tool

Explorer IconExplorer

Memory Pool

17,149 transactions
7.89 vMB
0.02222660 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.20/200 MB

Candidate Block

Mining Attempt b508fad09f62d2eb6b0058938ebf59953061ff0305619acb5f967db5f8c04c7c
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 017487b185a2202c81da6761e56d7a8e2d20b316ddcd7a573b4837a2c0c46c8a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,824
Size: 1.00 vMB
Total Fees: 0.00592317 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (753,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,763 159,763 0000000000000cb2ef912ce7f3451825b57a54180e5a204a000a72bc666c576b 12 0.00 vMB 211
159,762 159,762 0000000000000b1ecfc367ebf5318d702c6f51ed4aa36399aebd6ed9953beeb5 85 0.03 vMB 121
159,761 159,761 0000000000000479e9f30f195eaa1a0e92bc5792662c83b2342b77076d8b0611 1 0.00 vMB 0
159,760 159,760 0000000000000a78a1addd0fe69fe11d2d3256cc3dd70c02bc7583a48b65ccbb 47 0.01 vMB 77
159,759 159,759 000000000000074befec3f28e06ba247cf9ecf48261ee47f7c7f05b764d0d998 32 0.01 vMB 64
159,758 159,758 00000000000004ffd580b62c433cdbd621e64455c9d417600c5154f9f9643060 13 0.00 vMB 679
159,757 159,757 00000000000009d54299a181a131d488fb1c3eef2e021c5ade936c93b5f032bd 21 0.01 vMB 54
159,756 159,756 0000000000000a0ff8bbbad5bbcb002e9f6515040b23cba3a960566926829b7b 9 0.00 vMB 158
159,755 159,755 0000000000000b953bb58ea817180d59da76a5c10a12db5b098c440717a1fb2e 98 0.05 vMB 187
159,754 159,754 0000000000000b62858251cd8601520b24881e2225ce65d46b6fd8a55a2d7621 77 0.03 vMB 88
159,753 159,753 000000000000092d1231ede2afc714daef40cf61f3917536faf6cea924c5be6e 51 0.02 vMB 173
159,752 159,752 0000000000000dfdde6d7fb46558741f5b81cb9f062a619e339b1724f4abef16 123 0.04 vMB 201
159,751 159,751 000000000000042f0fb33bfefd1cfe7eb1760343e273fa58e154857f065319c3 18 0.01 vMB 10
159,750 159,750 0000000000000bf9eb936a5b96a701b9dcb05b28b4567b89f73f31dfa30280ce 53 0.03 vMB 50
159,749 159,749 0000000000000a25e6b43c8488dc88ebedaa87a9cce01d9d2949861bd0f63d3c 25 0.01 vMB 302
159,748 159,748 0000000000000be63cdf693bfca4b598d64096c1a9716179153910da036f44fb 11 0.00 vMB 591
159,747 159,747 0000000000000761114dcf4a58109d63eaeeabb5b0701db901a61438e9359497 47 0.03 vMB 77
159,746 159,746 0000000000000252589c7a9494d260d372b90c9f5647b890de36dff73301d578 20 0.01 vMB 266
159,745 159,745 0000000000000da56963f094eafec70adf5b5ef7e825335ceef2c4c97653397d 18 0.01 vMB 444
159,744 159,744 000000000000078169c85b680a1dfcffa46a37877b43a6433c5d4860872be64b 60 0.02 vMB 38
159,743 159,743 0000000000000c3200ecabb25a6e0dd2bf9e5a8b69ce2a7a36362b1c983f2387 34 0.01 vMB 42
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 246.08 GB
    • Received: 0.93 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.