Loading Tool

Explorer IconExplorer

Memory Pool

82,402 transactions
30.75 vMB
0.08435867 BTC
Random Selection Loading Transactions
Max Size: 185.41/200 MB

Candidate Block

Mining Attempt 3b3bc13fb63e5dfdefc2c95fce28f35b24a30a3484910c4b201326521f73ae4b
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 8240bbfdc743d42b37ba13b5641b7f844850f7640a887bdfc31acfe0cc86ed87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.01889970 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (288,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,192 626,192 00000000000000000009f62bf9445c7fbd12dd92da0f4c92dfbe96c008627c18 2,606 1.00/1.00 vMB 33
626,191 626,191 00000000000000000005622a050db4b22907db2daa0989c68e09e2530db07dd8 2,057 1.00/1.00 vMB 14
626,190 626,190 0000000000000000000363a893b69a6e06f8328a8b5a5c53625c6d3a58fbe15b 1,899 1.00/1.00 vMB 21
626,189 626,189 0000000000000000000c78710a11788e9089b921b74ece62f986318a8acc26bb 899 0.32/1.00 vMB 23
626,188 626,188 00000000000000000000fbb549ce64ab9312c86dbf852e35bab9f5057f4c88c3 1,602 0.53/1.00 vMB 21
626,187 626,187 00000000000000000005ff32e96e1fb420c377b6fd69c29035c8ecf3c58464d5 1,785 0.63/1.00 vMB 20
626,186 626,186 000000000000000000060cec6d6f1f9475faea8dc1fb9312fb377c0a148df18d 2,409 0.99/1.00 vMB 18
626,185 626,185 000000000000000000099d7f1d7176a7b0dd3bec095084b715e81fcdeccee135 1,889 0.87/1.00 vMB 16
626,184 626,184 00000000000000000007ad69bac7f30caa5d9f87351c137b4ea12c192c4d1106 1,593 0.51/1.00 vMB 17
626,183 626,183 00000000000000000011159d2df745035b9171f33e649b695bb652348b32aa3d 2,020 0.91/1.00 vMB 17
626,182 626,182 000000000000000000078640a150a6755caf161251dc562b86cfa22501537fa0 1,300 0.46/1.00 vMB 17
626,181 626,181 00000000000000000012552653281709775e9464e9f1173d441fbd5ca07902f1 303 0.11/1.00 vMB 15
626,180 626,180 0000000000000000000897b7b8c56ea6cbdf95e4107f2ba0973b2dd33488b64e 1,746 0.61/1.00 vMB 17
626,179 626,179 00000000000000000011d855ca608fb9846a6053257f44a4075f674bfd7d24ea 1,987 0.71/1.00 vMB 18
626,178 626,178 00000000000000000002514a50ebc6463e530eec9d549ad14d74acd62b79c679 826 0.27/1.00 vMB 18
626,177 626,177 0000000000000000000acf4a9666c3ca0058bc3aea4f11ebe299d7911f484e80 1,871 0.64/1.00 vMB 18
626,176 626,176 000000000000000000019ffb42479c7020c9a81b6a387b1cc6432ec6cbc2a08f 290 0.08/1.00 vMB 17
626,175 626,175 00000000000000000005563e24de5e1afeef7f4c574962bddd2100725f80c522 164 0.05/1.00 vMB 18
626,174 626,174 00000000000000000001eee5d34af324a4601f1bf2c5727f2912b54c1a7aa281 2,595 0.86/1.00 vMB 15
626,173 626,173 00000000000000000003d16795674d2b1a5021eecd4bf64618f60583da3e8441 2,865 1.00/1.00 vMB 18
626,172 626,172 0000000000000000000a4a2b3f61c45f1225780881980c928311d1fc6bd9f1bb 3,240 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.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.