Loading Tool

Explorer IconExplorer

Memory Pool

86,752 transactions
32.23 vMB
0.11173803 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt b0fffc2cfdd96d8fa555ebb935fcc07d0846fcaaa519dd30186f54ca8db34e82
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root a3b9e5ba99179f64e6c676e5dc21bcdac0e4cc505837d754edd8d472ebe89735
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,683
Size: 1.00 vMB
Total Fees: 0.02594535 BTC
Feerates: 301.68 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (63,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
851,875 851,875 000000000000000000002427bfe6f678c3bff5ed2e6e39e58510acf88f109da1 5,977 1.00/1.00 vMB 6
851,874 851,874 00000000000000000001eac16f687f7f9a05b773ce2048217d61ff98b6b57c4e 3,195 1.00/1.00 vMB 10
851,873 851,873 0000000000000000000343747db0a5bdf5d7258419aa0d2cc67c87203750f6bc 5,980 1.00/1.00 vMB 6
851,872 851,872 0000000000000000000112a0a9bc0cb196699a914caa1044913d95968d202637 2,188 1.00/1.00 vMB 8
851,871 851,871 0000000000000000000186fc88a53edc47b896022972e2a22e4e7b39def2386f 2,664 1.00/1.00 vMB 13
851,870 851,870 00000000000000000002cc27fe5c83c903eb3aca6ae919df2b75dd9f404149b1 6,219 1.00/1.00 vMB 6
851,869 851,869 00000000000000000001240b3885de0ef8263a7aedd62f9e8477944ed1720f54 3,819 1.00/1.00 vMB 9
851,868 851,868 00000000000000000001a3b53d271ae9778e7544024e85725e8b1f3d7b8030ea 3,030 1.00/1.00 vMB 5
851,867 851,867 00000000000000000000de29a1e00f1a57899e1aa8e073b1e64841aa27571d24 2,660 1.00/1.00 vMB 6
851,866 851,866 0000000000000000000201c0f795f08be1d9f352e9eeb649a29722497faf2406 3,801 1.00/1.00 vMB 8
851,865 851,865 000000000000000000010f196df3458113171785cd4f3ce3b98001ba8a25781c 3,924 1.00/1.00 vMB 9
851,864 851,864 00000000000000000002e8ce42a1a103ea3f7e4394220e11185e8d8ba38a6d2d 3,000 1.00/1.00 vMB 16
851,863 851,863 0000000000000000000182a6def46ff0c3d015f96b69bc0a1662ba678d68679e 2,629 1.00/1.00 vMB 12
851,862 851,862 000000000000000000000dfc2cceb1ab3ad753050b89866c462c8ad067d2e443 2,977 1.00/1.00 vMB 12
851,861 851,861 00000000000000000001890b677d2137d4960f6b5c54bdb272ff1f67ecf4ea56 3,025 1.00/1.00 vMB 19
851,860 851,860 00000000000000000001fbced341ad97890ed27610c4aa88fccf6cf90581720f 3,733 1.00/1.00 vMB 9
851,859 851,859 000000000000000000026395a3add8cff306a08f67cb6d3eef0984a490d0a747 2,825 1.00/1.00 vMB 12
851,858 851,858 0000000000000000000207aa94b580fa0f740b2ffa3fa39137ac3c5d795fd3c4 2,900 1.00/1.00 vMB 14
851,857 851,857 00000000000000000002428f938fdf3b402254de791adec88f9a13549491c5ea 2,406 1.00/1.00 vMB 15
851,856 851,856 000000000000000000008af7121e5493708b548ee88da213fa37208584a8b94c 3,095 1.00/1.00 vMB 6
851,855 851,855 0000000000000000000003796d9f104eaf21e1885d38fcd7fb61924a04d24b79 2,439 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.