Loading Tool

Explorer IconExplorer

Memory Pool

39,148 transactions
27.52 vMB
0.06611221 BTC
Random Selection Loading Transactions
Max Size: 140.55/200 MB

Candidate Block

Mining Attempt 1f89c8679d56a51e15f4fe749dfd21d1c6eee957ed860c19953a8e23a25248ca
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root c77e467f5f7154133f7785cfef260a7595d04faa8c496e3475183daf611068e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,482
Size: 1.00 vMB
Total Fees: 0.01365127 BTC
Feerates: 100.95 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (740,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,324 174,324 000000000000065f7d5611b5f281701fb99e70297bed05a70b4be4e0e6d7309b 9 0.00/1.00 vMB 54
174,323 174,323 00000000000006f5fe955836d0a825080f76a473a7bad1f4d84d2a9b763c3eea 44 0.04/1.00 vMB 59
174,322 174,322 00000000000007cb007a5fd0c6bea1788ec0786ba9778432c68fc6954b429d64 140 0.04/1.00 vMB 21
174,321 174,321 00000000000008099f6cf28eb01a9437cc864896125a163dab611d76d5c706c4 157 0.05/1.00 vMB 86
174,320 174,320 00000000000009f125e1d7587984c508f0cb3ba22244e9eac1913d30b5c838f1 121 0.05/1.00 vMB 225
174,319 174,319 00000000000006d7bf071baa24adc2286d0939eb20b14a2e6d65823e4aeb8ea9 67 0.03/1.00 vMB 15
174,318 174,318 00000000000006f9ae54eb256b99fa02bce1fbde1063de0ba31bc0c5367bc3d7 102 0.06/1.00 vMB 297
174,317 174,317 00000000000008a69bca30df7e337af49726ae3fda5acce81ac57412ad0012f5 97 0.04/1.00 vMB 1,293
174,316 174,316 000000000000070bf82d60e6cc0221cfc94c8314eb29930be339f0c74739f1b7 72 0.05/1.00 vMB 1,210
174,315 174,315 00000000000002e58f5ee3401726aecb32b68a3b55c6bccb8a1cd73bc67f27dc 50 0.03/1.00 vMB 7
174,314 174,314 0000000000000435b6781719bc8e17f0ab03876545392e23f3e2f02663a00cd1 119 0.06/1.00 vMB 117
174,313 174,313 000000000000069d4bab0b87bca7f9c91b6c2b125d155cf7c9ac211a9bbed40f 13 0.00/1.00 vMB 11,924
174,312 174,312 00000000000003d4f6ebc289ec6307d6e1cfeb6811f8f3dd3174992948ae545b 77 0.03/1.00 vMB 116
174,311 174,311 00000000000000d2d9453ac1e65b2dcedca2c33387fad32258d659f0b2c17b57 75 0.04/1.00 vMB 75
174,310 174,310 00000000000000ce8e7fe81e0b35e007e3d03877af7c739bde292abcd2425ab9 55 0.04/1.00 vMB 89
174,309 174,309 00000000000007de2236d597475dedd5e23eb0e6da0ae3224bdfbfba9e23e088 64 0.04/1.00 vMB 249
174,308 174,308 00000000000006b4b91c26521e961653ac74407c795ed7afcfbc95d5095bcee2 29 0.03/1.00 vMB 60
174,307 174,307 00000000000007e352ece0083baee6a39ec63d1ad6af7f64621d5ffe45b18727 142 0.05/1.00 vMB 118
174,306 174,306 00000000000009a01d64d44add519be1efa89f47e7ec58cc6d4a98ef829f0b22 85 0.05/1.00 vMB 117
174,305 174,305 000000000000044119986dc818cb4e290ea245ef95448d1f3c11239d4f6bdf36 72 0.05/1.00 vMB 61
174,304 174,304 00000000000008e9e09e271ecaa2eb498bb2156ab67aa85865da220d605d709e 160 0.05/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.