Loading Tool

Explorer IconExplorer

Memory Pool

41,965 transactions
30.31 vMB
0.16221217 BTC
Random Selection Loading Transactions
Max Size: 153.04/200 MB

Candidate Block

Mining Attempt 5ca4ff0fb9b67263fba5b0ba72d2ddfce283b8a1eb143974f22fde8774208298
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 9bd5a7410c75f7721a53daed54073bc637675dcfd4c8c2e4128788ca5b1bbb87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,594
Size: 1.00 vMB
Total Fees: 0.09000081 BTC
Feerates: 301.60 > 9.02 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (430,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,365 484,365 000000000000000000ee96eac8c6c0953252af22ba1bada2a091d690d0a692a5 2,319 1.00/1.00 vMB 25
484,364 484,364 000000000000000000b969a0c7ad7a8ea1180b57cf464e5095052359f097a0af 1,915 0.99/1.00 vMB 125
484,363 484,363 000000000000000000dfeab3151199362bf6bb7a93991eeeb4bd275857f86115 2,074 1.00/1.00 vMB 80
484,362 484,362 0000000000000000003c2f21e789f04d9c7c7c2d1548ca0941025ea1965877fb 2,488 1.00/1.00 vMB 155
484,361 484,361 00000000000000000110edc91aad9355bb61654ad89ec500d20dece7e170c098 2,361 1.00/1.00 vMB 181
484,360 484,360 000000000000000001195eb64cba85edcf617697de824492dabc509a2abf4e84 1,334 1.00/1.00 vMB 176
484,359 484,359 000000000000000000ff929bd3ccdc012b1d0a94ad32868d3df00a7c4fe5df7b 1,942 1.00/1.00 vMB 254
484,358 484,358 000000000000000000cceb66456f6accd43764cb6837f4250817e4fde0ee7df8 803 1.00/1.00 vMB 52
484,357 484,357 000000000000000000a07bafaf042325277d492ac986da977cebc8d22c5a8674 1,632 1.00/1.00 vMB 123
484,356 484,356 000000000000000000ce1f064b01d59aeb7821ab14be06748f974078ce60738b 1,258 1.00/1.00 vMB 111
484,355 484,355 000000000000000000ccd248fc38c583b712af8e73736a4f8472b07baf6e5faa 1,033 1.00/1.00 vMB 76
484,354 484,354 00000000000000000121ef92449d06de5d26befcaad546f257aa3d97ba0e4a0f 227 1.00/1.00 vMB 29
484,353 484,353 0000000000000000008c42731e0ff2a32423d8d26cfd63cb80d76657a26f0ee9 340 1.00/1.00 vMB 33
484,352 484,352 0000000000000000012091dfe45114f963ff7d35bebf8e58ca78b3b58d0eba88 1,741 1.00/1.00 vMB 148
484,351 484,351 0000000000000000004002812f9ad2ec9b5992545f06abef868f120c009bf6c3 1,110 1.00/1.00 vMB 82
484,350 484,350 000000000000000000ad576a116e98d0c7840c1fa8c206e8a535dd3066ad1e91 1,004 0.86/1.00 vMB 36
484,349 484,349 000000000000000000479e77903de04b605acdda10fa73d2c0af24dbbf59c6ee 1,973 1.00/1.00 vMB 145
484,348 484,348 0000000000000000006842510c3d88b0dbe4e02a2970c2720356d73902cd2c6a 402 0.19/1.00 vMB 111
484,347 484,347 000000000000000000a9861793b50e5b832afc882387cc4376e1d3865192330c 1,009 0.50/1.00 vMB 97
484,346 484,346 000000000000000000a347957e8758610a029da069a568d2bda74195d49a1979 2,061 0.99/1.00 vMB 84
484,345 484,345 0000000000000000003d73b305dbfc318d4b8cf8f6d7fcd0cad1d9eeb0ef4c3d 2,150 0.99/1.00 vMB 193
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 618.65 GB
    • Received: 11.20 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.