Loading Tool

Explorer IconExplorer

Memory Pool

25,585 transactions
5.84 vMB
0.02535295 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.37/200 MB

Candidate Block

Mining Attempt cfbd67b6365980ecf9c60c5f4f598deb99de07fa9dc916782cc9358497022d00
Version 20000000
Previous Block 00000000000000000001d6d67c94c670728781656d873817c636d3acdef60db9
Merkle Root 6e2d3b7a10deba7f20aa678c7a2dfa3edf00b49c576d0671978774ae021abd5b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,844
Size: 0.84 vMB
Total Fees: 0.01206306 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,124 (689,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,745 223,745 000000000000042014d48f0a0f377e1b643fe097930a88422ce51f005c694669 0.08 MB 129 105
223,744 223,744 00000000000001ec6772734fc58ea25add58167503226f450766e9ddb3091700 0.11 MB 208 124
223,743 223,743 000000000000039a41bb2a68bb8db6b9a2d5236a8d019e45f5eb0293bff2249e 0.07 MB 146 113
223,742 223,742 00000000000001e98619b5beb550c0d0ebe71eb4f645f16903c500583dc476c3 0.14 MB 324 201
223,741 223,741 00000000000002c010dd75b5af8ca87e0e1cce67ee0728c62a1e2c7c47406164 0.25 MB 660 187
223,740 223,740 000000000000016013b931afde489440d6f51fb0b0f6dca48f877eb2f9d026f2 0.05 MB 140 66
223,739 223,739 00000000000004665d7967ecf9ddb6d3deef67c715cbba65070e4375583a770b 0.17 MB 345 155
223,738 223,738 0000000000000220e77034157777ec134030409f557a646b4f51be203c43b5e7 0.24 MB 415 143
223,737 223,737 000000000000021510795e304968d6168788b324c6de215138ff1325cab0dcd6 0.25 MB 766 268
223,736 223,736 00000000000002940b0b128fd676e1c50780ef00173573730ba30d6cbab6dd56 0.20 MB 340 183
223,735 223,735 000000000000013214e675bb0c1347695ce26e7d3d0b4381fd67ed6fe2b4bdb1 0.25 MB 503 175
223,734 223,734 00000000000000fcf48157ae73b908d70010ca4782bda3e9d5a5904f88a1816a 0.25 MB 649 296
223,733 223,733 000000000000003bf46d00cee70fdad9aa7e5c3c0a4230d63032c561d268a05b 0.11 MB 257 433
223,732 223,732 000000000000037c9f95b13d2d023b5c7b6d12e41086517717d65b1b93062139 0.22 MB 372 364
223,731 223,731 00000000000000049cb21323884e04c4f415e31d9bfe79570be98cc4e3cf3059 0.25 MB 483 207
223,730 223,730 000000000000012f91be45724a7ad02b44e6cdabf48742c80578d798c1f58e3a 0.25 MB 610 215
223,729 223,729 000000000000035d395cc2a5132b9ac7094cbcfbad57986af9b3817c1197e7f8 0.25 MB 777 312
223,728 223,728 00000000000002b5cf33afa02b34bf8ebcdc758169010da87a2fae420f495f4c 0.16 MB 358 229
223,727 223,727 0000000000000234d41f8b61cae342832858020c3c399e34416334a9bcd9e60e 0.18 MB 441 257
223,726 223,726 000000000000016d5ea8f83271be40dc7560c82a46252837ff2dbc59fa268074 0.13 MB 306 236
223,725 223,725 0000000000000326b26169b18750a73fee31ebb801451fae4ae46cdb0d00960f 0.04 MB 68 42
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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