Loading Tool

Explorer IconExplorer

Memory Pool

82,636 transactions
30.71 vMB
0.08519619 BTC
Random Selection Loading Transactions
Max Size: 185.30/200 MB

Candidate Block

Mining Attempt 25664a8a2074b9626412aae2ec40bb08614bccc68343232df299828ffc839992
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root c2967ef9098cb39169b8706d6ffa27fc14a74c6891b0702092421098cd3aa149
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,500
Size: 1.00 vMB
Total Fees: 0.02015154 BTC
Feerates: 73.20 > 2.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (280,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,891 634,891 0000000000000000000ce7c6b5d9dd1c28c6507f903b4fbc75d4f69869e7b963 2,574 1.00/1.00 vMB 21
634,890 634,890 0000000000000000000708d8fbdf4ec70cc70b0f825d1b1e6acb4904bdd8518e 2,493 1.00/1.00 vMB 40
634,889 634,889 0000000000000000000b48833a51735abc5b0c6a740548c25c381574ee7e90dc 2,424 1.00/1.00 vMB 33
634,888 634,888 00000000000000000007c6f92621f5f92a5cfd635e9b9a7eaabbf96ceb333db3 2,733 1.00/1.00 vMB 23
634,887 634,887 000000000000000000044fe8f0a57bbbaf67eca953c58d8c376d473b0422e426 3,021 1.00/1.00 vMB 23
634,886 634,886 00000000000000000011328cc4640bf769590b452bbc556a4a9f47e06dc83d08 2,952 1.00/1.00 vMB 31
634,885 634,885 00000000000000000011d489fbfc4ad301190e4faa60fca42a1d6e0b2e1f6179 2,325 1.00/1.00 vMB 26
634,884 634,884 00000000000000000007920bc0f4fe732781016edcb51625eaaeda6854e3a690 2,487 1.00/1.00 vMB 33
634,883 634,883 0000000000000000000428bb89b72745d3e1e2c57ab674757fc55ccd467453d4 2,564 1.00/1.00 vMB 65
634,882 634,882 00000000000000000004ddef27adbb16eb2417e733d48ea60c0a6d837da9a4f7 2,509 1.00/1.00 vMB 29
634,881 634,881 000000000000000000023e88128277a95b912c97511604ad7de6bdd4ebd22e91 2,711 1.00/1.00 vMB 35
634,880 634,880 000000000000000000104b4aaa543373f8f93aa17730ba80ddb2c7df3eb38ff1 3,053 1.00/1.00 vMB 66
634,879 634,879 0000000000000000000eefcca3a258ecb37aa3967311be6b3c52097a8fd4b485 2,731 1.00/1.00 vMB 42
634,878 634,878 0000000000000000000e1a896b65714435391e3c60c6414a3bfa4b2b847d4da0 2,273 1.00/1.00 vMB 25
634,877 634,877 000000000000000000047da0a75c75d89243aa9c594f6c7fdf8dc1d6dbbc781b 2,214 1.00/1.00 vMB 18
634,876 634,876 00000000000000000004e7a011fdd87f44f846fa69bdba3e645a5e073021fc8e 2,856 1.00/1.00 vMB 23
634,875 634,875 00000000000000000010a8b11e45c3f0b19cd01565e31edbfa12fa59fcc175a8 2,643 1.00/1.00 vMB 35
634,874 634,874 00000000000000000004e96a65554e5d6b800dc4196bc348ef8546d300fe0b89 1,975 1.00/1.00 vMB 18
634,873 634,873 00000000000000000001ec4fa9acf4a48118a50cd0daada419e84cc68661cb27 2,546 1.00/1.00 vMB 28
634,872 634,872 00000000000000000012b556af952639e38ac4b8daba14880a711564de9662e9 2,674 1.00/1.00 vMB 30
634,871 634,871 0000000000000000000e73f2ef001d25b8bab9b99841c9ed56c8f12d828460f7 2,731 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.34 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: 661.55 GB
    • Received: 14.81 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.