Loading Tool

Explorer IconExplorer

Memory Pool

19,904 transactions
9.24 vMB
0.04232335 BTC
Random Selection Loading Transactions
Max Size: 56.83/200 MB

Candidate Block

Mining Attempt 7635ae6b2f4ae9f724a5f1485db28b3cc34f446fb11a0b2af16feb6d646e679e
Version 20000000
Previous Block 00000000000000000000a281d5b15a5a593d3fc400e85b4df6d70da65e84dee3
Merkle Root 9ff8e05a7f2eda99ae49f252286645f6ce598b16113fe47ac6661b0d704d3c66
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.03125666 BTC
Feerates: 1,241.39 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,323 (26,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,098 912,098 000000000000000000017df7bf4c70952e1d75c2a62b42f0d0658ba92b436e4c 3,576 1.00/1.00 vMB 6
912,097 912,097 0000000000000000000229f2b236705465d9c0caf013ea0c6020d659f8a213d2 4,311 1.00/1.00 vMB 0
912,096 912,096 0000000000000000000022822ce04050f884bc613f15a80a6f09fce74a2fdad1 2,508 1.00/1.00 vMB 1
912,095 912,095 000000000000000000007f0753c6209263c7072e51b725e89e75a0c708b90345 3,148 1.00/1.00 vMB 3
912,094 912,094 00000000000000000000315c8e77581f0b40e1787653adfc910d44d7e5ecd527 3,601 1.00/1.00 vMB 3
912,093 912,093 0000000000000000000043f9eab41aa4f7077746639d8d87631d48914d37eec7 3,344 1.00/1.00 vMB 1
912,092 912,092 000000000000000000020f7396d261acd9dda411877eb69e14a648d15b91da17 6,725 1.00/1.00 vMB 0
912,091 912,091 00000000000000000000d3d0596772273caf6ce68d92032cbaab5677abfe8efd 3,631 1.00/1.00 vMB 2
912,090 912,090 0000000000000000000090a4d4a1cd66a6b62b6bf2b82b280a679f55f64429ad 5,568 1.00/1.00 vMB 0
912,089 912,089 000000000000000000001fc8dd43827cb22143863e3b859e823369c90b3ed7b8 4,676 1.00/1.00 vMB 0
912,088 912,088 0000000000000000000113f95ae58b8c2fcdb8c3ce63c87eac3e3a5a41b75165 1,831 0.53/1.00 vMB 2
912,087 912,087 000000000000000000012f90c35f84783689a85896f26e4ff4456daa29a05a03 5,040 1.00/1.00 vMB 0
912,086 912,086 00000000000000000000545afbb8792df36975d2c37a06cb85102b61e9063e92 197 0.04/1.00 vMB 2
912,085 912,085 000000000000000000015c713604e433c72d4d8574a5821ef96c2c4648e37338 3,397 0.91/1.00 vMB 2
912,084 912,084 0000000000000000000034d06e310101f0a61f3c689847522daab264f174bfba 4,684 1.00/1.00 vMB 0
912,083 912,083 000000000000000000009d1fd458f8e3d82ac3e8720a4ae8edd4e7e9521ff21a 1,730 0.63/1.00 vMB 2
912,082 912,082 0000000000000000000096dd1a24823151c6a8add4ab5b754c232f345ea512d5 4,851 1.00/1.00 vMB 0
912,081 912,081 00000000000000000000399929073175e33bc09b52fb62191176a1ac3b495ea4 3,593 1.00/1.00 vMB 1
912,080 912,080 00000000000000000001f4d5de3affb62fa7f7cb5b555618cef3a795ce612396 4,523 1.00/1.00 vMB 1
912,079 912,079 00000000000000000000ec750dc1edaaa8020106831c847feef0fce47acf3ad3 2,708 1.00/1.00 vMB 2
912,078 912,078 00000000000000000001b7d390b9bfe82c37b9bf85003c484cea59583b4967af 3,011 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 823.71 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: 4,093.33 GB
    • Received: 225.11 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.