Loading Tool

Explorer IconExplorer

Memory Pool

80,841 transactions
30.26 vMB
0.11328007 BTC
Random Selection Loading Transactions
Max Size: 182.30/200 MB

Candidate Block

Mining Attempt 223f06e0379c9c459807e73b66e9a2c7ba0dddfd928921baebac5f4fd565f4c4
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root a27d15d251961eca30303db10eb0adfcbe23b1a9027b8071502f196b0cea449d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,109
Size: 1.00 vMB
Total Fees: 0.04071916 BTC
Feerates: 150.68 > 4.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (452,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
462,863 462,863 000000000000000001fa2d9b1644686591cd65b65db0cfa4793d4e4d5401f329 2,005 1.00/1.00 vMB 157
462,862 462,862 000000000000000000cdd18110fb5ccd01fd54ad64998cc16ee1964694be21d1 2,314 1.00/1.00 vMB 163
462,861 462,861 0000000000000000021417c23ef454adef113b3b65bfd82f0f6347d929ad7b31 2,425 1.00/1.00 vMB 169
462,860 462,860 00000000000000000078974de9e69df90d4d4b6fefe7e30bac9ab9183e8ae59b 2,348 1.00/1.00 vMB 159
462,859 462,859 00000000000000000148a3c15d5a7bb9779d82722532e0b2d34a44635e73b380 2,389 1.00/1.00 vMB 125
462,858 462,858 00000000000000000102ccd82733017f3a6f0731cd98e57ee5c38f099821de5c 2,357 1.00/1.00 vMB 160
462,857 462,857 00000000000000000036d5b3db1d9ac965614c3d6097d8856a15243dbcbcbb22 2,433 1.00/1.00 vMB 187
462,856 462,856 00000000000000000113c570f5e58badce890b5ab5895e335559c0b3cb6220b5 1,890 1.00/1.00 vMB 134
462,855 462,855 00000000000000000100316d028834227f32ad77cb6aec3c488e9f516f00b2a9 2,484 1.00/1.00 vMB 121
462,854 462,854 00000000000000000201e6a610724300d55f83691083149d5261f2776a648e2f 1,508 1.00/1.00 vMB 133
462,853 462,853 000000000000000001760f2310e607a78ed02fdabab07e20105e6d233d73a76c 1,838 1.00/1.00 vMB 203
462,852 462,852 00000000000000000016a8f29caa1ff42276a49405f2336ca0c6f054bf840149 1,880 1.00/1.00 vMB 148
462,851 462,851 00000000000000000148c91ccfe41c93cf74a8a7387649598ec6faf54c27a8ea 2,135 1.00/1.00 vMB 173
462,850 462,850 0000000000000000019bf3f0187e56266ac74453a0444142e8321524b898c2c2 2,057 1.00/1.00 vMB 169
462,849 462,849 000000000000000000c21927b92ddc9f6408129af039cd84d2af015b811c5ce7 1,545 1.00/1.00 vMB 139
462,848 462,848 00000000000000000050c9c84dcd188c2c0bc349511902213b799aa2f4e79c3c 2,025 1.00/1.00 vMB 148
462,847 462,847 000000000000000001ff78dac9cdf1de6c50657e3f4288929072aa4fce4d7fa6 2,764 1.00/1.00 vMB 242
462,846 462,846 0000000000000000003b62b566d3d28d297cfbf666b015bb60b06a0767703248 3,198 1.00/1.00 vMB 299
462,845 462,845 0000000000000000014db78695db19622eaf3aef63309252d9b470628e3fb33f 715 1.00/1.00 vMB 321
462,844 462,844 000000000000000001dac076ac4378f6f6203fa9f29c607c4caf0c2982f6f28e 3,241 1.00/1.00 vMB 261
462,843 462,843 0000000000000000018cde35a10bb6b1dea1e35ae10c642fdd5713854abf9cf7 2,294 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.