Loading Tool

Explorer IconExplorer

Memory Pool

44,484 transactions
26.58 vMB
0.05819531 BTC
Random Selection Loading Transactions
Max Size: 140.58/200 MB

Candidate Block

Mining Attempt 59f3172522a116bccc384d9a3daceac82fde93d95f645af1fc45e19fe8e4b5f7
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 8bea3d7faf2394f99fcc438e8b74c7daeddf41b35819382e4ca8f5451e1b2404
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,494
Size: 1.00 vMB
Total Fees: 0.00937605 BTC
Feerates: 101.72 > 0.94 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (151,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
763,031 763,031 0000000000000000000497d1232b39ab631326d18e518684f91eb4d0a6ac4938 1,415 1.00/1.00 vMB 19
763,030 763,030 000000000000000000053f105b371b4aad05443ccec383c14a22958995d31afb 2,693 1.00/1.00 vMB 14
763,029 763,029 00000000000000000005775d538960c706993345ecd29b6bdbdcfacd2bdfdc84 2,641 1.00/1.00 vMB 4
763,028 763,028 00000000000000000005c1f000ad5e4f02fae40684cfe086d519c2623a72bafb 3,096 1.00/1.00 vMB 26
763,027 763,027 00000000000000000002d660b9821cd4fe4e18b568c885563531d20380836392 1,783 0.67/1.00 vMB 13
763,026 763,026 000000000000000000068ad42ab586e0ec2d0eb58641e179d7543bceb6abb8f0 56 0.03/1.00 vMB 8
763,025 763,025 0000000000000000000704c0e725b44fbf111e5e1b81719c8b9802bed6c8196a 856 0.57/1.00 vMB 6
763,024 763,024 000000000000000000030d40e8fd9df9f8464e5d3f80c6d7be5aaf58965caf58 1,585 1.00/1.00 vMB 6
763,023 763,023 000000000000000000010c087ee924bfba6548696b6064251a881645c999aa6e 3,178 1.00/1.00 vMB 18
763,022 763,022 0000000000000000000431ad16d3e5c7b1b6918f0a12ec79c8168e982e7c8dee 2,230 1.00/1.00 vMB 12
763,021 763,021 00000000000000000006da1a1f12d608c03c1a028074e38d1d4ed00f0c1fb856 1,397 1.00/1.00 vMB 6
763,020 763,020 000000000000000000001dcc22ff16644ac0d031b1cd401d96402c7f4c666919 2,118 1.00/1.00 vMB 17
763,019 763,019 0000000000000000000778d279db388fae17c44340caaea070fe0f3717fe7681 571 0.64/1.00 vMB 7
763,018 763,018 0000000000000000000250e5250977062cfc410aa047ee1ef6b06d5ec0df9527 1,454 1.00/1.00 vMB 13
763,017 763,017 000000000000000000027309c9365bdc3679a643f9a78d709facc39496956508 1,076 0.43/1.00 vMB 12
763,016 763,016 000000000000000000008baac3a955a0d0e8762ad88d06dcd6cd82a0c157ccc5 2,925 1.00/1.00 vMB 14
763,015 763,015 00000000000000000002b7ca6d6caf1f55ac0e51de2859721c438ef1fc9f5dc9 1,744 0.70/1.00 vMB 5
763,014 763,014 00000000000000000001fef619a44ff1dc2fa910effb8451cda7fb5898307890 3,234 1.00/1.00 vMB 21
763,013 763,013 000000000000000000051517b3b4591ee65df0e7a4a925ca0fce980898c6e1ec 697 0.62/1.00 vMB 6
763,012 763,012 00000000000000000004d00ac15c6b7258e56517a21b6801bcc7d55b9e411c0a 1,735 1.00/1.00 vMB 15
763,011 763,011 0000000000000000000795dd35fdb75d5a9929dbe029c76876a88630c86d197f 154 0.04/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.00 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: 648.93 GB
    • Received: 13.11 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.