Loading Tool

Explorer IconExplorer

Memory Pool

82,972 transactions
31.35 vMB
0.12957979 BTC
Random Selection Loading Transactions
Max Size: 189.99/200 MB

Candidate Block

Mining Attempt 6b1927bd58a2dfb060a4b5d3b5f3511a755e69111909e5fbc4029354aa056cf8
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 8636e0c9ebf9f57669b9027c5fdf7dc91fd2ef0e32c7f21f0930b08b404563f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.04553891 BTC
Feerates: 318.30 > 4.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (17,527 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
897,874 897,874 0000000000000000000182d579480e01560eaefdad60a4f89d9fa329d1f01c3b 3,226 1.00/1.00 vMB 5
897,873 897,873 000000000000000000018cc157b22b0b748208c58dd1a59d88d3d69ca34f1690 3,544 1.00/1.00 vMB 7
897,872 897,872 000000000000000000003076dc881940e372a6e5de2eb6056242ceaa8e820fb4 3,008 1.00/1.00 vMB 3
897,871 897,871 000000000000000000014f3046a963029bda4d8cec93bc12fc08a7e4b9a7f3b6 2,855 1.00/1.00 vMB 4
897,870 897,870 00000000000000000001e3746c7939ef687ff69ab212b551ca8ebf02addbcfaa 3,346 1.00/1.00 vMB 8
897,869 897,869 0000000000000000000171f47a56dcc7e5ff575c1fb76a6d585f202310c6e382 3,731 1.00/1.00 vMB 3
897,868 897,868 00000000000000000001afa74db1e4e27d84e3416c4393272c98bfcf85053d41 3,531 1.00/1.00 vMB 7
897,867 897,867 000000000000000000020668d936ab151a62152d0fc4e8686bfc68fbc7335d3f 4,371 1.00/1.00 vMB 4
897,866 897,866 00000000000000000001cc781994f1bc1c4b175141dadaf5b91dd9e4f1544dad 3,358 1.00/1.00 vMB 6
897,865 897,865 00000000000000000001bbb2f96f65a2510634f834e9c6c267ca50a6758df5b0 3,416 1.00/1.00 vMB 7
897,864 897,864 00000000000000000002239bcd7cc41c2000e2a2e4ca50328f18f664edc96f36 3,623 1.00/1.00 vMB 9
897,863 897,863 00000000000000000000be3964201ac0bf702edefb2f84c5b45ebd8b2b024152 4,498 1.00/1.00 vMB 4
897,862 897,862 000000000000000000018127dec567915fd6e6d2f2e3233379b82f8737609189 4,077 1.00/1.00 vMB 5
897,861 897,861 000000000000000000001b04b5ff09ecb429451b5303406b5f3861097b5127e3 3,093 1.00/1.00 vMB 5
897,860 897,860 0000000000000000000125ff5d38f49603bf291c5d012ba8974415bd05e16b4b 3,437 1.00/1.00 vMB 6
897,859 897,859 0000000000000000000023c0661747a70031a5d7edf861783e13ad1ab11c476f 3,933 1.00/1.00 vMB 2
897,858 897,858 00000000000000000001b63afbc9dff3262da752ef35d7d0292f30e51d90e6eb 3,471 1.00/1.00 vMB 3
897,857 897,857 0000000000000000000120456407764c6df19d8c1133349a6766485a2b852a9d 4,482 1.00/1.00 vMB 1
897,856 897,856 000000000000000000023f1fe56edcf3115abddd73fcf677dcbf8bb75f0d245c 3,432 1.00/1.00 vMB 3
897,855 897,855 00000000000000000001b3fc731e99449fa902a92382a038380da05ef15c4bea 2,751 1.00/1.00 vMB 4
897,854 897,854 0000000000000000000060be787dbbe5c46fb09491888c5a854b497d128599da 2,177 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.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: 722.48 GB
    • Received: 18.40 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.