Loading Tool

Explorer IconExplorer

Memory Pool

80,126 transactions
30.81 vMB
0.08826622 BTC
Random Selection Loading Transactions
Max Size: 186.64/200 MB

Candidate Block

Mining Attempt 104292bcc750ded64621875566d08ae79e52c899e1686c80bf11ee4d44fe8ecd
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root d5abd65a886fe7f226bd70758646d5a8473faaac2fbeb9abdb0f0fe539b4bd12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,817
Size: 1.00 vMB
Total Fees: 0.01565727 BTC
Feerates: 106.51 > 1.57 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (480,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,044 435,044 00000000000000000311867d27c91f975019b775b6166b04c6a53b2c50ac311b 693 1.00/1.00 vMB 100
435,043 435,043 000000000000000000643b84295d16f3fe0f879e6b23b1e1add3d7e47232faa6 804 1.00/1.00 vMB 113
435,042 435,042 00000000000000000209d0c5188dffd1fe1e30192f12f56a6a5a15946d3414ac 576 1.00/1.00 vMB 103
435,041 435,041 000000000000000003e58e0ed15cfa1df68ef431affe9460dbd8b28d7b88f44b 380 1.00/1.00 vMB 108
435,040 435,040 000000000000000000258792fddafd12bdafc8a7ddeeb65f0cb9615ff7e1bf38 416 1.00/1.00 vMB 101
435,039 435,039 00000000000000000176d1a8fe7880ce25c52e9a2c84ac2513d79712238ce015 1,048 1.00/1.00 vMB 112
435,038 435,038 0000000000000000028dc2b22bf0032b1d83d80a07a48e12b5bd18381c5cb93e 474 1.00/1.00 vMB 102
435,037 435,037 000000000000000002406c0f6163a7b3fb1cd1692dd3830c143e772d13ee0dea 680 1.00/1.00 vMB 106
435,036 435,036 0000000000000000004d300c5693f4a1a82af23196f8abe5893cf0748e9b74c1 1 0.00/1.00 vMB 0
435,035 435,035 0000000000000000003e4882392f62ede2ca7fa2351658d4362bb8af5d218751 739 1.00/1.00 vMB 94
435,034 435,034 0000000000000000003a0d35e93493669e6820b4c0c660e71effe93aec9f669c 1,211 1.00/1.00 vMB 111
435,033 435,033 000000000000000001e191a51b5eaf1d73f7d8058b460c16412c43b901a7398c 684 1.00/1.00 vMB 90
435,032 435,032 00000000000000000080bff2d1f1b1c1333f5045f6e4a0d4745cb0d592f722ef 2,574 1.00/1.00 vMB 123
435,031 435,031 0000000000000000033b25c98ee77f917f2a60ae902821e14c4ea7b177ac3658 2,479 1.00/1.00 vMB 56
435,030 435,030 00000000000000000194fa392b62cd75a7fe84c3ed47bfd1d526cddde1eee6c0 1,951 1.00/1.00 vMB 70
435,029 435,029 000000000000000001b0d7e4308ba6cbd9467780e09c894f1181b6e50c2f5c62 1,866 1.00/1.00 vMB 109
435,028 435,028 0000000000000000031aff8f6da65315d3d84c3491a787cf64933006b7650bfd 2,591 1.00/1.00 vMB 78
435,027 435,027 000000000000000002f9b730489c78c744502705d071430950a36a8e5e3db8d4 1 0.00/1.00 vMB 0
435,026 435,026 000000000000000001250af4f7ebbb1936a9c614c17a232d2c279c896059145b 1,919 1.00/1.00 vMB 70
435,025 435,025 0000000000000000002d703204f4300a80bfb83b6031a6763cd26902e91ef251 1,561 1.00/1.00 vMB 52
435,024 435,024 0000000000000000012303a4c41a408324e447191111efa33ded25d83d4e77c2 2,848 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.