Loading Tool

Explorer IconExplorer

Memory Pool

43,165 transactions
29.88 vMB
0.09414629 BTC
Random Selection Loading Transactions
Max Size: 152.01/200 MB

Candidate Block

Mining Attempt 5ac9c2ea7a82a6ebdc3f1e6207736cd14bd4efa4ce011dc7c9c196665825e400
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 28fc1da25305ec37c55dbab974aa7b2637e7719cc7de4b9895d124dab05e3481
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,445
Size: 1.00 vMB
Total Fees: 0.03327467 BTC
Feerates: 150.97 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (281,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
632,845 632,845 00000000000000000004b1776b3fb50c2eaf289bf73603e604391e4dd07070a9 2,089 1.00/1.00 vMB 57
632,844 632,844 0000000000000000000587cadf7ff243cd056a31b1bf4b8ef3e313f92518e48b 2,176 1.00/1.00 vMB 22
632,843 632,843 000000000000000000081907805c7033f2f2bab49ed2bb49d66bb3d041f0df37 2,395 1.00/1.00 vMB 41
632,842 632,842 00000000000000000005c9d07b9d07168e4215af94f3ae562c0b1806b0d658ca 2,438 1.00/1.00 vMB 67
632,841 632,841 00000000000000000003ae2c7ccf3c5e2c2dca8fd0f134e14b022bf7f10f6ffa 2,407 1.00/1.00 vMB 73
632,840 632,840 0000000000000000000064b999a5258dcd0d190daa21376125ff3b85d2a331e3 2,273 1.00/1.00 vMB 74
632,839 632,839 0000000000000000000dde1b657aee0357796439331bd98f2e24ae6fa0aa08d8 2,051 1.00/1.00 vMB 76
632,838 632,838 00000000000000000007353c06a4182619b630067a38f1d4c978784b20b87517 1,811 1.00/1.00 vMB 87
632,837 632,837 0000000000000000000695f5a3608e3317e4fc7d603b7201f47cb0c495284c0e 2,241 1.00/1.00 vMB 105
632,836 632,836 0000000000000000000ed8579e64df04fb80cc66948811ddaf77e5a677d57702 2,034 1.00/1.00 vMB 90
632,835 632,835 0000000000000000000c870717b22cd27f68934dbe02382dab50f3aaf9948857 1,931 1.00/1.00 vMB 32
632,834 632,834 00000000000000000009cddd28982a727f5d8cebaf1b1a1948c7f757d67dd280 1,947 1.00/1.00 vMB 34
632,833 632,833 0000000000000000000eb03731016c766a7ade9fbefc96d778e31b3e9ea16978 2,002 1.00/1.00 vMB 21
632,832 632,832 0000000000000000000ad1fb40fbd86d5e6894c1bc9f62a7b2bf23eac9dd4471 1 0.00/1.00 vMB 0
632,831 632,831 0000000000000000000f6b1d568618c898bd734bede957bbd3df881f0f8e2e5a 2,091 1.00/1.00 vMB 62
632,830 632,830 00000000000000000006d1ff88ca90702191232febfbc98c5db7ec86c6a2de28 664 1.00/1.00 vMB 56
632,829 632,829 00000000000000000009056a0ac19a104efa709740efc2f3ab65f85eb5f9983c 1,725 1.00/1.00 vMB 77
632,828 632,828 00000000000000000007e6a5ce6cbfe54e74677f336f1b96eeb700805b57cd58 1,807 1.00/1.00 vMB 8
632,827 632,827 0000000000000000000f92105ccd5bc0e4a07d36e25c07334370e54fd6cd88e6 638 1.00/1.00 vMB 7
632,826 632,826 00000000000000000006c3215281e3912fd4688ef2b88f9a27fde647774381a3 1,344 1.00/1.00 vMB 8
632,825 632,825 000000000000000000032d24d85518165e649efe227e32028fa3f36f04629821 2,205 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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