Loading Tool

Explorer IconExplorer

Memory Pool

76,756 transactions
28.66 vMB
0.07439131 BTC
Random Selection Loading Transactions
Max Size: 173.46/200 MB

Candidate Block

Mining Attempt 6136c8ed9d4a213e9ec3627674f77612498f448860d0c21d5da4cc611c9c1b58
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ce18c0da40349f8351705af4b82aa5eb8f8b007f73d3fd4251565f0d683fcd78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01486665 BTC
Feerates: 150.93 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (97,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,686 817,686 000000000000000000031209222c05daed60b5a7fde7e212f6e55882b5b02603 3,776 1.00/1.00 vMB 99
817,685 817,685 00000000000000000002c01683ef14dc06dcd0da9a58fc3693ab468063c28b79 4,197 1.00/1.00 vMB 83
817,684 817,684 000000000000000000028bc937bf6c13c6d1e768fcb7f9d37529ceee8779796f 791 1.00/1.00 vMB 112
817,683 817,683 000000000000000000031c4fd0fa60018a5f5258e61ed5179ebbeb9c82eb49b1 774 1.00/1.00 vMB 106
817,682 817,682 00000000000000000003cad9b315692c5b2ffa5bf0053fbf6f31eeb3afe4ec9b 2,991 1.00/1.00 vMB 213
817,681 817,681 00000000000000000004076ed6739f2041742c57686f471010861058fc4ef52f 3,484 1.00/1.00 vMB 88
817,680 817,680 00000000000000000001514e24a79b112a401fdcfdad451a112562aece90b3d9 3,237 1.00/1.00 vMB 144
817,679 817,679 00000000000000000003118a13ac8224b8ef8b1d88f2aa7a4d549cb99a1b98d9 2,571 1.00/1.00 vMB 104
817,678 817,678 00000000000000000002606f1d3cf0875387fb9c5acea5022a565d1d12e6b54f 1,041 1.00/1.00 vMB 97
817,677 817,677 00000000000000000002ba7c520648237680a4b11cfdf48b7ca483944d1b4630 2,837 1.00/1.00 vMB 188
817,676 817,676 00000000000000000003867d4508c0b3f0fb505da4f48acfd48373c2c026e64f 3,011 1.00/1.00 vMB 232
817,675 817,675 00000000000000000001bb59fb7159213b923430c10d9995ba865485f936ef29 2,318 1.00/1.00 vMB 338
817,674 817,674 0000000000000000000256cfc8d523d90dace6ca1cd7b148eb3ad7cc8ab712e7 2,926 1.00/1.00 vMB 175
817,673 817,673 00000000000000000000e643d96f86538d97ebc2ebcf3f6b1dbea0163ac5296e 2,798 1.00/1.00 vMB 214
817,672 817,672 000000000000000000026c44be490a64022c81dccda6ae810ae4f096ae0821b3 4,474 1.00/1.00 vMB 107
817,671 817,671 000000000000000000004847ece33348e93ff1ea9e3e13507e14897211e4c533 5,251 1.00/1.00 vMB 112
817,670 817,670 0000000000000000000351dde9c031645f0848dab855d5c91f53241ef74b1305 3,031 1.00/1.00 vMB 72
817,669 817,669 0000000000000000000289c4e4d2c040874c08246ee2cb5e40e3b3b4540e8c83 3,458 1.00/1.00 vMB 179
817,668 817,668 00000000000000000002e89e74d7ca8cac1dc70e3245c4dd0ef7c84e0d4e2730 4,681 1.00/1.00 vMB 75
817,667 817,667 000000000000000000010b0d6e818bc8ccad6745f3a4cc2d0567a6d7ee11b9d3 5,885 1.00/1.00 vMB 74
817,666 817,666 000000000000000000008758c49bec9d7a11960cb30c21bad7bc7feb0ef40732 3,443 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.