Loading Tool

Explorer IconExplorer

Memory Pool

79,403 transactions
30.31 vMB
0.12514612 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 691fe86bf07abe93d16bdc2bf960405ef334d82f61f3b84ae2bfa1d296ddd978
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root ac5d2fe3b1e6051bc3c75c339a1b3da65fa44ee621a2d0c0a205a52f6c62fecd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,418
Size: 1.00 vMB
Total Fees: 0.03208107 BTC
Feerates: 301.69 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (501,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,807 413,807 000000000000000003615681a4a4f7f36ff4a7954ae1f3e8102ad66b58583d2d 1,033 0.54/1.00 vMB 42
413,806 413,806 0000000000000000023a7c63f042d39b82ce8bd96f1ec338faa9fb7c6e7eabe9 1,248 0.61/1.00 vMB 49
413,805 413,805 000000000000000004250a4bc4d8ba258fc32ec893a2b5c02ef07f3b010dde43 212 1.00/1.00 vMB 11
413,804 413,804 000000000000000003d53248234e4fec3a97aeb51dbb9ce4ff5a4a1e01e8412e 997 0.75/1.00 vMB 27
413,803 413,803 00000000000000000175b65b09a3c2b902a91edc30b15aeb582455012edd8293 2,572 1.00/1.00 vMB 70
413,802 413,802 000000000000000001f995fe9a6e2763dd03ff78429e14dedf406442274dadb5 592 1.00/1.00 vMB 20
413,801 413,801 000000000000000001257ed32428c2b30e44ed3e2033b89c898de453848d961c 768 0.99/1.00 vMB 17
413,800 413,800 00000000000000000472fe8373424d5d2eb4329d3b21eb24c2e1f2d3c23db59e 1,395 1.00/1.00 vMB 34
413,799 413,799 000000000000000003e13daab94c38d8fb60602dffbc300c0b9dd243818002ce 1,923 1.00/1.00 vMB 46
413,798 413,798 0000000000000000024c7db0f4b8c5b2497976531790bda4c819ab7cd5846691 2,789 1.00/1.00 vMB 67
413,797 413,797 0000000000000000021fa3bbb24ffe70e70e80612b4dcd83e50350988b8016a5 2,766 1.00/1.00 vMB 80
413,796 413,796 000000000000000000d810d6d4d56816cbe6c25413196b43ccfde4df998cb0ca 1,965 1.00/1.00 vMB 50
413,795 413,795 000000000000000003d6e74abc1bd2d2d0c452a03c5599e5107a6dfd90b6cd8e 1,052 0.86/1.00 vMB 47
413,794 413,794 000000000000000000407e7768a6efb2e4e95be854360ceb8e62d36d7851e3c0 1,144 0.54/1.00 vMB 59
413,793 413,793 0000000000000000034781a0b2cd691c4fcd65d8a64a8f7d206690b9429b7a99 961 1.00/1.00 vMB 27
413,792 413,792 000000000000000001dec1d287e1b2018b579f58009463e307f15cc97a8954e9 1,778 1.00/1.00 vMB 46
413,791 413,791 00000000000000000452425c60fcd1ea5d19a856c4aabdac3963cb4f15f8a76a 559 0.30/1.00 vMB 39
413,790 413,790 000000000000000003615102a62ed26288a82bb5eec09bab79147340e6091b11 2,147 0.93/1.00 vMB 52
413,789 413,789 000000000000000000d331372be85c5324f2c070fc00a48d5d96ac8270e43118 946 1.00/1.00 vMB 23
413,788 413,788 000000000000000004eb439ce33fdb8fdb1db8e9fa398db12f5b8e9efc2da69b 1,591 0.86/1.00 vMB 49
413,787 413,787 000000000000000002a9e75ae5341ad7d032cec4a559477c217a3ac2a8162493 693 0.46/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.