Loading Tool

Explorer IconExplorer

Memory Pool

21,583 transactions
10.94 vMB
0.02691328 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.56/200 MB

Candidate Block

Mining Attempt c6c77836676104df00ab3920a89c59f664fc12216088bf2e79b96f1d70a7033b
Version 20000000
Previous Block 000000000000000000013cf5225324adfe8a332e7ff1b5228a49b64c41c89b72
Merkle Root c2dedbb10e8102eb38b6409d073c65c4ade027f440b678d94b23e1041cc4204e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,534
Size: 0.99792775 1.00 vMB
Total Fees: 0.00926340 BTC
Feerates: 502.67 > 0.93 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,633 (552,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,060 361,060 00000000000000000f8b9b9dbe3af13a8ef6755f2403bc820d1cfc7dd981d9a4 2,313 0.75/1.00 vMB 41
361,059 361,059 00000000000000000360e990bbcfa448dec7f3b47afce43f134a8e77f26e1f19 918 0.58/1.00 vMB 28
361,058 361,058 00000000000000000199981d19bb3e83286cdb7ceb023bb2533e226209173a59 1,058 0.59/1.00 vMB 27
361,057 361,057 00000000000000000e5fe90d3ac76ad38cba8f8d3f3c5b6a61ddc1f69267823d 94 0.25/1.00 vMB 52
361,056 361,056 0000000000000000144b77936d3b194c15e00e6b4634bce4b414a3c39bc3a8bc 2,304 1.00/1.00 vMB 32
361,055 361,055 00000000000000000730598a27e699c0c942c69954133835047b85c1a45638b9 236 0.19/1.00 vMB 16
361,054 361,054 00000000000000001431ccd336f217d02502afdcc208701d864460095d2cb18a 92 0.04/1.00 vMB 25
361,053 361,053 000000000000000007cfc6c8d0a563fb7265d7fad9c907722752c17ec98d9af1 425 0.24/1.00 vMB 22
361,052 361,052 000000000000000004fcac9bed909961db97c4ada6f0b1df7c30ebf94e99a128 1,334 0.91/1.00 vMB 17
361,051 361,051 000000000000000003894459d86e3245e4f34a973bd9af4fc9c7f24dee737918 1,024 0.33/1.00 vMB 53
361,050 361,050 000000000000000011b9c0c52b52be380a4856fb99f47fcef079bf7da456f682 335 0.25/1.00 vMB 8
361,049 361,049 0000000000000000135ea3be04f40a9520d745009f744ac29ad7f3f00284087e 1,283 0.69/1.00 vMB 32
361,048 361,048 00000000000000001213ad961e1384688b022f310348e44e22f258dce3a0e0a5 722 0.57/1.00 vMB 16
361,047 361,047 000000000000000015892bbde0d508cf6226229733231794bc9a956465a908ef 2,104 0.75/1.00 vMB 41
361,046 361,046 0000000000000000095fd0c16f51f5c9f1a0264950ecf6e058b9dc8ce9ca5f9f 694 0.38/1.00 vMB 26
361,045 361,045 000000000000000003ebf1f450a53254e637326fc6a8797255518447b9827034 970 0.58/1.00 vMB 24
361,044 361,044 000000000000000012c8d98240039c5a98456833f711381ad1b6002d1383b8b1 1,009 0.81/1.00 vMB 18
361,043 361,043 0000000000000000034d8710ad76a7b5697117f62171f5767bc68be6484a6e1a 523 0.25/1.00 vMB 24
361,042 361,042 0000000000000000010408bebe94a38bacd585b83ef161b349b2594d4d43192e 932 0.55/1.00 vMB 31
361,041 361,041 000000000000000006c39ab31e6feed38fd7f666a61b55eac4eb765be13d6a8f 1,133 0.75/1.00 vMB 18
361,040 361,040 000000000000000003096925fb0b51f1454ba3b78c148f9d3ecf34e3725e6862 1,158 0.62/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 779.96 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: 469.28 GB
    • Received: 2.92 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.