Loading Tool

Explorer IconExplorer

Memory Pool

81,042 transactions
29.83 vMB
0.15046999 BTC
Random Selection Loading Transactions
Max Size: 179.80/200 MB

Candidate Block

Mining Attempt 838682f4551ff627905b8d1a9f091b0d25a6b4921e71d0cee6e14fe25dad02c3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 01c62fe72a2c8cceea39902cd3bf684147164e81ffbf4c5e4164573d9a255084
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,410
Size: 1.00 vMB
Total Fees: 0.05699053 BTC
Feerates: 1,002.91 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (303,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,613 611,613 0000000000000000000cfb103df1015f0dc79abec1143cf195a560806d5671f8 2,595 1.00/1.00 vMB 9
611,612 611,612 00000000000000000009264fb2f66930bbe622b822b0a219eb485477e4f0a731 3,042 1.00/1.00 vMB 13
611,611 611,611 000000000000000000002019720a8072b03884aab46a2e2d1fe65f58d31999e2 3,194 1.00/1.00 vMB 23
611,610 611,610 0000000000000000000896727193e33e2936915688219c98432957ea39d3d831 2,998 1.00/1.00 vMB 11
611,609 611,609 0000000000000000000583de25d6f50773f53dd1b5c4f17c68570d8d47ff9300 1,744 1.00/1.00 vMB 50
611,608 611,608 0000000000000000000326d23357d4a7430267f3d06a7fcdaa4537ce277d71fa 2,558 1.00/1.00 vMB 32
611,607 611,607 0000000000000000000df3d2322b890f9a63ce2a856105527555dff61b329061 3,134 1.00/1.00 vMB 23
611,606 611,606 0000000000000000000cd9538bead34c02e8d4f8d9c9a310915ac3c40d2fc950 3,162 1.00/1.00 vMB 23
611,605 611,605 0000000000000000000b5ea381446d1eb60ca31a8232dc4f213b969be02418b5 3,079 1.00/1.00 vMB 25
611,604 611,604 0000000000000000000888196d6df8b2cc941d8ed4c9accdea0779858b844090 3,464 1.00/1.00 vMB 15
611,603 611,603 00000000000000000004969c47206342015d5f060ccc54e866153e3547350aec 2,896 1.00/1.00 vMB 28
611,602 611,602 0000000000000000000dd914c1f32469b398a1f838a2d66781f912c0e8eb877b 2,889 1.00/1.00 vMB 30
611,601 611,601 0000000000000000000e274240abc644499c00f3e58f47f9c484407880d13a99 2,684 1.00/1.00 vMB 10
611,600 611,600 00000000000000000006da1b1f141cf66ebf0106e9289ce455ccdb73aeb5fde0 2,670 1.00/1.00 vMB 8
611,599 611,599 00000000000000000012e759e4c56252e930c6513820759edde6550e87e262cd 2,500 1.00/1.00 vMB 32
611,598 611,598 0000000000000000001290988c5d3deeecf6c50174b565e6c2c1996ecdb7bbb8 2,258 1.00/1.00 vMB 13
611,597 611,597 0000000000000000000cc5cb44a07c627b7fbb36f556911e3641b7eecbd0a401 3,024 1.00/1.00 vMB 14
611,596 611,596 000000000000000000090124278304fe380c8f413ad492abd3967d36eb9bf558 2,566 1.00/1.00 vMB 29
611,595 611,595 0000000000000000000e81e44a563265b2d60a7ce57b0dc74c9a09b1c736c8c1 2,181 1.00/1.00 vMB 32
611,594 611,594 000000000000000000038e0ca5cf40432c41771f6ff5d25761ae62a8841bf58e 2,803 1.00/1.00 vMB 19
611,593 611,593 0000000000000000000a7d6d859feccb60db4ce4e4221a4afa496c30dfd69cac 2,409 1.00/1.00 vMB 15
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.47 GB
    • Received: 17.54 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.