Loading Tool

Explorer IconExplorer

Memory Pool

80,363 transactions
29.66 vMB
0.06771032 BTC
Random Selection Loading Transactions
Max Size: 179.08/200 MB

Candidate Block

Mining Attempt a787d85215acff6fa260cdbcdacefc95c95b6daa9fb0f4f9f8857b1ceca02322
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0d1a453f2c00a25db5e8a6d25f40e57383fccf16a0aab5d6654aa81324d3fd4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,264
Size: 1.00 vMB
Total Fees: 0.00711491 BTC
Feerates: 90.30 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (270,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,908 644,908 0000000000000000000bb7cc9cab43c2d1173ad98c054a4f389b35259b480da5 2,937 1.00/1.00 vMB 59
644,907 644,907 0000000000000000000d963fcba617ffe57af02656fdb990ef9cc6a46649c871 578 1.00/1.00 vMB 11
644,906 644,906 0000000000000000000c5abea28eb18975e8258c6036899b36fb2cf5b84dcd5d 1,966 1.00/1.00 vMB 27
644,905 644,905 00000000000000000002c7bf902804b000a78dfb3f92622c0c3fbc6dd1a72d31 2,567 1.00/1.00 vMB 62
644,904 644,904 0000000000000000000d1b0b78add7286bb8f9ab7fce1dfb95631daf106f805e 1,695 1.00/1.00 vMB 33
644,903 644,903 0000000000000000000ab286324776d075eb6cc706858d059e391361d72a5c7f 356 1.00/1.00 vMB 9
644,902 644,902 0000000000000000000634a1b35c8e439d6a59a79970ca58165ca4d8ddb46a37 1,988 1.00/1.00 vMB 44
644,901 644,901 00000000000000000001b2fc43bf643af92de41d7e43f7eb18a1ef6f4f9a1403 2,819 1.00/1.00 vMB 66
644,900 644,900 000000000000000000094cd0c625133f79bda12bb564e5c78199cab87b95502a 2,325 1.00/1.00 vMB 9
644,899 644,899 0000000000000000000cfaaf3c610800cb1b6cf01d2d2d889c85d6edbed5c206 2,634 1.00/1.00 vMB 72
644,898 644,898 0000000000000000000e465fc1ed100b9a11a12ed0bea1cf4a8a4e10f6876e12 1,907 1.00/1.00 vMB 88
644,897 644,897 00000000000000000003095e68b19afced8cd68db02a3b5ae33a2f507a18cb08 2,092 1.00/1.00 vMB 33
644,896 644,896 0000000000000000000499005b90f9614e36ce520f02464e664cfb16c37c1906 2,073 1.00/1.00 vMB 37
644,895 644,895 000000000000000000063dba193a5ef146a5c9e0d84028a4522d084effc06b2e 870 1.00/1.00 vMB 20
644,894 644,894 000000000000000000028f27a9d22f46f85e67e72298afcad9d4a9d21954f218 148 1.00/1.00 vMB 7
644,893 644,893 0000000000000000000748385efea9399895f1719ae40d027d7990b754af5a10 1,969 1.00/1.00 vMB 48
644,892 644,892 0000000000000000000470336bb1b850fbcbdadbd9df7e93eee04180e18053ab 2,175 1.00/1.00 vMB 49
644,891 644,891 000000000000000000088a0ae233e9da7f5d00195d09f3a1852e1a704c53e665 2,323 1.00/1.00 vMB 42
644,890 644,890 00000000000000000000302e33db836af927d94489411c35f8f2e3168f3306bf 2,808 1.00/1.00 vMB 37
644,889 644,889 00000000000000000004120364370a9411cdee79282afa7507dbf7a8c53c3a38 2,895 1.00/1.00 vMB 56
644,888 644,888 0000000000000000000094789269efcc062388371d53d53c7feb07686b4f2fcb 2,715 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.