Loading Tool

Explorer IconExplorer

Memory Pool

29,250 transactions
10.54 vMB
0.04128135 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.58/200 MB

Candidate Block

Mining Attempt e88aecda910c968fef7e182d114a834d1576445daad87feda73c90f974b4aaeb
Version 20000000
Previous Block 00000000000000000001d707fbd85f02f6dd6025f5811e28a490b17660214a96
Merkle Root 3ad95212a33e5a1998798918d498b3de82d99d3da3d368609aae6876e5c9dedc
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,077
Size: 0.54 vMB
Total Fees: 0.01588741 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,249 (667,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
246,049 246,049 0000000000000096c22aab274c62408a10e33986e0bdb55bacbc45ba8fa3d48b 88 0.04 vMB 105
246,048 246,048 00000000000000776822c90fe87c6b5b74800a3fc70cb6add42cff8d3932ece7 17 0.01 vMB 78
246,047 246,047 0000000000000096e359ec8ba1fc7abe82ed8c1b60ad43d53a510339e5210197 90 0.04 vMB 115
246,046 246,046 000000000000004a1511f8da15b5f1b54d4cd9a7ec26f1cfc548ad481c4b2bc5 211 0.08 vMB 142
246,045 246,045 00000000000000184b45783cc184b247e5217ee3cb3eb5411860fa6234fc0fa1 237 0.11 vMB 126
246,044 246,044 0000000000000035d6213bb42310a20472942c09e5eca0e5abbd90ecc49796b5 325 0.14 vMB 156
246,043 246,043 000000000000008b05757fd32067c0f7adf95ae1595e682f5ecf91993d78813c 279 0.12 vMB 117
246,042 246,042 00000000000000590458ab3c01c2ff504af2c3728086367ec4a7c58ef042f822 54 0.03 vMB 82
246,041 246,041 000000000000006062dfddcf370e870530191f16745ed6120205d04a19e0494e 263 0.12 vMB 128
246,040 246,040 0000000000000094d233b2c42aea81c06a5cc2475fe00cf93b0b3b0fffc8168d 491 0.22 vMB 141
246,039 246,039 000000000000003e0fc8735734d6067dd8f7a73ce5f1621594fe67e319b7c539 153 0.06 vMB 194
246,038 246,038 00000000000000156d9f3470de536cf7163ff34a698831ebfd8de211ca192eb5 181 0.08 vMB 114
246,037 246,037 000000000000001f520bfd23b920f91a4573aec79a2084fb03392e748ab1b786 223 0.10 vMB 274
246,036 246,036 0000000000000017c6a07042ecebe5d54927ef0671404555e70b145f8f7b8336 268 0.12 vMB 146
246,035 246,035 0000000000000097441569ad9cddc2fcdafcb2eaeae01dcd3dcf0afe91e6c285 54 0.02 vMB 115
246,034 246,034 000000000000009da71a121f4292dc49339dd6305b6c58e01462be29c3d86296 166 0.07 vMB 115
246,033 246,033 0000000000000091b881804847094c619c2854e80a011c700d9cfff4f48b48e4 242 0.21 vMB 71
246,032 246,032 00000000000000307d730a255426b8e7f20c19ba810a825c64cc3981c34afb39 5 0.00 vMB 44
246,031 246,031 00000000000000501b7558424cf61a09082b696376c3a9435bb4344b74fb3a26 577 0.34 vMB 110
246,030 246,030 0000000000000088101bf9e3069c9c8a4201d4afbeffdbfd05b5aecfadeafa52 82 0.04 vMB 28
246,029 246,029 000000000000003912cecd465ebe35524046f45808b068204f63509109c8e155 244 0.09 vMB 110
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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