Loading Tool

Explorer IconExplorer

Memory Pool

74,729 transactions
29.46 vMB
0.08141795 BTC
Random Selection Loading Transactions
Max Size: 177.08/200 MB

Candidate Block

Mining Attempt 015804f444618b3b2a2ebdebab90c0f06e5f238a60aeba373ff846bf242e9f5b
Version 20000000
Previous Block 0000000000000000000115b51ba7335de0a726fb6da2e48e87efe4db32d52752
Merkle Root 007c170120430e79e464c521ba3f6c794e6ceef2b5566f43b8abd73cba2d2652
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.01458714 BTC
Feerates: 61.00 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,447 (18,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
896,576 896,576 000000000000000000023ab82f8d717028e8ccd5bb34bd2839dd444df50cfa31 3,175 1.00/1.00 vMB 11
896,575 896,575 00000000000000000001870b9a460715bb38873fd312d62a46f6ea95155b8acf 2,032 1.00/1.00 vMB 3
896,574 896,574 0000000000000000000250e0b23a781d0b011af2e9311aa5b3387f9d0a6cae7e 3,370 1.00/1.00 vMB 5
896,573 896,573 000000000000000000019f8c4ef6d1e3151b601ae4af439b4c3cc675f967e994 640 1.00/1.00 vMB 2
896,572 896,572 00000000000000000001f3e66cebbe431cf12dbe2194f82df4b33136ca4ce34c 2,954 1.00/1.00 vMB 3
896,571 896,571 00000000000000000000590a003bdc8f1ea81a832af03e0d3c3d10b8a303dadd 3,179 1.00/1.00 vMB 8
896,570 896,570 00000000000000000000c128fc4495a96c171f6c50696848c2b7bc0e555048d8 3,036 1.00/1.00 vMB 5
896,569 896,569 00000000000000000001cfde86edb9142a083527e189b7fa97f0a56a4892fa23 2,090 1.00/1.00 vMB 30
896,568 896,568 0000000000000000000213be43b353f4d3fa711159ab0a37cb31f7139d47b34e 2,058 1.00/1.00 vMB 6
896,567 896,567 00000000000000000001d929eaa6f79277227fff34fbef182e85172d37c7fe8c 3,048 1.00/1.00 vMB 5
896,566 896,566 0000000000000000000194334e432bf4d0d1531fb5eef47ed06bc41b5e9c7729 3,482 1.00/1.00 vMB 5
896,565 896,565 000000000000000000011bb21b533257839118e3fadad94daa11b4654d44f6ee 3,223 1.00/1.00 vMB 8
896,564 896,564 0000000000000000000000e4a556612a248faf7e166e6a9fd332674ffd3b5716 3,185 1.00/1.00 vMB 3
896,563 896,563 000000000000000000024b2ae3e0b4106eb1be4cd26b526e9ac8a4f4aad43880 3,503 1.00/1.00 vMB 11
896,562 896,562 000000000000000000000f03c5a1cb62a0b4cb271d325dc272be1775b570fd3f 1,972 1.00/1.00 vMB 2
896,561 896,561 00000000000000000000756430822cec6e6714334e0fd0e133720928cbff28fc 3,383 1.00/1.00 vMB 6
896,560 896,560 000000000000000000019555c8e09b672912768238985ca428d0f77a14f2696c 2,058 1.00/1.00 vMB 4
896,559 896,559 000000000000000000004079d02f4b47067e219ecc2af574ad02d8451d0fab41 2,295 1.00/1.00 vMB 2
896,558 896,558 000000000000000000016633e4dbef0cd7fd9bd35118bcf8a6980496c280545c 3,869 1.00/1.00 vMB 6
896,557 896,557 00000000000000000000f0ad809241f3bab1d02d4dbf6361d24efe5b99f7e609 2,475 1.00/1.00 vMB 2
896,556 896,556 0000000000000000000177eb6a6922d56a7fd3ec008a11be8e9dc802d22a9b06 2,436 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.17 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: 749.57 GB
    • Received: 18.82 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.