Loading Tool

Explorer IconExplorer

Memory Pool

73,236 transactions
28.21 vMB
0.07229355 BTC
Random Selection Loading Transactions
Max Size: 166.99/200 MB

Candidate Block

Mining Attempt 1820e7fe3a33d45c4a37dedd73435add1ee5551ff914ad856b96b4299cf6b78d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root a346617cf311ae96364f6b415402d601d1f61311885f30dd9f8f6c0b0d26a3c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,161
Size: 1.00 vMB
Total Fees: 0.01587172 BTC
Feerates: 150.86 > 1.59 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (305,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,752 609,752 00000000000000000006ba15ef038a46c150fd3c888f22f4e3df68ccc810b85e 359 0.13/1.00 vMB 6
609,751 609,751 00000000000000000011745ae165ec4f21b01791f555971a6412a48f76d5b2a6 3,330 0.99/1.00 vMB 4
609,750 609,750 00000000000000000003defda2e5881defae0d1a081f8a1ba73d9749178f0e29 3,021 1.00/1.00 vMB 17
609,749 609,749 0000000000000000000a430a2aa6ed85315b6521659458d708b0ffb9d1f85bb7 2,376 0.83/1.00 vMB 8
609,748 609,748 0000000000000000000f197c115ec43150d92398ace6da986ff1a68990fd26fc 1,795 0.95/1.00 vMB 4
609,747 609,747 000000000000000000062fbfe71ad8a9d1639007ae72c74875c08b07d7df7ef7 1,081 1.00/1.00 vMB 6
609,746 609,746 00000000000000000004ea58632efdfa7ffb78a9ca2b40af4b3f1601d2425cbd 1,916 1.00/1.00 vMB 8
609,745 609,745 0000000000000000000edbae5c71630d61b0cc78a0d32327b39fe5e444fda19e 2,911 1.00/1.00 vMB 8
609,744 609,744 00000000000000000010a6abd123754995437a99e25dca05acf80c2f8ecc543c 2,264 1.00/1.00 vMB 9
609,743 609,743 00000000000000000000aefae9107c29f9763999065ba976b1e59155a0be1f58 2,833 1.00/1.00 vMB 25
609,742 609,742 0000000000000000000e56db8d897a0142f281be49c83ac1002f4e56c4f01500 3,086 1.00/1.00 vMB 13
609,741 609,741 0000000000000000000c059673864a10ebf8da99f616017e5de3d168729116ba 1,289 0.66/1.00 vMB 2
609,740 609,740 000000000000000000053c006c4d4cba37d44ecae5b1ac8fe797470bb8302de1 2,493 1.00/1.00 vMB 8
609,739 609,739 0000000000000000000c1d59d2788e61b062cae37c66959b29c1780b4991c394 2,185 1.00/1.00 vMB 6
609,738 609,738 00000000000000000005bc1f697cf786b9bafa85502b9d19cd5a777bc62a6b47 2,886 1.00/1.00 vMB 27
609,737 609,737 00000000000000000002b3e46a0b1e1002be26ab98e8e3c5f0b36f6943be5237 1,288 0.37/1.00 vMB 12
609,736 609,736 00000000000000000006473319404aa2ef0c5e241ca6e1669bcc632b2fd2eeb0 1,873 0.60/1.00 vMB 5
609,735 609,735 00000000000000000004ab859720c8a380bb863ebbe39dc6fe6db0cde24408c7 3,065 1.00/1.00 vMB 15
609,734 609,734 0000000000000000000c8be5bbc05f3c41b10d4a53e888ff8611125f66679074 2,804 1.00/1.00 vMB 13
609,733 609,733 00000000000000000006db897c28dea114e9f5329afae74b6eb2eba19f394582 1,210 0.33/1.00 vMB 15
609,732 609,732 0000000000000000000ab3df8012f6b836403475d0a07e1aeac64c894ee87c45 2,482 0.73/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.45 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: 666.80 GB
    • Received: 15.22 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.