Loading Tool

Explorer IconExplorer

Memory Pool

35,314 transactions
25.94 vMB
0.06897939 BTC
Random Selection Loading Transactions
Max Size: 131.84/200 MB

Candidate Block

Mining Attempt c656e7bb8338877abfa75e3c5e4ff671288783fa38f218d11197295e0aa992e1
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root bb22d1bdfbb2f20aa75f0d37beb42157e914c0c85f2bc96f0c314a8fbda9f871
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,623
Size: 1.00 vMB
Total Fees: 0.02138630 BTC
Feerates: 250.88 > 2.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (109,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,183 805,183 0000000000000000000396113133333b476f9086f2586c08a341a6866532985d 2,744 1.00/1.00 vMB 20
805,182 805,182 000000000000000000030b8513e9f5fa8ba2cd5d9b05292cfdcd973becc9bb50 2,748 1.00/1.00 vMB 14
805,181 805,181 000000000000000000033b16305c2085dc04d8b9101bb3c6256df672275d8bd1 2,937 1.00/1.00 vMB 17
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 2,692 1.00/1.00 vMB 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 640 1.00/1.00 vMB 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 2,936 1.00/1.00 vMB 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 3,293 1.00/1.00 vMB 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 2,613 1.00/1.00 vMB 21
805,175 805,175 0000000000000000000469604a3fcedb421ad32e19c98d4f1dfe9edd557eb9e7 3,340 1.00/1.00 vMB 29
805,174 805,174 00000000000000000002a3e5d816cce24437afa03f9564ffd3592c032a2cf54e 2,811 1.00/1.00 vMB 23
805,173 805,173 000000000000000000048a72a947f1c8b6c300b4590d746adea6e8d0e5e170ac 3,360 1.00/1.00 vMB 23
805,172 805,172 00000000000000000001a113a28e94a0b6d1b037158c42d5b3135b53cd0542ff 6,499 1.00/1.00 vMB 7
805,171 805,171 00000000000000000001295594bcd312c518aa76ee6af5c8f4ed3aefcfaaef34 5,324 1.00/1.00 vMB 9
805,170 805,170 00000000000000000005054acac4aa92ed67092eeeec9dfedcf84fedac6b9502 6,511 1.00/1.00 vMB 6
805,169 805,169 00000000000000000004b2a9b5818fd9f1420efbead9030c2e35d00b99db9e50 2,349 1.00/1.00 vMB 7
805,168 805,168 00000000000000000002115180d76b9f8398bc5eabb78b479ad0f66b92055e80 1,500 1.00/1.00 vMB 8
805,167 805,167 000000000000000000035df367cdff8acda30c989be480697821e3076b08a264 2,767 1.00/1.00 vMB 15
805,166 805,166 0000000000000000000189b28b989475f2085433f67730bbdaf6ae66c1e82e75 1,998 1.00/1.00 vMB 10
805,165 805,165 00000000000000000001ebf9b6f2d2e4cf0f54430de75a11bbf7000115f898dd 1,822 1.00/1.00 vMB 9
805,164 805,164 00000000000000000001fc327433df1e9e025c00eb4501cfe4cd5eda1ceb31a1 1,849 1.00/1.00 vMB 17
805,163 805,163 0000000000000000000481085c8c21b6ba458e1e34b666d6efa1a50da4f99b62 2,856 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 637.82 GB
    • Received: 12.44 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.