Loading Tool

Explorer IconExplorer

Memory Pool

44,726 transactions
28.55 vMB
0.06458069 BTC
Random Selection Loading Transactions
Max Size: 151.82/200 MB

Candidate Block

Mining Attempt 163997f6f4e836e846adbd229ad6c6da383b19ed50ef00318c64b02336b660c0
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 0732325b5d1126d6d92d7df7a4b3a9d9d06c780fc19638622958f5473fd597c1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,296
Size: 1.00 vMB
Total Fees: 0.01039184 BTC
Feerates: 60.21 > 1.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (100,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,858 814,858 00000000000000000001151ce9cee91227b7a0587bd02d6bf01fa06eedf19ae5 3,739 1.00/1.00 vMB 21
814,857 814,857 0000000000000000000249de24eb8678f075cdc31ba1df1e3364d7b6b6306f16 3,327 1.00/1.00 vMB 15
814,856 814,856 000000000000000000015a7e8f6cd33d29eb352eb770c76a4ced46a02e4efa85 483 1.00/1.00 vMB 4
814,855 814,855 00000000000000000002f6aa02a31a2296a781e45480fdb45284dcc3bdcb385d 640 1.00/1.00 vMB 4
814,854 814,854 000000000000000000031872af2d1c0ded2f0c1de2f127e7b949a11712ebf0bc 1,861 1.00/1.00 vMB 6
814,853 814,853 0000000000000000000296eb7dcb8cc79bfde0ac299b4db3d5697daa114c49af 2,198 1.00/1.00 vMB 12
814,852 814,852 00000000000000000002612587ce1a414f90342be4d26ec832757246dba6b75a 2,957 1.00/1.00 vMB 16
814,851 814,851 00000000000000000000483885d5bd663c0ede6741a38c97e431df08e8502d68 1,818 1.00/1.00 vMB 4
814,850 814,850 000000000000000000004e60e02cd3d774e88ab481d1310fc5f27d7af1b20706 2,776 1.00/1.00 vMB 14
814,849 814,849 000000000000000000000fb823293cf845fbf8de0e92c98142b7e218b7c6b04e 2,268 1.00/1.00 vMB 14
814,848 814,848 00000000000000000003d03abae9cf2f07e37baa3928e4b4414705a6050ec95f 3,206 1.00/1.00 vMB 14
814,847 814,847 0000000000000000000108d942bd8e460c6e6c760b5455a610f02facd6660120 1,905 1.00/1.00 vMB 6
814,846 814,846 0000000000000000000363beee720e425bc92a0eaa30abdc36ac2a56b016b213 2,730 1.00/1.00 vMB 10
814,845 814,845 00000000000000000001cd71dd2d5544c9ccdb34274b23e553b157bf310328e9 3,503 1.00/1.00 vMB 17
814,844 814,844 000000000000000000038b0036f083ce62b98d0e068ba7a450c8786800ae00e4 2,382 1.00/1.00 vMB 7
814,843 814,843 0000000000000000000377cb9509eb5632a3f738c6facb1c78ca034a16825bec 3,049 1.00/1.00 vMB 12
814,842 814,842 00000000000000000000a4bd9516a15c866249ff385e9dc5c56d12844a3f0ffc 3,433 1.00/1.00 vMB 28
814,841 814,841 000000000000000000033eb60080739e4985d15a6abcfeb95e86ea928d3cc5dd 2,945 1.00/1.00 vMB 16
814,840 814,840 00000000000000000001e7edbbaf4f6b5f6d0b425902a0a72e1c1c71c23c0612 3,043 1.00/1.00 vMB 16
814,839 814,839 00000000000000000001cc1b25364c15aac264ae50f984fa5f79f69e3de07825 4,667 1.00/1.00 vMB 6
814,838 814,838 000000000000000000036598954e6904c8a1fbb7e62ed08ff70dbe2ab8ffe34c 6,343 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.