Loading Tool

Explorer IconExplorer

Memory Pool

85,367 transactions
33.07 vMB
0.16043339 BTC
Random Selection Loading Transactions
Max Size: 196.90/200 MB

Candidate Block

Mining Attempt c52a850b6c69859d4815879d02557ecc3fc400a9aa88ea091f2f6b95fce9dfab
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d229daf98b08a10ae3906041edd6024cfa9e002fa02c8a57e6d277ace76f2f24
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,539
Size: 1.00 vMB
Total Fees: 0.04956912 BTC
Feerates: 318.30 > 4.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (112,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,180 803,180 00000000000000000000b74447e2ff1a0d92e577e46772f0f9a31dd637a0196c 1,301 1.00/1.00 vMB 6
803,179 803,179 00000000000000000000035aa79a1e6e11a11e80e6dee024afb4f8460e828d7d 2,015 1.00/1.00 vMB 6
803,178 803,178 000000000000000000052598cbd851c461eceb0090121d8e6483a6908168fe13 4,579 1.00/1.00 vMB 9
803,177 803,177 0000000000000000000249085123ed678ad5c8c1b98b5848ce74b4b038f3182f 3,280 1.00/1.00 vMB 7
803,176 803,176 00000000000000000004d980427f031db8d4eccf0a579546bea6b58b8646f38b 5,647 1.00/1.00 vMB 6
803,175 803,175 00000000000000000001666191480b343be25ef17434d38e1552534bb47ee2ca 4,813 1.00/1.00 vMB 8
803,174 803,174 0000000000000000000054bc9b4dd6035b8a2edadacdf6b251d368dc47cccf87 4,924 1.00/1.00 vMB 8
803,173 803,173 0000000000000000000032ae6e0e2a9b29a200d6239d043c34dc83a8f4843878 3,724 1.00/1.00 vMB 9
803,172 803,172 000000000000000000014c9476c0934ed5e65d5f47912b9c1c3f8bf2722b04dc 6,132 1.00/1.00 vMB 6
803,171 803,171 00000000000000000003ba55b3b40214aa9806bb06eaa808f09c18ebfd0c3385 1,984 1.00/1.00 vMB 8
803,170 803,170 0000000000000000000203a5570ae490c49c45326ce94909da6442fd227af6c3 2,132 1.00/1.00 vMB 11
803,169 803,169 00000000000000000001652cf2f06e78f0afe163c4bacb32812c7f50fe2d46d9 2,257 1.00/1.00 vMB 12
803,168 803,168 00000000000000000004968177eb64cfef8a02d6839cb2ef7ce91417eda3efd3 2,731 1.00/1.00 vMB 15
803,167 803,167 000000000000000000036af06a505bb859ba3f34bab457a3423fa5ffe0ac6292 5,139 1.00/1.00 vMB 9
803,166 803,166 000000000000000000002127d616b48dc34c81b670a48268fb6e0cfa76b09b2f 2,674 1.00/1.00 vMB 7
803,165 803,165 00000000000000000003f88aa9bd28ef3db5bda863891e170922f76f8f501bea 1,768 1.00/1.00 vMB 7
803,164 803,164 00000000000000000000d7d2c27efd30a0bc406250d5460a4b1b6f6e7fbd4cc1 1,255 1.00/1.00 vMB 8
803,163 803,163 00000000000000000004ed5f54f1f50f3b4071b3723c896af891a0878940bf60 2,230 1.00/1.00 vMB 11
803,162 803,162 0000000000000000000342cd5ba6de075d76d6b4267af7e974663e26be471c1d 3,020 1.00/1.00 vMB 13
803,161 803,161 000000000000000000015875d2dc6504984a28f5fac6f82cfe2bbccc0793ed27 343 1.00/1.00 vMB 7
803,160 803,160 000000000000000000038a2eaf2875aaca9458be9d6b0f1c97977af84ebcb970 2,171 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.00 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: 718.86 GB
    • Received: 17.97 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.