Loading Tool

Explorer IconExplorer

Memory Pool

83,233 transactions
31.39 vMB
0.14331046 BTC
Random Selection Loading Transactions
Max Size: 186.92/200 MB

Candidate Block

Mining Attempt 479938204c48d36d5b2c28bcefcaab9ec0235c0d2f06ff38a4a75ccd0c66c9e3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 9007356077721b66f8e3bd0479928741507274d0151fd1e901a895e2c5a7d0a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.04375993 BTC
Feerates: 402.75 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (350,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,975 564,975 00000000000000000000e052c5c0ed936ca0db262aa35d82dbdf0136c9a8a41c 3,369 1.00/1.00 vMB 17
564,974 564,974 00000000000000000008705ac3b2fd0003018eddb868a4ebfc3b94807c6a71d2 3,099 1.00/1.00 vMB 17
564,973 564,973 00000000000000000025a44529785fb661f48dcd025f3d33449d49d43efa9c75 3,211 1.00/1.00 vMB 14
564,972 564,972 000000000000000000051f2eb0161c0b353f78dcd41c97b3030206809cc36a7c 3,148 1.00/1.00 vMB 13
564,971 564,971 0000000000000000001237f96978b661d7c432c6a26c87c026658e4845792289 2,984 1.00/1.00 vMB 20
564,970 564,970 0000000000000000001b796aceb1b16a462e07b4c3e89fc7b2e2ba1af5b907a3 3,139 1.00/1.00 vMB 23
564,969 564,969 00000000000000000017ff13f401c3f9b3c0f71582cfcc36d5e5d6ff6f8ae97d 2,929 1.00/1.00 vMB 17
564,968 564,968 0000000000000000002624ffc735b1a9813181e64ffd0a0efc5988d074072f43 2,723 1.00/1.00 vMB 26
564,967 564,967 000000000000000000051b5ad77a0968f89f69d37ffd3bcd19760153f559ce5e 2,857 1.00/1.00 vMB 11
564,966 564,966 00000000000000000015054c72d8217db8449b029b3b36a1995271cf2046f0d3 3,031 1.00/1.00 vMB 38
564,965 564,965 000000000000000000128f9c5043722e21d9f7cf55318d807da19bbf2a38e57a 1,750 1.00/1.00 vMB 20
564,964 564,964 0000000000000000001c8bb8664e718fa7a00d19ecccf68072799d6d3c67ec52 2,515 1.00/1.00 vMB 28
564,963 564,963 000000000000000000238134ed454dbd341a3a8ddd8480936d8abf625d728671 2,856 1.00/1.00 vMB 4
564,962 564,962 0000000000000000002b73e3b6032b674ae3b550bd91a98b47f75a773b01c742 2,772 1.00/1.00 vMB 20
564,961 564,961 000000000000000000196202818e3c106d829ec19f1b196188e19e3dd367ff7b 2,874 1.00/1.00 vMB 38
564,960 564,960 0000000000000000001340c74085bc96fb75eebd57e0cfd7fa44bb75269ea651 2,105 1.00/1.00 vMB 10
564,959 564,959 000000000000000000139843548fe17e83157a45c52c9f9fda70b753e190ba21 2,826 0.97/1.00 vMB 30
564,958 564,958 0000000000000000001671ff873b39c4ffa04cefd0321ff84f928984c58b167b 738 0.29/1.00 vMB 21
564,957 564,957 00000000000000000020e75708119ea5098ba6a12c2156d7071a62b4c7c5aa9c 2,378 0.70/1.00 vMB 12
564,956 564,956 0000000000000000001544b2ed0b67968304b295d512ec537951eec1ba058963 1,797 0.60/1.00 vMB 12
564,955 564,955 00000000000000000017700ff0d514ef3062b739ce9af16ffde4d620b1f2a7a7 1,521 0.47/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.65 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: 672.65 GB
    • Received: 16.29 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.