Loading Tool

Explorer IconExplorer

Memory Pool

45,862 transactions
28.74 vMB
0.13851301 BTC
Random Selection Loading Transactions
Max Size: 152.07/200 MB

Candidate Block

Mining Attempt d38172a4724eecf3acba4fc412d02c868368edfe1d5f7fe00d90f352b4c48fc5
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 89d10761f55fc2dd857c028d86eb5f393a355e3e5561cdba3cb083ce9a523ae0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.07804366 BTC
Feerates: 15,654.48 > 7.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (390,056 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
524,750 524,750 0000000000000000003bf3ed5c8ffa0b7194e8801a6b21f7b6c5511b54623fde 529 0.24/1.00 vMB 18
524,749 524,749 00000000000000000010fd3444e2b948cbd7f92cf2e1ba499da4d7ead1b69637 4 0.00/1.00 vMB 108
524,748 524,748 000000000000000000228ff10cc46d9cb0b0207b76bef6209d03e9ccc2f3ab91 2,177 0.94/1.00 vMB 17
524,747 524,747 00000000000000000000a1e7038b410a2206ac6e1d75d423de45cb4b9f213a28 2,386 1.00/1.00 vMB 42
524,746 524,746 0000000000000000002fd7f04fe3ad90a25b0e8ecf2f22d6e70f8a51f03c442c 357 0.15/1.00 vMB 53
524,745 524,745 0000000000000000002257f1fc8b0d3676be16c23b7e956c8965d6cee7bcc158 394 0.23/1.00 vMB 26
524,744 524,744 0000000000000000003262bb3bab961d924c4dd2e0d080c4c625d09ade97b139 1,563 0.63/1.00 vMB 28
524,743 524,743 0000000000000000000db723cacecf6610aab614056b0f4d68a49d39554aad1a 752 0.37/1.00 vMB 39
524,742 524,742 000000000000000000169553f00499ddd6f9403b2c530d2dfe2514b9c6a978c9 104 0.03/1.00 vMB 28
524,741 524,741 00000000000000000018942ae3fc40e9f6500e1d4cff8c3d13948f5ebdfed1ef 1 0.00/1.00 vMB 0
524,740 524,740 000000000000000000072992b0e71cbcc217d7b4e16a8042c7f2ffad23916a09 204 0.40/1.00 vMB 1
524,739 524,739 0000000000000000001f364e516958b45f168dfb6f47976613cb12e6d8950e35 2,116 1.00/1.00 vMB 24
524,738 524,738 00000000000000000008f6b574a32901115baad26c667982412b83c1a61f4499 2,266 1.00/1.00 vMB 35
524,737 524,737 000000000000000000043ca9ab2e28686d17b7fcc00f47822e396ef3986b6ea0 225 0.07/1.00 vMB 22
524,736 524,736 000000000000000000237f30e119554361067db489c1a896bbfdd2a61c317877 1,932 0.78/1.00 vMB 18
524,735 524,735 00000000000000000018b7891cee5c97b7a11fe21c277096316ff4dc7e0d2aa9 90 0.03/1.00 vMB 35
524,734 524,734 00000000000000000000b482afd6102b9a9e691dd1caecad57bea05e952239d3 445 0.30/1.00 vMB 23
524,733 524,733 00000000000000000013bd578103add3c3c662fdc8f4ed261ec5db7fc152196d 270 0.08/1.00 vMB 36
524,732 524,732 00000000000000000033cb976c14d97ec8c80c19ac82e46250d1a03d68cb7c90 299 0.47/1.00 vMB 13
524,731 524,731 0000000000000000001b80967269b4e337d560785235c40612f445cc104d06ef 1,353 0.67/1.00 vMB 19
524,730 524,730 00000000000000000001f21727c57d33e7b65c31b92b5645cc4dd496e82ee284 387 0.12/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.