Loading Tool

Explorer IconExplorer

Memory Pool

38,406 transactions
26.42 vMB
0.06086311 BTC
Random Selection Loading Transactions
Max Size: 136.19/200 MB

Candidate Block

Mining Attempt a3326d89ee405b8b7c73894b5e47f9efd6ae7969f6e8df4dc63de1ad74170fb1
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root c710c2f8b4d59b7eef1730d1788b8d587d90e8d15ae856435b6ae21dd8a3d41e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,550
Size: 1.00 vMB
Total Fees: 0.01172939 BTC
Feerates: 201.06 > 1.18 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (803,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
110,898 110,898 00000000000054c8b96574c074fd14982bc8e21e46ea23761742e0cddab0d3f6 3 0.00/1.00 vMB 0
110,897 110,897 00000000000004acaa1a850d348679df590cf3c245c9725b02ab807f9eeb8e55 2 0.00/1.00 vMB 0
110,896 110,896 0000000000011aaa4356f736f74f08f21cd3c64578b3154d199291ae6991517e 2 0.00/1.00 vMB 0
110,895 110,895 00000000000096c9cba4b634572b4e5db71e5f41741502dec8d618ac81ad4888 13 0.00/1.00 vMB 0
110,894 110,894 000000000000bfdb7b9f80523080d071cc9697b9a84cd8fed156cdcaecf194d2 13 0.00/1.00 vMB 0
110,893 110,893 0000000000011ecc7bbf0f20660d2b133cac614ca7e2d2cfacf11fd4d8a61806 17 0.00/1.00 vMB 0
110,892 110,892 000000000000f76b7d2d23c256aa98bec31c02dacc4fe238b4897c84a5a84033 19 0.01/1.00 vMB 0
110,891 110,891 000000000000d3332e4a8d45fe0dfb0bff0e7f57c044e9b94e5790d31231b35f 11 0.01/1.00 vMB 0
110,890 110,890 000000000000ded12350170b7f01b7c2cc7afd717ca51546095742b79ce99fdd 3 0.00/1.00 vMB 0
110,889 110,889 000000000000eed4638d3a299f48d35bdffed3b7ac4d3d36c56f9dd9dedda8a9 2 0.00/1.00 vMB 0
110,888 110,888 000000000001175da003f15fb967a4eeb0261f00c86fef302671d8722d056eee 3 0.00/1.00 vMB 0
110,887 110,887 0000000000011384eeed4246a8e867cd2ec90cec51dca169126eefcc1fbd2538 9 0.00/1.00 vMB 0
110,886 110,886 0000000000001d15de0dc0de38d839fd7e36645ba44def149f2b968b94815f5e 10 0.00/1.00 vMB 0
110,885 110,885 0000000000000b2a81420ffffc0d9b77ea00fc1418ab064272f9e4459eaa60ea 12 0.00/1.00 vMB 0
110,884 110,884 000000000000afebdb8276ba8dbe15cefd3c473ebf3c4bd59c68c3b06f0d62e2 12 0.00/1.00 vMB 0
110,883 110,883 0000000000009c93e75b6bdff01d63a384e3226b51195f3d554fcb48686de5aa 11 0.00/1.00 vMB 362
110,882 110,882 00000000000074798787e30fd87e5d1143fc0e2c942f029485ee4169ad63bb7f 12 0.00/1.00 vMB 0
110,881 110,881 000000000000a1648a134ec10d24a8726951f4e0b85a1d86c01a5015c68aab4a 15 0.00/1.00 vMB 0
110,880 110,880 0000000000004169640bb33c01f4417aefda88a1fabfa4f06f331d823df95fa2 9 0.00/1.00 vMB 0
110,879 110,879 0000000000004ed7a73133678b5eb883cd8882bf14dfb26c104ae0c3f94cf4ee 6 0.00/1.00 vMB 0
110,878 110,878 0000000000003ab8fca1762d48b62fda08b4aa9e26172354ef6546a00257a467 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.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.