Loading Tool

Explorer IconExplorer

Memory Pool

26,086 transactions
11.76 vMB
0.02833201 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 67.94/200 MB

Candidate Block

Mining Attempt 6b68265d4a83677079680039852edb10c40dfbb42e4eb1d21734470489f9e8fa
Version 20000000
Previous Block 000000000000000000016dd6a41acbc444381f70b8804cceff8d7909537f28ca
Merkle Root 36ad3f35ab3c524c2e052b8d3c71be5213fbf5ddc8fd4c20a89db0fa56c3609f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,248
Size: 0.997935 1.00 vMB
Total Fees: 0.00892893 BTC
Feerates: 103.81 > 0.89 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,674 (742,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,498 171,498 00000000000006ba02f9f6cbcfbeef9a00ff8de57f8a1fca5a11dd6ae7d7c68b 48 0.03/1.00 vMB 87
171,497 171,497 000000000000082b012d7821e1398ce982e8202bf574c4cd313ad262134fab26 60 0.02/1.00 vMB 36
171,496 171,496 000000000000059ee4ef41031375ecf0096d4b2b9b352127e58ce57314143387 1 0.00/1.00 vMB 0
171,495 171,495 00000000000001378c8dddf3ae2db489032f033cda79b404c0fc75e19038b396 30 0.01/1.00 vMB 57
171,494 171,494 00000000000002bbf43b0cae7a4b6e903511a9e5bcca32a544c9e24103f3a1f7 33 0.02/1.00 vMB 29
171,493 171,493 00000000000006f72bdcdc6af5640909ea601d55ebdc760097da5bb9581044d0 70 0.02/1.00 vMB 56
171,492 171,492 00000000000004f17e51d17abbf65ed41ba230e3fb39e458d2c85a01b54dfaff 88 0.04/1.00 vMB 156
171,491 171,491 000000000000092215021d41120107c1a7ddd7f91598988d3b86075d01996063 6 0.00/1.00 vMB 0
171,490 171,490 00000000000000ef9955a32f6f9e9350b870211fd4cd9a45208dea40f3fb9d0e 99 0.05/1.00 vMB 82
171,489 171,489 00000000000007e6d8e42e23dbe1c2d7b32220fcdf6360bce8c76e23d1bd2163 79 0.03/1.00 vMB 35
171,488 171,488 00000000000009e9536afdea57b901018609855fb37a62d3d084480970691200 37 0.06/1.00 vMB 46
171,487 171,487 00000000000001b4ec5dcefd8cb88b561646532725214645586309ff25c05894 61 0.03/1.00 vMB 277
171,486 171,486 00000000000006a77803f4bc7cf0a666fa48123fcc031bc1c63d13102df3c8d0 25 0.01/1.00 vMB 56
171,485 171,485 000000000000092943a97307897d1c87f13c6df2153b4a208c03f105e3e621c1 169 0.05/1.00 vMB 106
171,484 171,484 00000000000001d2086568d6fbffe27ba9838f4599da79f2bdbbbd191234c4fb 1 0.00/1.00 vMB 0
171,483 171,483 0000000000000130a8790364328398d474147b888857b21fddd1ca6a7a4ffe2d 5 0.00/1.00 vMB 0
171,482 171,482 00000000000006812858e7d0215b81bc5dd702013c4630c45e6812aa9a44b906 43 0.02/1.00 vMB 26
171,481 171,481 0000000000000acdd464e397c2b2a80e8582b9fd7c1207da702e3a3d53e4c1f4 27 0.01/1.00 vMB 215
171,480 171,480 00000000000006a62ae09db0ebae385b1c830a453ee4912e0b6db32d98401284 40 0.02/1.00 vMB 31
171,479 171,479 00000000000009e8d468ea270918c64ab7626c9e903967f1c585571b34d00f74 43 0.02/1.00 vMB 87
171,478 171,478 0000000000000ab63291dae74adbe4faf9bab0d00fa78825179c61e67ae08a23 40 0.04/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 780.05 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: 486.07 GB
    • Received: 3.25 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.