Loading Tool

Explorer IconExplorer

Memory Pool

75,995 transactions
28.69 vMB
0.08697369 BTC
Random Selection Loading Transactions
Max Size: 172.11/200 MB

Candidate Block

Mining Attempt 8661114c93a45b539f993d3cc0c0c4924f56707bccdbacaeacb33e26c9333900
Version 20000000
Previous Block 000000000000000000011ccb04a71db94d4a97a5529cf2542b397830e1144127
Merkle Root 3c295cb3a07c2ff84386761b76908ed0f51ebd0eb14342ad656869bbb4b46833
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,377
Size: 1.00 vMB
Total Fees: 0.02071268 BTC
Feerates: 65.95 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,268 (274,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,222 641,222 0000000000000000000d15ef57338ab7f7320085e5a16ed6673190adbecc246c 3,003 1.00/1.00 vMB 187
641,221 641,221 00000000000000000000ca9f22acceaebc48f679bb9d1451c251a9c4d882121f 2,616 1.00/1.00 vMB 175
641,220 641,220 00000000000000000006de01e8f0ea8c9275dc3fc172455733b736f431460ed8 3,198 1.00/1.00 vMB 134
641,219 641,219 00000000000000000003395492f2f0fd628f5b6cb99d3f61c524e497b8f1f870 2,952 1.00/1.00 vMB 155
641,218 641,218 000000000000000000007a3718ccfa6ab16701215ae1355244c6b755715595ca 2,412 1.00/1.00 vMB 176
641,217 641,217 0000000000000000000b0f66f3543f65630f2013787ca50531252eeba5c30e53 2,935 1.00/1.00 vMB 192
641,216 641,216 00000000000000000005f36f593cb163a2a4b6a1ef798c5bdc7d45aecc35029f 2,785 1.00/1.00 vMB 150
641,215 641,215 00000000000000000009c416c467415d14f00d1a61c2bf824aa761cd73dbb965 2,745 1.00/1.00 vMB 129
641,214 641,214 0000000000000000000a729c2350dbffc9c339b2b5497f5cb2872410530fb2d2 1,682 1.00/1.00 vMB 141
641,213 641,213 00000000000000000004f5d6bab2fb6e15c2f22e88df056236802960bdd6c240 2,802 1.00/1.00 vMB 159
641,212 641,212 0000000000000000000d9e9754f12f7954eccc46d022e8451143b8bd105d4e50 3,108 1.00/1.00 vMB 159
641,211 641,211 00000000000000000003a4f1897f05f9ff339be0392d5b12afa758647f21445b 1,691 1.00/1.00 vMB 151
641,210 641,210 0000000000000000000a6ef6beb0fb4f20111b2c3e390fd37c3b1a2da7643b74 2,952 1.00/1.00 vMB 179
641,209 641,209 0000000000000000000b48d2620570864d9569f716c937ecc84d2de93d838d7d 2,671 1.00/1.00 vMB 178
641,208 641,208 00000000000000000006ae24d4d4ce06f42552a300e4ea2827e5593aba0955c2 1,961 1.00/1.00 vMB 122
641,207 641,207 0000000000000000000b4ede467b27022d4b7b5978666fa4170e88e79bdd5d9d 2,071 1.00/1.00 vMB 115
641,206 641,206 0000000000000000000318e9ac6714813aa7938827b620e26a5ea724e6d2f8dc 2,944 1.00/1.00 vMB 162
641,205 641,205 0000000000000000000f3e1f1fbab0eb727adbb85ad954a9fe21d2a1cdbb965b 2,752 1.00/1.00 vMB 166
641,204 641,204 0000000000000000000c33d1e33f51388462a64d118eb22c054a196576b72ded 2,356 1.00/1.00 vMB 133
641,203 641,203 00000000000000000007975c15527ae5f1f20d0305f35cc7b9f0bac0f2229ea2 1,782 1.00/1.00 vMB 124
641,202 641,202 0000000000000000000c136023896b55434f19b391ef71c8c0fd932ec9c098b6 2,521 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.82 GB
    • Received: 17.23 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.