Loading Tool

Explorer IconExplorer

Memory Pool

38,928 transactions
26.26 vMB
0.05499864 BTC
Random Selection Loading Transactions
Max Size: 136.50/200 MB

Candidate Block

Mining Attempt f0adbb32e37d8f540d5ca417864694bac18a85b85dcc8a5696b5c1baf7a85bf9
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 409160d389ca13a83979236f794b07037673a29d6b0d26193c6fdcc46f2b3b02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,592
Size: 1.00 vMB
Total Fees: 0.00664234 BTC
Feerates: 77.76 > 0.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (235,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,346 679,346 00000000000000000001ed88081f61409ff0620fd2c2f05c46d834f9f0eef51e 2,993 1.00/1.00 vMB 110
679,345 679,345 0000000000000000000476b60d1e26ef0598d9d211b98f7d92164a3c2e7d5383 2,862 1.00/1.00 vMB 55
679,344 679,344 00000000000000000007335b585d6f7819c29458a52dc1b1d8dea91427dcabc9 2,531 1.00/1.00 vMB 109
679,343 679,343 00000000000000000000b1d30f10491946bd1099bb1261cc10a935ef5cfc7e3b 2,498 1.00/1.00 vMB 120
679,342 679,342 00000000000000000009d7f76df787b5c00c206a8c1cb22262f4dd4f731a83ba 2,035 1.00/1.00 vMB 51
679,341 679,341 0000000000000000000506d30e581c284686d94e5d222bcc4fc048f89c2ffdd5 2,159 1.00/1.00 vMB 35
679,340 679,340 0000000000000000000c0ffa0a0e834c30c7a1ae6b44f2da60873f115c49a476 1,748 1.00/1.00 vMB 32
679,339 679,339 000000000000000000012959bb86dc1e69d1d59b6de6834953b22b9415306c11 2,813 1.00/1.00 vMB 78
679,338 679,338 0000000000000000000701830a54ed65463ad1435eb6c8e70e050872cb61447c 2,746 1.00/1.00 vMB 111
679,337 679,337 000000000000000000068fc3303b8b2f559b69e177d8c25ab83d01b0082a3fdb 2,288 1.00/1.00 vMB 49
679,336 679,336 00000000000000000004ef46365c11e86e15c36de6c99dea535a9992ef65a66f 2,381 1.00/1.00 vMB 40
679,335 679,335 00000000000000000004e1de565b59217f39c70c5f522c6ea2a81b97d0cfe03d 2,178 1.00/1.00 vMB 43
679,334 679,334 000000000000000000075c5c39152f5c6aadcbe22adbcf8f7fa720c393e3a292 2,062 1.00/1.00 vMB 105
679,333 679,333 00000000000000000007058a744c5c03456be6423a96d54443265e45f792a33b 818 1.00/1.00 vMB 104
679,332 679,332 0000000000000000000a1a7a28086f6705812db3b213d72dfde0dd1a4ab1981f 1,981 1.00/1.00 vMB 77
679,331 679,331 0000000000000000000bd7b2992eae24d2329fadaae931fe33669d8c142dc595 1,805 1.00/1.00 vMB 74
679,330 679,330 0000000000000000000aaaa09e83cdc23e2a8834faba3d2016b059d09d2038e0 2,411 1.00/1.00 vMB 60
679,329 679,329 000000000000000000016fc79100a5d62ba616990d4bac2da59751c76c968d94 2,627 1.00/1.00 vMB 96
679,328 679,328 00000000000000000004b7e20c6f8656bd0afbe50b09abb77cc4197ecdb6761c 3,002 1.00/1.00 vMB 106
679,327 679,327 0000000000000000000beebe0e85ce17fdeba684195463d2b70be19a3219b314 3,153 1.00/1.00 vMB 144
679,326 679,326 0000000000000000000bed0dc3bd0a17967ad338eb0d7ece0358f5e677f4c7c9 2,374 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.83 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.