Loading Tool

Explorer IconExplorer

Memory Pool

40,705 transactions
29.05 vMB
0.09353203 BTC
Random Selection Loading Transactions
Max Size: 147.75/200 MB

Candidate Block

Mining Attempt 4f0117e72f16c71ebd18b33b9356a22b43d08bf3b13b795607a010ab2a5ecf72
Version 20000000
Previous Block 0000000000000000000139927d84a510b18a8af0488a36abfc20135ab1be683b
Merkle Root 5494ad1f3a8a7fa26b36e100710aeefc5cddb406a2006dec00c27380a0282bf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,578
Size: 1.00 vMB
Total Fees: 0.03694546 BTC
Feerates: 101.64 > 3.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,577 (281,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
632,824 632,824 00000000000000000009b2e059c0dc066d0b187cfd8b7a66db1d25a2e7a208aa 1,222 1.00/1.00 vMB 52
632,823 632,823 00000000000000000001b8d6722dabaf4b76a9a17ac7a39c7ad9878488b0ca54 1,958 1.00/1.00 vMB 41
632,822 632,822 00000000000000000005d41297b08906e1a61742e3623a3ef612bd483a69af11 2,768 1.00/1.00 vMB 12
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: 11
  • Data Transfer:
    • Sent: 626.41 GB
    • Received: 11.64 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.