Loading Tool

Explorer IconExplorer

Memory Pool

82,092 transactions
31.52 vMB
0.07953375 BTC
Random Selection Loading Transactions
Max Size: 191.58/200 MB

Candidate Block

Mining Attempt dc5cb88259dbcb5f622626c4f542dcec8300d7206948dea39cf4d625c2cc12d8
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 51dda54d0404e50cad689c7710d28cb7d14e204ea0595e1febb8bc0202b9e036
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,708
Size: 1.00 vMB
Total Fees: 0.01111998 BTC
Feerates: 150.61 > 1.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (286,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,602 628,602 00000000000000000003cdbcc1ed3d99bfb8c6db73a8db671a42a62624c30f7c 2,367 1.00/1.00 vMB 33
628,601 628,601 000000000000000000108424d3579a3af645de0f47c759b0737d9a6c957b0e9b 2,701 1.00/1.00 vMB 74
628,600 628,600 0000000000000000000ea574fb3b5ba8c0eff715617f2ffd229f451c7368622f 1,745 1.00/1.00 vMB 20
628,599 628,599 0000000000000000000c0154e53f0c3ad737e75d95c587820ce978d112492d49 2,100 1.00/1.00 vMB 91
628,598 628,598 0000000000000000000a533781677c5a396223324f2214c430664584c61c681b 2,224 1.00/1.00 vMB 46
628,597 628,597 0000000000000000000459d73329a51cab333810a8f226e1fac03515b7c0ff93 2,608 1.00/1.00 vMB 42
628,596 628,596 0000000000000000000841e68bb52862d51101722e59e91732d494c2ca6a893d 2,327 1.00/1.00 vMB 76
628,595 628,595 00000000000000000004f34887dffb05871e75e268e2d6b073cd41b8e3bf4718 2,651 1.00/1.00 vMB 76
628,594 628,594 0000000000000000000eda2343e57e084b40239d501e61adf30cdb7194306cfb 2,291 1.00/1.00 vMB 100
628,593 628,593 0000000000000000000a338bd80cf5802c5979c06081ff90c5a6c5b2e59e523c 2,776 1.00/1.00 vMB 107
628,592 628,592 00000000000000000001214ee3576ae5e057167db67f43b1f006ec178462d618 3,797 1.00/1.00 vMB 129
628,591 628,591 00000000000000000001c6121dec0ad00228726808fc998591db364d2d1ad3a3 2,784 1.00/1.00 vMB 21
628,590 628,590 00000000000000000002b57377af01c253fa9e8cc154e223dac44f4e4f66750b 1,750 1.00/1.00 vMB 58
628,589 628,589 00000000000000000003cb0b65f232d10b9b0f8b1fa5e3cf5af8412c0344b56c 2,157 1.00/1.00 vMB 64
628,588 628,588 0000000000000000001047b4a52e60eae597aaa3214a3f19db3efe298bbfdd3b 2,379 1.00/1.00 vMB 48
628,587 628,587 00000000000000000009412c3a5f24fc8c9158eaa4a2083863b0380f30f03517 2,872 1.00/1.00 vMB 102
628,586 628,586 00000000000000000010a124c0940b398b993882b9b766480543a6c18742f505 2,102 1.00/1.00 vMB 47
628,585 628,585 0000000000000000000b3382a0666bbce7b2178f83e890c772e9326b4e12226c 1,685 1.00/1.00 vMB 10
628,584 628,584 0000000000000000000ca5bdae0275403c10b1287dd6daf2f894b1cd3c79d597 2,306 1.00/1.00 vMB 50
628,583 628,583 00000000000000000009d92dd7c8d18f91f81bc50eff15b47d0a34b1968f5130 1,155 1.00/1.00 vMB 20
628,582 628,582 0000000000000000000f1abdbd861cca48d91d6c6a1c0c37da158388ee9981b1 726 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.74 GB

Node Details:

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