Loading Tool

Explorer IconExplorer

Memory Pool

82,476 transactions
30.31 vMB
0.14316039 BTC
Random Selection Loading Transactions
Max Size: 183.56/200 MB

Candidate Block

Mining Attempt d2343373d7f2ca32aa9f2da41f7b852a2ba4aad5eee3bc5938c4352ba226d739
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d2dcdfae1eee0e4ea574dfc116d685b53fd879e2fdadc95a7d2d18d57688195e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,854
Size: 1.00 vMB
Total Fees: 0.06498433 BTC
Feerates: 137.89 > 6.51 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (262,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,885 652,885 00000000000000000003cafdf0c644f4b2862b477bc26a77eebe4b51728faa48 2,640 1.00/1.00 vMB 53
652,884 652,884 000000000000000000080a20fd16585577e13726f142e32619efd4609456f449 3,131 1.00/1.00 vMB 52
652,883 652,883 0000000000000000000d0765f8ddf4e8d811bc5878802f624aa81a3825a693da 2,549 1.00/1.00 vMB 84
652,882 652,882 0000000000000000000b3360269610487d5e612e329737d7ab948966ba109b70 2,402 1.00/1.00 vMB 63
652,881 652,881 0000000000000000000d09fdf19845497fa86bb9e8375edb9fbd2da6f3f285e6 2,690 1.00/1.00 vMB 85
652,880 652,880 0000000000000000000e01c04a6ecfcf5de9dc6cd5f2b5755593d0e5eead28e1 2,563 1.00/1.00 vMB 68
652,879 652,879 0000000000000000000392e544895b01c25354df03927836b634cabcb38aa72d 2,670 1.00/1.00 vMB 87
652,878 652,878 00000000000000000002c7bcd35f01dd2409dd8a62102a852dc208f4a87101e1 3,156 1.00/1.00 vMB 100
652,877 652,877 00000000000000000007e7ac69f75caa5c2357066df84c98931281f25b62ea5d 1,978 1.00/1.00 vMB 20
652,876 652,876 00000000000000000009c0ecd641ebdc959325d02d3ff3430fb3d7341495247b 2,545 1.00/1.00 vMB 44
652,875 652,875 000000000000000000025aee6781e27f5edeb4cdfccbeccb2d0f0221f2d1fcec 1,005 1.00/1.00 vMB 16
652,874 652,874 000000000000000000022c989a6ddd9e1e7cf56bbbf8d941a7ef6885e80382c5 2,059 1.00/1.00 vMB 22
652,873 652,873 000000000000000000099574f681257ab423b95399756da0dd3c6479808a555b 2,532 1.00/1.00 vMB 36
652,872 652,872 0000000000000000000406cd68db52bff0ad9cc82a13fc1f6d952270719afc1c 3,033 1.00/1.00 vMB 60
652,871 652,871 0000000000000000000e7736bad7f5a98483fa7bd0de761d8375da34939b0995 2,650 1.00/1.00 vMB 77
652,870 652,870 0000000000000000000c1e917e0a5245b861e3f9f5eae92c9ae99cbbce6668a2 2,998 1.00/1.00 vMB 90
652,869 652,869 00000000000000000001c74154200ba5d176976a2644f9358ac34b7daf49d19f 2,133 1.00/1.00 vMB 23
652,868 652,868 000000000000000000062bfe0a03438ea120bc8826d2536294d057a97836cc1a 2,335 1.00/1.00 vMB 57
652,867 652,867 0000000000000000000a076420832fd57aa80ca022e6afecaee0eec27213c2d8 2,518 1.00/1.00 vMB 40
652,866 652,866 00000000000000000001cc3c5fd0ac138f7a060eb752557cec18d0fb32b59db6 2,342 1.00/1.00 vMB 47
652,865 652,865 000000000000000000040a6d7bf2bfbd4e2b6d4dd1fa25c8c7587bee3733f28d 2,657 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.63 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.30 GB
    • Received: 16.20 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.