Loading Tool

Explorer IconExplorer

Memory Pool

78,958 transactions
28.97 vMB
0.11415051 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt ed2a14168a40038769a5a08812989e712ef8e9568210267a5d389c9fe1c1228f
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ae975da4e3dfe3fb10da29b0e7123c5693aa8d9f55308827cbcd675731cfd653
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.04124764 BTC
Feerates: 602.26 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (557,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
357,902 357,902 00000000000000000602507285406d3946f4558d1fd63dc0c085e311a2c95851 691 0.33/1.00 vMB 26
357,901 357,901 00000000000000000f552861d8b9c2edcd6684789de50d6863c32b8800848b77 348 0.16/1.00 vMB 27
357,900 357,900 00000000000000001173e320aeb17bbac52039bef4e2cdef5d1c66fb12003317 467 0.22/1.00 vMB 26
357,899 357,899 0000000000000000142e11905993080fdb62567436caf638d6c084b89ba1e9a2 514 0.27/1.00 vMB 23
357,898 357,898 00000000000000000339745a1c9807b89f0d943e8f260abc5931da68d82ed568 499 0.26/1.00 vMB 23
357,897 357,897 000000000000000011ce09c21518d29985f7224cec36047d367b3d0968afdd08 303 0.16/1.00 vMB 26
357,896 357,896 00000000000000000bb71045e8c195657ef605d8904e8d507473dd1543393700 833 0.45/1.00 vMB 26
357,895 357,895 0000000000000000068ec9ec96e6dcb15f757a2746f0bdfc3fbe7410292d33ac 564 0.26/1.00 vMB 26
357,894 357,894 0000000000000000031486a321837159df02329e330d72cabd4a57d82d2d2e69 551 0.31/1.00 vMB 26
357,893 357,893 000000000000000004e065e881bfab44013333e9db5906b2e77e4fbedde1cc15 359 0.21/1.00 vMB 24
357,892 357,892 0000000000000000159e525f47bbc7af03d18a92465f78c74500dbb5ffa6e1ff 201 0.11/1.00 vMB 22
357,891 357,891 00000000000000000912a53f86aa6ffed5946f7dde339cf2e1a8aa0696253cf7 299 0.15/1.00 vMB 26
357,890 357,890 0000000000000000051f7fdaac691155bb12fde29e4d2fb64c84598f1036ebe2 249 0.12/1.00 vMB 29
357,889 357,889 000000000000000003bf55202790d23f04ef59cebdc287d747c96402f432e667 156 0.10/1.00 vMB 21
357,888 357,888 00000000000000001117265599c46992004b32f84671f1681c412094d3b88ca5 251 0.13/1.00 vMB 26
357,887 357,887 0000000000000000163e6e11dabe13fd7cb9e461a210a333aee5fa91426ccf61 1,322 0.64/1.00 vMB 28
357,886 357,886 000000000000000012b0f23b97c9100e9fa742e62f8f1e806024a6a398fab583 257 0.13/1.00 vMB 28
357,885 357,885 000000000000000012c9d4b3396a7719aaa4ca9397fb77935e8abe6b696a07d2 402 0.24/1.00 vMB 19
357,884 357,884 000000000000000008714c9c79f440049f4dabc4fd9af3ae9ec3f014a1f367ce 415 0.31/1.00 vMB 24
357,883 357,883 00000000000000000a5e64c92af77718208fb4d2f57f7179e015a6686694b462 708 0.41/1.00 vMB 25
357,882 357,882 00000000000000000b81b33f1c2901048a2605c094d0b0377463134906fa2ea0 500 0.29/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.92 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.42 GB
    • Received: 17.53 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.