Loading Tool

Explorer IconExplorer

Memory Pool

78,622 transactions
29.34 vMB
0.08399625 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 8c0a18e54a021da36781949c5c10e897e08d2533c151662e706f60a120638c04
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 009bed272bd53cd5fb7eeb3b9b0f4c026a7fe67416792c9bf7fbf665ee8e39ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02222243 BTC
Feerates: 95.73 > 2.23 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (124,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,219 790,219 000000000000000000048ded9dec47d0ad0031d4161c6980c603d7c81698bc45 3,972 1.00/1.00 vMB 74
790,218 790,218 000000000000000000059a7f6fc1d16afa928ab86a2f9a15dc1ad01af0891ece 4,230 1.00/1.00 vMB 77
790,217 790,217 0000000000000000000591df3b8c8057ecd3da91aad9cf57e4e49d20778bd564 3,247 1.00/1.00 vMB 108
790,216 790,216 00000000000000000000ec1fb8e81d6c46ef30e686cd1f5dea899a6515039dae 3,088 1.00/1.00 vMB 91
790,215 790,215 00000000000000000001a764f493163764059705c2409ff242ef33fa0995ef9c 1,734 1.00/1.00 vMB 70
790,214 790,214 000000000000000000036b5bd26a3ff2aeb17d4e12506035fef23cded95faed9 3,906 1.00/1.00 vMB 75
790,213 790,213 00000000000000000000623770badeb6c4f26808531cdab8133011f8c0c4575f 3,987 1.00/1.00 vMB 80
790,212 790,212 00000000000000000005aec3f4f1a92f6c1e4020c748c9f20676aaf8a466f6f3 3,268 1.00/1.00 vMB 88
790,211 790,211 0000000000000000000580c14ca13a4ce1f8208d6039ed378934d1b9b26d95ed 3,309 1.00/1.00 vMB 99
790,210 790,210 000000000000000000011fe1c48b9238bb06c024ce9267ed52c3f0b96f0f43a1 4,051 1.00/1.00 vMB 90
790,209 790,209 000000000000000000031621bf59840b8e7a25f4441c24faf9d780e0ece573c4 2,962 1.00/1.00 vMB 84
790,208 790,208 00000000000000000001a99c33dc425a2bc55e8cfea4f33a828d920bc303b4e2 3,562 1.00/1.00 vMB 85
790,207 790,207 0000000000000000000229093111ba3e326126db024f01eca4e0c091013b9b8a 3,628 1.00/1.00 vMB 90
790,206 790,206 0000000000000000000010a1c29c6d6590512e04ffe96f442e637bb047f9ac2d 2,912 1.00/1.00 vMB 172
790,205 790,205 000000000000000000044175f070f34f221a67dce9c016189e6d6b2c49f79ad4 3,192 1.00/1.00 vMB 86
790,204 790,204 000000000000000000019e86d55b12438ed6898451063faf65babe09aa2a2dea 3,236 1.00/1.00 vMB 107
790,203 790,203 00000000000000000003b1352fa1c1228d3eb3cc3481f3d6efd073a5b48f72b1 2,477 1.00/1.00 vMB 85
790,202 790,202 00000000000000000003d38a1cbfecc56f8799cdfe5664243fe7dbf5f9481b28 3,453 1.00/1.00 vMB 104
790,201 790,201 00000000000000000000fbbd3e5adab9f809caa6f0ca3f17d8ee22cb04418560 4,077 1.00/1.00 vMB 87
790,200 790,200 00000000000000000002a38ffb899115545eb942d14fae7ed20add14ec4036b7 3,663 1.00/1.00 vMB 110
790,199 790,199 00000000000000000001b89231ceff6fb58d7f285088f574a082198a626bb22f 3,584 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.67 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: 674.90 GB
    • Received: 16.43 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.