Loading Tool

Explorer IconExplorer

Memory Pool

43,717 transactions
27.12 vMB
0.06290872 BTC
Random Selection Loading Transactions
Max Size: 142.99/200 MB

Candidate Block

Mining Attempt 8680c76b2557a826cd92f8b6cca48c76e2805484921552d2b29c06053f45b5c7
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root c9caf70a643127e69790bdc4d60a2e7e82655876682cd4a66bc9a871954e6afd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.01243023 BTC
Feerates: 502.65 > 1.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (862,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,928 51,928 0000000009e25efb099e68572f6f44b60651691fd9c06d6f93c2417158eedfa4 1 0.00/1.00 vMB 0
51,927 51,927 00000000133d834383825b485ddfe5e9dadc4460ace08086648fb39683458d15 1 0.00/1.00 vMB 0
51,926 51,926 0000000012f8c26cd32f7d09eb5cda877220d80d53419be7fd8061660993130d 1 0.00/1.00 vMB 0
51,925 51,925 00000000004e0d67a20ea1a14d8fcaa2f73a386ed68f4682aa01391ae27e28d6 2 0.00/1.00 vMB 0
51,924 51,924 000000001d957affee4074d53099d2a1cf304c25418820e224cd136a05353b31 1 0.00/1.00 vMB 0
51,923 51,923 0000000015604ed9202ff527dfc49cf21bf2ba7dee1497c444f3b0fffad7e75a 2 0.00/1.00 vMB 0
51,922 51,922 0000000010bb50aeaa634b28e20a8aa2f81d77db25effb0458d76010da9a2f68 1 0.00/1.00 vMB 0
51,921 51,921 0000000000f791df209810f10ee1ffa7e435d7be76674eaa9252f1a18d530bfb 1 0.00/1.00 vMB 0
51,920 51,920 000000000223a3009ecdfac03982e0ce2e124dbda7f6613ee5f201d676bab7a6 1 0.00/1.00 vMB 0
51,919 51,919 000000000d0697f5ab780a8c79db62e449c1294a46712495543ce2b2cfc3e307 1 0.00/1.00 vMB 0
51,918 51,918 000000001f57513729897c7a22f689de6ea0580b9f6443e6d794d411ec8cd5ca 1 0.00/1.00 vMB 0
51,917 51,917 0000000000cd9fe60b8b3a13a74f91e7c54d0b7cbfb2fe62b381f46e99bc0f29 1 0.00/1.00 vMB 0
51,916 51,916 000000000f300e2fd81827440d343b83ef1228ea28726723c78a3418505ad478 1 0.00/1.00 vMB 0
51,915 51,915 0000000012973509465b501146bc2037137a38fd2ef199c59eee2d8537b20e74 1 0.00/1.00 vMB 0
51,914 51,914 00000000185cfe69f3f0b3eb2d6feb325872f221f6558d5c5f0c5975f8014c2c 1 0.00/1.00 vMB 0
51,913 51,913 0000000017d3ab67c322cb815f732e6035bb8eb2e3c50f8132a36a9a1a0de9fe 1 0.00/1.00 vMB 0
51,912 51,912 000000000cbd81415fbbd41ce54d74628ef69aaa594a558fbad1eb91f85fab1b 1 0.00/1.00 vMB 0
51,911 51,911 00000000134190fad1da8567995ac00e97d7d7e3d47c7bb9d0942693dd1fba4a 1 0.00/1.00 vMB 0
51,910 51,910 000000000f2452b9150d62dcc0408560d332aef5725de84c549c74852960e205 1 0.00/1.00 vMB 0
51,909 51,909 0000000010351f4f159b8c3e66ee5a72b4c13af9d5281c3e2a7956ec6e4322dd 1 0.00/1.00 vMB 0
51,908 51,908 0000000011d31221975cde60d913175e5f3c2968e6e1b36187189d149963d2af 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.24 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: 655.23 GB
    • Received: 14.27 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.