Loading Tool

Explorer IconExplorer

Memory Pool

36,020 transactions
26.13 vMB
0.07070618 BTC
Random Selection Loading Transactions
Max Size: 133.45/200 MB

Candidate Block

Mining Attempt 1fc5ff59641c6acc4589333c6e34d2f1d9a436bf9744c1756e1395475e42f9ea
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 0c51e2921a285353682d9f61035b3111420195b30fdf296e712f1c189b49c445
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,051
Size: 1.00 vMB
Total Fees: 0.02255437 BTC
Feerates: 713.01 > 2.26 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (109,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,191 805,191 000000000000000000026a3d3405d48e7eb4d4b310636bd7faa65ac79442a256 2,786 1.00/1.00 vMB 16
805,190 805,190 00000000000000000002195760f495f86d22bb17e2b7a329c40524ca062a1753 2,999 1.00/1.00 vMB 25
805,189 805,189 000000000000000000040a50cff54d900f9a1f085f52199506766ae364764523 2,915 1.00/1.00 vMB 29
805,188 805,188 000000000000000000043b10697970720b44c79f6ca2dd604cc83cc015e0c459 883 1.00/1.00 vMB 9
805,187 805,187 0000000000000000000097ce5997d3305cd9ca4af0082d0962bc8857e7d48ba9 2,385 1.00/1.00 vMB 13
805,186 805,186 000000000000000000048f9bbc2d87c93c3fabbc2ac45510bc31639a14838778 2,863 1.00/1.00 vMB 10
805,185 805,185 000000000000000000003f7751a2183d3298dbf2988f9839b2a5fd398b6dd783 2,196 1.00/1.00 vMB 17
805,184 805,184 00000000000000000002357db97c8d9be29b85bb3310f11484bb85b316022267 2,102 1.00/1.00 vMB 16
805,183 805,183 0000000000000000000396113133333b476f9086f2586c08a341a6866532985d 2,744 1.00/1.00 vMB 20
805,182 805,182 000000000000000000030b8513e9f5fa8ba2cd5d9b05292cfdcd973becc9bb50 2,748 1.00/1.00 vMB 14
805,181 805,181 000000000000000000033b16305c2085dc04d8b9101bb3c6256df672275d8bd1 2,937 1.00/1.00 vMB 17
805,180 805,180 000000000000000000042d85a3de0a290f8320a09fec5c0cd92c6977259a5139 2,692 1.00/1.00 vMB 18
805,179 805,179 000000000000000000036a7c96367ae811d6c6d1145b113a0ddb01ee4744ffb4 640 1.00/1.00 vMB 13
805,178 805,178 000000000000000000021fac105618d5c5aaf337e07cf90ee8b160396f1f525f 2,936 1.00/1.00 vMB 18
805,177 805,177 0000000000000000000170fbe408d22fbbf1c9a01f997ab3b5de5ca0d084c617 3,293 1.00/1.00 vMB 14
805,176 805,176 000000000000000000001405ee20d610abff1d6d5f736a5e7d839af57d9dca38 2,613 1.00/1.00 vMB 21
805,175 805,175 0000000000000000000469604a3fcedb421ad32e19c98d4f1dfe9edd557eb9e7 3,340 1.00/1.00 vMB 29
805,174 805,174 00000000000000000002a3e5d816cce24437afa03f9564ffd3592c032a2cf54e 2,811 1.00/1.00 vMB 23
805,173 805,173 000000000000000000048a72a947f1c8b6c300b4590d746adea6e8d0e5e170ac 3,360 1.00/1.00 vMB 23
805,172 805,172 00000000000000000001a113a28e94a0b6d1b037158c42d5b3135b53cd0542ff 6,499 1.00/1.00 vMB 7
805,171 805,171 00000000000000000001295594bcd312c518aa76ee6af5c8f4ed3aefcfaaef34 5,324 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.82 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: 636.00 GB
    • Received: 12.35 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.