Loading Tool

Explorer IconExplorer

Memory Pool

76,649 transactions
21.20 vMB
0.07929380 BTC
Random Selection Loading Transactions
Max Size: 141.35/200 MB

Candidate Block

Mining Attempt 640e2749f5de51394883502b244f17947a0163aef6c4b030466a4bfbf7c585b6
Version 20000000
Previous Block 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714
Merkle Root 993ecac49ab1161ad7e197cc71038c13fea95d757818a69d8819ea3b5e2fc388
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,535
Size: 1.00 vMB
Total Fees: 0.03072057 BTC
Feerates: 181.27 > 3.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,008 (820,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,701 95,701 000000000007f080e1516d93a7c3c312d75c501b69d178837ed191b84b564d4c 1 0.00/1.00 vMB 0
95,700 95,700 0000000000038eacd7b4f39b05aa2ac760e1cd12be5c72eb7c2b9e396c5762db 1 0.00/1.00 vMB 0
95,699 95,699 0000000000040f30665a080a9b9ab0e92e9a44b0e34b49bdd4a0953fd1966ad4 1 0.00/1.00 vMB 0
95,698 95,698 0000000000014dff98bd77bd8de0eb3105ebe809d5475b2d7792df79bb2f4cd0 2 0.00/1.00 vMB 0
95,697 95,697 0000000000006efb514f959795a32d3980df74ce692f5c021729d3b47e9b0abf 4 0.00/1.00 vMB 0
95,696 95,696 000000000004a01b17cf6bf5763cfa5244101f74baa8df24bb5256e866bea4b4 4 0.00/1.00 vMB 0
95,695 95,695 00000000000483cfd3525b3832308001ceb714073aadc24f863c386051a91afe 2 0.00/1.00 vMB 0
95,694 95,694 000000000003cb7ca422c1854587aac92eccfde2e16fcbda67b5edf23ee135f0 1 0.00/1.00 vMB 0
95,693 95,693 000000000003feeb195bd57b49760b38a34aa49db5c00f7bccfb9198fba4e0fe 5 0.00/1.00 vMB 0
95,692 95,692 000000000006e8bf630ee0a551a8b23e30d04f4d1ebdf1338dab88038d1fe7a0 2 0.00/1.00 vMB 0
95,691 95,691 000000000002998231eb81175348ffa36dc2cf36f5c1b9b84c502897d24e75a3 3 0.00/1.00 vMB 0
95,690 95,690 0000000000000e39717e27a0f22d2b3705ca986d2b428bd3dc410714825e2386 2 0.00/1.00 vMB 0
95,689 95,689 000000000002e7d43e51219950e49c1a66c0525fd7f97159028ef759c07d7147 1 0.00/1.00 vMB 0
95,688 95,688 00000000000594c57e43af0dae645b7549f1287e4e282c44a0c670b30cfbf825 2 0.00/1.00 vMB 0
95,687 95,687 000000000004b728b325016bce3f3d5c906b85b62d16034571f311190b14d946 2 0.00/1.00 vMB 0
95,686 95,686 00000000000195dae56dccfc4b286d2836aec72717ca8099c069e16e9a5bb2c9 2 0.00/1.00 vMB 0
95,685 95,685 0000000000041418dc03c5027da4435f32b716a14c50b31c97072cfd1951b46a 1 0.00/1.00 vMB 0
95,684 95,684 000000000006129d7a91fc8b5f1f3d70cfa41e6fc4da5e2b7c699b302ce86618 1 0.00/1.00 vMB 0
95,683 95,683 000000000006dfc3a582b41d55949de84bd77252b76465e37e9690f921d8461c 2 0.00/1.00 vMB 0
95,682 95,682 000000000000bdd86c9b097fbae1716f6692a1f319b66c8ac096dc7af562727a 1 0.00/1.00 vMB 0
95,681 95,681 000000000004958e1af18685515639b90447b6a1827777f8ba3506665a8b47f2 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 810.00 GB
    • Received: 23.31 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.