Loading Tool

Explorer IconExplorer

Memory Pool

46,289 transactions
28.19 vMB
0.07539200 BTC
Random Selection Loading Transactions
Max Size: 149.26/200 MB

Candidate Block

Mining Attempt 0bc3ff3b5738eba2255217a696dff4cf152ec46525e87b1e4a6c6e62f6cc1d91
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root 86c91ff02f382279315dba232bc77155e4c12162b49e8cc17eebab98179837bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,883
Size: 1.00 vMB
Total Fees: 0.02080486 BTC
Feerates: 101.53 > 2.08 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (339,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,750 575,750 0000000000000000002933641bb7a67a133864d74f1bc5b799275cc5e358dae6 1,100 1.00/1.00 vMB 14
575,749 575,749 0000000000000000000bee5b08636881580baf0540ad7db1e7600ebe192e324a 873 1.00/1.00 vMB 4
575,748 575,748 0000000000000000001d8f78589786960f44eddf6fa91cd71b2629df6e40efa1 552 1.00/1.00 vMB 12
575,747 575,747 0000000000000000000f33d27bc63c35aef1becf9d9b7f5a1628bee334a52ac9 2,132 1.00/1.00 vMB 4
575,746 575,746 00000000000000000013f94d808584a2bc00c7932742d4f2b68870eca753e499 2,489 1.00/1.00 vMB 34
575,745 575,745 00000000000000000029fb14cd045c1146da05f76f7cf8cdf8aef0fa9af73ad1 1,600 1.00/1.00 vMB 49
575,744 575,744 0000000000000000000491b09c1891453bb068d846ead6e073c475a5814c8fc6 1,125 1.00/1.00 vMB 26
575,743 575,743 00000000000000000002e0d355b5f1b48770a7c4fb42fb1eca23aa5f51d9b6cf 2,372 1.00/1.00 vMB 58
575,742 575,742 0000000000000000000e14fcf57185d455c9314c8ad4c85f6c31c776093c5d41 2,684 1.00/1.00 vMB 65
575,741 575,741 0000000000000000000152a87a06a9cdb6cc7543b411dd23258bb656f48297e8 1,928 1.00/1.00 vMB 38
575,740 575,740 00000000000000000010d07c01fff017ccde6f1dfbbf601431ffeaa49ed0c2ed 2,995 1.00/1.00 vMB 94
575,739 575,739 00000000000000000005b66a76f2e85766f6530be85f173446f9b93b8915148a 3,221 1.00/1.00 vMB 60
575,738 575,738 000000000000000000087b2a58310c5889cc4a4685c7a976e71d028d902ef47e 1,926 1.00/1.00 vMB 10
575,737 575,737 000000000000000000074f19467c34f59232e886e838cccd1a66dbfc50669424 3,320 1.00/1.00 vMB 81
575,736 575,736 0000000000000000001f419de9654e50de5ae422111df57fdd584f6cde014add 2,880 1.00/1.00 vMB 39
575,735 575,735 0000000000000000000d58ad17ba2b7d17ea93043aa75f471fcc40f78aaf7f54 2,910 1.00/1.00 vMB 76
575,734 575,734 0000000000000000000943c2f598a28ed0132f04ac650faacd9ce3b23b09f122 1,132 1.00/1.00 vMB 11
575,733 575,733 00000000000000000006baf0470fe25ad40b75a149d132c60acb1e9d6eb9298c 2,242 1.00/1.00 vMB 6
575,732 575,732 00000000000000000002e12c27c87b37ceae01bd9ad2dd33c9b66854f7bb9d3d 1,756 1.00/1.00 vMB 51
575,731 575,731 00000000000000000011dc210f110d24f80a89e57e5f9c870f59e6d60e73638a 2,476 1.00/1.00 vMB 57
575,730 575,730 0000000000000000000631c3b278cb68c589aab6b010cffd1eb40e34b014a0bf 1,417 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.28 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: 656.77 GB
    • Received: 14.43 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.