Loading Tool

Explorer IconExplorer

Memory Pool

80,348 transactions
30.24 vMB
0.08162303 BTC
Random Selection Loading Transactions
Max Size: 184.84/200 MB

Candidate Block

Mining Attempt 23ecfb86e628f2de3f11ceefb410028672825889686222b490eb9273e433cd74
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root f4674908bb07471bcf1fbd6eda89f06e0c389eae3ebf03fdecd0a2c1589f7dbb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01423107 BTC
Feerates: 402.75 > 1.43 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (500,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
414,933 414,933 000000000000000004aeaf8542fc523371ecc1a1273fc673b40d9ec8df260fbc 1,096 1.00/1.00 vMB 50
414,932 414,932 0000000000000000043b983f3b78ff1b285981c36eba613744a9f28831e250e4 555 1.00/1.00 vMB 57
414,931 414,931 00000000000000000458ffdce3341d5db1e8fa19c226581d0c89ecad39cffe95 961 0.99/1.00 vMB 28
414,930 414,930 0000000000000000002a6f645e6b9b8ef60012a9be86b8cdc1553d40dac938fd 608 1.00/1.00 vMB 17
414,929 414,929 000000000000000003afb965dfa57443e052767b02a78c4e66a8774057c76881 546 1.00/1.00 vMB 12
414,928 414,928 000000000000000000c8080dbce9571880738046bda133f1a16b0b930654566b 1,524 1.00/1.00 vMB 34
414,927 414,927 000000000000000000bd07f8e1cd8de3d161ad783ae7f6a33978ae7bff1e1313 2,543 1.00/1.00 vMB 49
414,926 414,926 000000000000000003e0fa6d5f1e592fb4feb69834f0db46ba4d4fde550b251b 1,804 1.00/1.00 vMB 47
414,925 414,925 000000000000000003ced7a6241804bcf563bb8b43d5c253d48af2e976c06b5a 2,608 1.00/1.00 vMB 58
414,924 414,924 0000000000000000035a6f89c55accf0bc48f06c2b7ef6936d2d02028b7648d5 2,183 1.00/1.00 vMB 41
414,923 414,923 0000000000000000036353340bc94b8f622590efd261a88eb9a639d6c9c64470 2,927 1.00/1.00 vMB 43
414,922 414,922 0000000000000000004b1b43be9aba7b1166a7495ae732f6ba1084b531157d4f 2,937 1.00/1.00 vMB 99
414,921 414,921 000000000000000002b39b4aca1ce622faf621efdec763e631d7683168d89a90 2,802 1.00/1.00 vMB 80
414,920 414,920 000000000000000000eb5e0d25524eb29c1f644d0dbb676cf0450aacdca4f556 781 0.35/1.00 vMB 53
414,919 414,919 0000000000000000049dd40ff27c8e8f193f1a16b2ec4d1c67c61d2d196cf938 536 0.28/1.00 vMB 43
414,918 414,918 000000000000000004314038ba6cbc6702bef7b01f5a232cb94b9a51b24378c2 481 0.99/1.00 vMB 19
414,917 414,917 0000000000000000057c9bf4c64e2d651c6aab9c7c42e58f8e421a0ed6674f2c 2,202 1.00/1.00 vMB 47
414,916 414,916 00000000000000000470059fb5a91baf03c4e9b8f7eb704e4dc568ab1276db0b 564 0.29/1.00 vMB 42
414,915 414,915 0000000000000000020d4adfe0cc019d0029ec916c85cdc5ca44ea0271067735 1,101 0.54/1.00 vMB 46
414,914 414,914 0000000000000000018538e1cf3b35df3b6a2c36869e1d6c63eeb31aecd45d0b 1,693 0.80/1.00 vMB 41
414,913 414,913 000000000000000005181dc0d5a4bf7051756f42407d4e23df3d3ffefaee8a69 1,436 0.73/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 783.00 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: 718.56 GB
    • Received: 17.91 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.