Loading Tool

Explorer IconExplorer

Memory Pool

56,104 transactions
32.04 vMB
0.13782325 BTC
Random Selection Loading Transactions
Max Size: 173.19/200 MB

Candidate Block

Mining Attempt b123cd9e6f594ea4a116c8ae5b2e95d84c1659904497d22ce046db1d4a8918b1
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root ce0413d2ad4c1b09470e790e7c60b1873f4d9c7d35f48724e7123c6311b7cf82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,956
Size: 1.00 vMB
Total Fees: 0.04420170 BTC
Feerates: 101.25 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (724,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
190,702 190,702 00000000000007b75a6312e5edd80966beb0bc9e3d6ceffd422d8aca8df10d40 353 0.15/1.00 vMB 113
190,701 190,701 0000000000000160bf4de67b567be3ed287805d451b949a07049a424591999ce 132 0.04/1.00 vMB 110
190,700 190,700 0000000000000552eb2b642e7090a7f91880209938c0451b0135a92893365944 256 0.10/1.00 vMB 164
190,699 190,699 00000000000004826815f408a275af0aae373b3e5b13d35d8b1cd0d2415ddbfa 102 0.03/1.00 vMB 39
190,698 190,698 000000000000031fb623d7c49d6120c8c5b20eb72acd4cd0d6caba32d7f6a61b 512 0.18/1.00 vMB 136
190,697 190,697 0000000000000222ef2238b7162914dc6b34dd68226c8cdf0d02ec95dd1e727e 579 0.25/1.00 vMB 173
190,696 190,696 0000000000000716271900eb4362ada12a830c8d5ff469dc5e2b871baa3ceeca 64 0.04/1.00 vMB 57
190,695 190,695 00000000000004956a93093dd80e1652934ad32d8438d77ce6ae2a9ddcba28e2 248 0.19/1.00 vMB 78
190,694 190,694 00000000000006f21ad28d04bafdfda0b87a56b62856b9ca519d5c301e4cafb2 34 0.01/1.00 vMB 185
190,693 190,693 0000000000000243d1f26a6b68f67b2bdc7471e364b3354478eeaa8183fcc37c 78 0.02/1.00 vMB 235
190,692 190,692 000000000000073f2d363a26d7334348aa1a8307eacf1da9c31199363754140b 451 0.13/1.00 vMB 16
190,691 190,691 000000000000068e338421ba59ebbbefe7bec26af13fa9b71698ea53f7aa1943 1,030 0.41/1.00 vMB 137
190,690 190,690 00000000000001c32141359afe7bcf4e33d4f3f91f45b5d441b6b4ac6a2fcdac 137 0.05/1.00 vMB 59
190,689 190,689 00000000000007a550488f2852ab37e81beccfe0e0fa494a2135d10186e9710c 645 0.24/1.00 vMB 140
190,688 190,688 00000000000007d8793f9a214ac4af605eec5f384d29118dd48fe7579e38728d 186 0.07/1.00 vMB 132
190,687 190,687 00000000000004277e9db0f4b8c333ae0870ef83c40f5889153b2912c2aaaea1 38 0.02/1.00 vMB 102
190,686 190,686 00000000000004913b6582de1d5fb7534a7fc483afa9a365e3bfd98a4a5a7bd7 244 0.15/1.00 vMB 91
190,685 190,685 0000000000000126539dd64a6558e248408757c0c760019b907c8a24fa5490f6 564 0.23/1.00 vMB 125
190,684 190,684 00000000000000bffa5d44414a07cc22f54a2b8e36ec045e9ac1b6fce00e57cb 46 0.03/1.00 vMB 163
190,683 190,683 0000000000000553f95ac744ffd989d868b679587ac9f1b510a9ded12b983ccb 82 0.02/1.00 vMB 153
190,682 190,682 00000000000007a89d14937641cb5d0b195d9fc1fb1b5565363b546ef2c7ab04 486 0.19/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.08 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: 651.42 GB
    • Received: 13.56 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.