Loading Tool

Explorer IconExplorer

Memory Pool

36,788 transactions
26.40 vMB
0.08045573 BTC
Random Selection Loading Transactions
Max Size: 134.56/200 MB

Candidate Block

Mining Attempt af868b3fe9664d7df118c84f7608ad59fc246bafdec72ed42aa0c92dad585e76
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ec7c3a0972c06c3c23d8d4271cb5230091f14d39dbf4f7a2b49378b006734f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.02959255 BTC
Feerates: 250.88 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (257,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,755 656,755 000000000000000000047f2bcae8ebd2a6f768bab71461cb95eb79756623fb36 2,228 1.00/1.00 vMB 71
656,754 656,754 0000000000000000000a62ff87c540aa7a526a70a0767f1bf46fd08cac10badf 2,236 1.00/1.00 vMB 21
656,753 656,753 00000000000000000001a1deb1b6732438b0893a18b01dd3d5fd40583994c53a 2,237 1.00/1.00 vMB 9
656,752 656,752 00000000000000000009d4713e6112458e70571211347e768f66a3c3602e5ef9 2,473 1.00/1.00 vMB 38
656,751 656,751 0000000000000000000410ead1ec6885779ea4b6c21ab367bbac5607aeb1d62f 2,235 1.00/1.00 vMB 107
656,750 656,750 000000000000000000090179f1d7f5de1e6866e26924b2fe176bde81d990cdd7 2,050 1.00/1.00 vMB 89
656,749 656,749 00000000000000000006b847c11ddd1158b36a59d7e8ecb9f321f33a1e327df0 2,414 1.00/1.00 vMB 26
656,748 656,748 000000000000000000064b67cb866a0012ba10bb27a5cc3d91b653434a615aa7 2,417 1.00/1.00 vMB 37
656,747 656,747 0000000000000000000c6189fd9eab9a2c5d775e87d6d4175386df7e64518f2f 2,032 1.00/1.00 vMB 37
656,746 656,746 00000000000000000008b77bd949dfcf24b5484e8ad3f2094b21c1ccefa10449 2,366 1.00/1.00 vMB 118
656,745 656,745 0000000000000000000067e6d980f1618847efa149882748989dc060a58fc02f 2,497 1.00/1.00 vMB 64
656,744 656,744 0000000000000000000518e169b29521f39bffe2a667b7fe8468e5e3eb4be2c2 2,141 1.00/1.00 vMB 54
656,743 656,743 000000000000000000000a89d5d8c782e3f939548090fa085f3ab1852d8bcfe0 2,240 1.00/1.00 vMB 63
656,742 656,742 0000000000000000000817d383b7ce947bf2b999de71c48860eb3a233ec3321c 2,080 1.00/1.00 vMB 97
656,741 656,741 0000000000000000000c7cff5cc3e2c5698e3f31337dc09560f80d89d14039da 2,753 1.00/1.00 vMB 153
656,740 656,740 000000000000000000090271a81c5b005f615d3730afb2ee42153129b624b4ca 2,344 1.00/1.00 vMB 93
656,739 656,739 0000000000000000000c1b4b5d277dab9eaba4444d570c41e4233ec602b5f61a 2,548 1.00/1.00 vMB 79
656,738 656,738 0000000000000000000008e1dea9ea57258f05b0f2492d4239f525e00044ae27 900 1.00/1.00 vMB 9
656,737 656,737 000000000000000000077bfe0dd6953fdd154594e95f01f3d44a89b3cda6a0a7 2,623 1.00/1.00 vMB 20
656,736 656,736 0000000000000000000cd4e766bc0a4162dc298af77fe4a2ae16ca2acc9a20f4 2,275 1.00/1.00 vMB 43
656,735 656,735 000000000000000000104891cb1b11612f23d5d1536a675dacf9f7653f80296f 2,942 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 781.84 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: 637.90 GB
    • Received: 12.45 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.