Loading Tool

Explorer IconExplorer

Memory Pool

85,597 transactions
31.81 vMB
0.09426196 BTC
Random Selection Loading Transactions
Max Size: 195.30/200 MB

Candidate Block

Mining Attempt 442b28e5abf7c2c94a42e10412b9e7f440938465a8fb86846b45830f63b8e6da
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root e44f9d304586f06c389e7cad1cafa6b84733ddc8da703aa4b65bdb81c494f6d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.02086744 BTC
Feerates: 40.27 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (301,431 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,786 613,786 0000000000000000000a731f835fc76fe88f2da495d40579a76e78a9311dd0f0 2,859 0.97/1.00 vMB 12
613,785 613,785 000000000000000000035bab7d95b95e337b826f44c4792a65307ae8a9ba4d8f 869 0.39/1.00 vMB 11
613,784 613,784 0000000000000000000c251cb2ef6c9f1e63ed6095ffcf0ed99c5e6fbcdb9b81 2,933 0.99/1.00 vMB 11
613,783 613,783 000000000000000000094fcc7f4fc8f0caff7e6a75c94353141d7314eec14200 2,072 0.77/1.00 vMB 12
613,782 613,782 00000000000000000001543da06cbfa28f8e71d637bbabf85dfba5bb69e17118 3,353 1.00/1.00 vMB 11
613,781 613,781 000000000000000000084c5c15fccb7b4b0ec40d5c87e4d54fb1e8d270986e53 2,030 1.00/1.00 vMB 3
613,780 613,780 0000000000000000000009612d189ba59b3bca9a0a851c6d96bbd0c60c2e5ce3 3,084 1.00/1.00 vMB 23
613,779 613,779 0000000000000000000e7e48550edb5247cd8c50274bd3cc0b6ec38f54db35ff 2,786 1.00/1.00 vMB 25
613,778 613,778 00000000000000000010a40487b3802631930f2087886dc5c0603deda7b82a46 2,039 1.00/1.00 vMB 12
613,777 613,777 000000000000000000114ddbfda351efad5bd066a267ad7606c705c193fe75a8 1,947 1.00/1.00 vMB 17
613,776 613,776 000000000000000000041060891ea7e5d8ab2621196d9c0842351066d981e5e2 1,105 0.28/1.00 vMB 16
613,775 613,775 00000000000000000009d75ca4a4aefa2f9c21eba8c90980375dbaa94af3f351 2,918 0.95/1.00 vMB 12
613,774 613,774 00000000000000000010ce69b8127f1d322328c4387cd3b05dc702c946ba5402 540 0.24/1.00 vMB 5
613,773 613,773 0000000000000000000750bce4af9566eae0c16337cb80e5f1200952deb88837 3,197 1.00/1.00 vMB 4
613,772 613,772 00000000000000000003b5b6d2cc17e2bcf2c6aa0b65183de23c7f8e36826b69 2,329 1.00/1.00 vMB 10
613,771 613,771 000000000000000000112dc83e417c4751d733aff88f5e71234275273a8acc14 3,044 1.00/1.00 vMB 18
613,770 613,770 00000000000000000006680e265a7a87ea6ffb65dbcf52dbc2fb4349c7dce244 3,193 1.00/1.00 vMB 24
613,769 613,769 00000000000000000007082371af3a1cfb2308a7d33a69d7925d1aa42d977d0a 1,711 0.44/1.00 vMB 5
613,768 613,768 000000000000000000040a99007e2ef15026fb09b1215e76b4a7ea8f7e4a2526 3,031 1.00/1.00 vMB 6
613,767 613,767 00000000000000000012e39280f20eb4a222c7b02285cdd94cb87d312a8d0771 2,199 1.00/1.00 vMB 7
613,766 613,766 000000000000000000055f55e43736463216e7924e0dc9c65bebb4c5e37ad370 3,562 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.76 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: 709.06 GB
    • Received: 16.84 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.