Loading Tool

Explorer IconExplorer

Memory Pool

73,888 transactions
27.33 vMB
0.06872609 BTC
Random Selection Loading Transactions
Max Size: 166.62/200 MB

Candidate Block

Mining Attempt 6b008a1f3fd89a7edb93c48f091e71e6f30a3e70f98ed6850d6f918879db43e1
Version 20000000
Previous Block 0000000000000000000100e14253151db2f2c8ca0f4ac25ece9c93f74ee122ca
Merkle Root 37f9b256971084708af420efd3abdd0d558b8c7b56b80569df5bba2989f59373
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,353
Size: 1.00 vMB
Total Fees: 0.01048679 BTC
Feerates: 337.46 > 1.05 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,318 (651,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,937 263,937 0000000000000004d13d47d04a3c5b3b1294453a8fa1f34133621d73f2088ec0 114 0.04/1.00 vMB 149
263,936 263,936 000000000000000a023765a55b33194527052f6a75090d75e25d8fa5764b5a99 223 0.11/1.00 vMB 78
263,935 263,935 000000000000000c4750c958cad981d6a3f2c1549fac44c7d24ef4abd9d10d0b 118 0.05/1.00 vMB 133
263,934 263,934 000000000000000d79ed4311915687889f04645478237c0382fb4d6cb7bc1692 246 0.09/1.00 vMB 125
263,933 263,933 00000000000000151e3d9615da06fc547dd84ecc533ea8f6a0d0b8f6beb32014 127 0.05/1.00 vMB 90
263,932 263,932 00000000000000064108b80737eaf09d2d3114a34e497dab39c2ce678addf8a9 164 0.08/1.00 vMB 53
263,931 263,931 0000000000000009985a6e7d532b849ebcdc572932542475a87cb48f7f14a398 147 0.07/1.00 vMB 75
263,930 263,930 0000000000000015b9871f36bdf10606e73b436517d8629ac1c6c8bb6a48bb4b 141 0.06/1.00 vMB 74
263,929 263,929 00000000000000105d35e07d6fdf9a54f9e28a31a68cd766e115f121c21e7757 347 0.19/1.00 vMB 84
263,928 263,928 000000000000000e3e2e20d59fc93f0a4c366828edddda567e5e2f840b2989b6 589 0.25/1.00 vMB 125
263,927 263,927 000000000000000c343a0f43bc70358447de31b75a855ad6a9d330e054a5d0ac 551 0.30/1.00 vMB 101
263,926 263,926 00000000000000034aa08230b440912ca2cd5ccd348d0a694fd77f3114a443ce 499 0.29/1.00 vMB 112
263,925 263,925 000000000000000e2cd585f4ca5771bfc91f571a78a5ec4c357246f760044f1f 33 0.08/1.00 vMB 61
263,924 263,924 0000000000000015bf27c698f023a73490edf1795c31a751242f2cec4ef85e5a 183 0.09/1.00 vMB 78
263,923 263,923 000000000000001245b107a1243fd0f1f286b419213aef3d2bbdc1c95894041f 98 0.04/1.00 vMB 113
263,922 263,922 00000000000000020376627e1a943fd5701a4f39f173bcf35360b90944b8cdc6 177 0.08/1.00 vMB 101
263,921 263,921 00000000000000116f5468f7d6a7e6d2f27079ec046205af9029c0a6145054a3 207 0.12/1.00 vMB 89
263,920 263,920 0000000000000011d4661a53c5a0bc890d2eed1194b218a7e236341744cfa4b4 60 0.02/1.00 vMB 136
263,919 263,919 0000000000000007bcc943afdecf6a3b4d812d3145e9e4d9720c95a85bfb544f 75 0.04/1.00 vMB 92
263,918 263,918 0000000000000000290e7f39234a93f8a1d1f6a1931adf12b92b0162d015b4c7 92 0.04/1.00 vMB 86
263,917 263,917 0000000000000006f850947c807b5d0fc883ad4f030ddf559f4398d216e631e1 83 0.04/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.94 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: 714.92 GB
    • Received: 17.62 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.