Loading Tool

Explorer IconExplorer

Memory Pool

41,117 transactions
26.63 vMB
0.06758048 BTC
Random Selection Loading Transactions
Max Size: 138.85/200 MB

Candidate Block

Mining Attempt c090cb75872869d9dc5f19eb096c64f2390005450496d5acfe6a5d96caeb042a
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 91f658f3c94dd4885b9dcf7aaa17ea5377acbf1e1df32b8b28b6b2f0b2ec1407
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,699
Size: 1.00 vMB
Total Fees: 0.01787343 BTC
Feerates: 265.25 > 1.79 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (73,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
840,962 840,962 0000000000000000000259b52aa9272cb260b456f9f63d3bc085bfdb43c84ad4 3,898 1.00/1.00 vMB 69
840,961 840,961 00000000000000000000dec25a8e929986022e059ebc906a63c558a3c96bb0b1 3,875 1.00/1.00 vMB 69
840,960 840,960 00000000000000000001b3fed517aeb14ff7dc5c912b0421f992df736e1e64eb 3,728 1.00/1.00 vMB 72
840,959 840,959 000000000000000000023b43da4a5fa2ac60433f0d5205af3f0f4aeae872ae65 3,652 1.00/1.00 vMB 69
840,958 840,958 0000000000000000000303f8c3df5b0a000b8756aceb180d6b4e5d7e4a404c2e 3,692 1.00/1.00 vMB 54
840,957 840,957 00000000000000000002b338e47fca4856c1dc9288d4d19b0d3a547ada720c29 3,215 1.00/1.00 vMB 92
840,956 840,956 00000000000000000001983c71d7f2c51ce05acdebfddb25c6db279558460ea0 4,389 1.00/1.00 vMB 68
840,955 840,955 00000000000000000002cabd6083dc3fd1f4714df5f9d508be7d1cde2267e41f 3,753 1.00/1.00 vMB 50
840,954 840,954 00000000000000000001695a579c3158955821d897cd26fa619fa59498a07136 3,084 1.00/1.00 vMB 52
840,953 840,953 000000000000000000013aac3f48f4b375193b356031340075ed2c31ecc32809 3,123 1.00/1.00 vMB 35
840,952 840,952 00000000000000000001497969cd5a591be78af2b001597142631a803ec7099e 3,182 1.00/1.00 vMB 67
840,951 840,951 000000000000000000017f62f7633cb53846d83ac9ad3f26c9e8defe45d9c90a 3,812 1.00/1.00 vMB 48
840,950 840,950 00000000000000000002c04d559d035866a1eac82a5dc968505752acfeef3e0f 1,947 1.00/1.00 vMB 65
840,949 840,949 00000000000000000002af5a945f86dd6b1a15d7a3b91d54764ef89bdfa2c2ac 2,507 1.00/1.00 vMB 47
840,948 840,948 00000000000000000001f49a6ec6d81c29167014024e91df7dc535e8f9bd2df5 3,069 1.00/1.00 vMB 63
840,947 840,947 0000000000000000000224a78934c5329153cd9dd761b41d3865b0d3b62a55d9 3,862 1.00/1.00 vMB 76
840,946 840,946 000000000000000000014a717eb0b962faad1652bc4ff757e76bb6748a09942b 3,389 1.00/1.00 vMB 61
840,945 840,945 000000000000000000028b900e102b38bdb5f254e7370a9bdec1324aae439f9f 3,821 1.00/1.00 vMB 43
840,944 840,944 000000000000000000000aade80d87f1a49ae0e434e60a7b62d35ed9ccc137bb 2,704 1.00/1.00 vMB 57
840,943 840,943 00000000000000000000fed3884935e1753e7816af08691e9ee6d94783e51653 2,337 1.00/1.00 vMB 56
840,942 840,942 00000000000000000002915ed9c6be373bd46f8453d7d96d00a0a675c3a97e35 3,105 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.27 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: 656.67 GB
    • Received: 14.40 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.