Loading Tool

Explorer IconExplorer

Memory Pool

82,954 transactions
19.90 vMB
0.04835690 BTC
Random Selection Loading Transactions
Max Size: 141.97/200 MB

Candidate Block

Mining Attempt f38e794a3cbbb1bd55523f466cd5bc66151b8638833304a4d50b4bcf6b8f5676
Version 20000000
Previous Block 0000000000000000000189ef11ca32245f73960f75213f269c0da3ba2398b991
Merkle Root 1747c2ac1e1cc15533b51dd0f0e3f93fa23940c71284573605d85a3a2036b04e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,648
Size: 1.00 vMB
Total Fees: 0.00338589 BTC
Feerates: 30.11 > 0.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,414 (187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,227 916,227 000000000000000000017cfba9e92360aa3df620819d85e09a600a6e6ef0325d 3,199 1.00/1.00 vMB 1
916,226 916,226 00000000000000000001218e9145783023d99a870cea135dfadb5b8f73a37608 3,779 1.00/1.00 vMB 3
916,225 916,225 00000000000000000001394e3b269f0f160495e23b5d52abfaed0d8c3be7493c 3,880 1.00/1.00 vMB 2
916,224 916,224 00000000000000000001048526ea3f273312872d407badd89c872b6ff4b7044f 3,560 1.00/1.00 vMB 1
916,223 916,223 000000000000000000001eadb62e4e1e3e4f405ed213726ffcad51828d3f9b00 1,311 0.41/1.00 vMB 2
916,222 916,222 000000000000000000005fa61c880afd683cded3f99701b6aec5a4f7d87df16f 6,146 1.00/1.00 vMB 0
916,221 916,221 000000000000000000006d97c37a03e96bd032c335069f592770fa3922d668b9 2,753 1.00/1.00 vMB 2
916,220 916,220 00000000000000000001401db31a175d3c7fdfe57139ace59183648021213937 5,079 1.00/1.00 vMB 1
916,219 916,219 000000000000000000004f80821b1dcaa84035a06e05694d10ad2b48b5e2df67 2,640 0.72/1.00 vMB 2
916,218 916,218 00000000000000000000e4f719f8078af1e5d5d9a455c2531fb9208f04c63660 2,829 1.00/1.00 vMB 3
916,217 916,217 000000000000000000001ce9cb79ade3c385c3b5112b7757a11b76c8ff3b74a6 3,747 1.00/1.00 vMB 2
916,216 916,216 00000000000000000001b42a14d870741d8d6fc49bcdcfba94f4554783af4ea6 3,040 1.00/1.00 vMB 3
916,215 916,215 00000000000000000001cc204517e5f910f86a89a435e1631cef4ab09a692796 3,086 1.00/1.00 vMB 3
916,214 916,214 000000000000000000000e9c89390ee37b4f7fdc3a8fc880a8e83fda0041be3a 2,182 1.00/1.00 vMB 1
916,213 916,213 0000000000000000000084998cabc0ccc58544ffffc0696986e3326972162851 2,579 1.00/1.00 vMB 2
916,212 916,212 00000000000000000001f65f51b772b66637b5266c3ec594c53abbfda4d2c092 4,408 1.00/1.00 vMB 3
916,211 916,211 00000000000000000001063f8c39bbf034dab8a234f30c00f5f7d0975efc77bb 3,792 1.00/1.00 vMB 7
916,210 916,210 00000000000000000000eeff408fac8c7a8d843c770432d4b174a25c7ede34f8 3,443 1.00/1.00 vMB 3
916,209 916,209 0000000000000000000143437bb05d36d26a2a002dfa3a5d6a1770925748fded 1,572 1.00/1.00 vMB 1
916,208 916,208 00000000000000000000fe09e375226da31e6de1ebe6ec7bb591cf5b1b7ed65f 1,053 1.00/1.00 vMB 1
916,207 916,207 0000000000000000000035fe6db111c0e0fc5c8c7b829cd7d41ac9383eb6d77d 2,447 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 784.83 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: 897.36 GB
    • Received: 26.64 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.