Loading Tool

Explorer IconExplorer

Memory Pool

81,927 transactions
34.97 vMB
0.16811584 BTC
Random Selection Loading Transactions
Max Size: 196.62/200 MB

Candidate Block

Mining Attempt 67a7b4f74940f1315d875ba770750c278eb25a0a134bf5c89700aa30fdbd5f38
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root 8eee87be7ce8abaad321afd6eb7d7ec7657d9be8399c48de02f516022e797422
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,519
Size: 1.00 vMB
Total Fees: 0.03243600 BTC
Feerates: 150.93 > 3.25 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (628,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
286,825 286,825 0000000000000000385005258a0c151c426ba78a48faf189664a70a1b778150e 300 0.25/1.00 vMB 25
286,824 286,824 0000000000000000d9747a9c5bf9d84b1f8fd98383e82d3de529c3a4b5b2d757 152 0.25/1.00 vMB 13
286,823 286,823 00000000000000006eaaf386734994267cd3f0c04409f09255d0a02c57c2f1b7 1,302 0.50/1.00 vMB 33
286,822 286,822 0000000000000000b7db53c52c70bcffd8f7eabf0edc68dfaec5fa64f56a80c9 196 0.06/1.00 vMB 130
286,821 286,821 0000000000000001405fcda1228647d300c93c7b9f1a6eee3d794731c3b4b667 202 0.06/1.00 vMB 114
286,820 286,820 0000000000000000b0f08ec6a3d1e84994498ecf993a9981f57982cfdb66c443 203 0.11/1.00 vMB 34
286,819 286,819 0000000000000000e067a478024addfecdc93628978aa52d91fabd4292982a50 99 0.15/1.00 vMB 20
286,818 286,818 000000000000000117c80378b8da0e33559b5997f2ad55e2f7d18ec1975b9717 458 0.36/1.00 vMB 29
286,817 286,817 000000000000000131d1b16c579c27698e9ad91e397437c18c81e7f407b3b5e8 269 0.46/1.00 vMB 17
286,816 286,816 000000000000000061cd6410dcea43be2be40930a022b827d1c2f71575e2d135 353 0.25/1.00 vMB 34
286,815 286,815 0000000000000000c22f843bb7d6a96d6a7c0ec59fc59ddc28f5d04d64d060a3 614 0.25/1.00 vMB 42
286,814 286,814 0000000000000000e3b663bf1a72497d1222f27f113390e186f85686a59eea1e 742 0.51/1.00 vMB 35
286,813 286,813 000000000000000117fb51d25756ed9ad05ba878191245235b07bb0ee9b8163e 61 0.03/1.00 vMB 39
286,812 286,812 0000000000000000b58943922684d9a9aacfe8106fbbd096cfb60c46f08278c6 557 0.31/1.00 vMB 35
286,811 286,811 0000000000000000197f94f952bf77f479adbb11cead985ce94c5a792088737a 548 0.50/1.00 vMB 35
286,810 286,810 00000000000000005e1dc1e10004a53b11eb3d5ce348cfa1a08f7039418e5806 1 0.00/1.00 vMB 0
286,809 286,809 000000000000000118655126bfb29c9b19c42e6d1cdca2a6a7b414ab1a9a3e91 535 0.35/1.00 vMB 30
286,808 286,808 000000000000000011d4c87a49e32b0a7102baca6de4beafb5f5a68ab89f4f44 271 0.14/1.00 vMB 36
286,807 286,807 0000000000000001566b5d8ec6c8d1394e010dda3ac56e2bcb8aab42328c614f 274 0.14/1.00 vMB 29
286,806 286,806 000000000000000073964411264b0551b5034bdcca0c96e5eb1b0d39d4d756bd 174 0.10/1.00 vMB 10
286,805 286,805 0000000000000000176e48f91912b94339943f91054373d2df52111eb8dc6fa4 32 0.02/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.10 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: 731.71 GB
    • Received: 18.52 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.