Loading Tool

Explorer IconExplorer

Memory Pool

81,599 transactions
21.92 vMB
0.05247780 BTC
Random Selection Loading Transactions
Max Size: 148.50/200 MB

Candidate Block

Mining Attempt 42e905da182ff17822255234b9c84099bd626ae0ced77be2f93889d75e4ed040
Version 20000000
Previous Block 00000000000000000000ff06d5502934bab8398c2316c277fe84bf6db3108e87
Merkle Root 57b85a583f57ee18ecac62c7e78c25c21cadae78896d46cd8f11c6b2800faa74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,917
Size: 1.00 vMB
Total Fees: 0.00420884 BTC
Feerates: 177.15 > 0.42 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,914 (886,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,099 29,099 000000006d4bb0799f614a7b6b464d20754ef3663dc53acb7cc3a7212654a2ab 1 0.00/1.00 vMB 0
29,098 29,098 0000000002305554ff4c8e36fae4a2dbbc2cb06c43ff15b499ac3720196f38ff 1 0.00/1.00 vMB 0
29,097 29,097 0000000019a0c40ba3fd4507ea1f01725e569549547a1fd8c27ace3b84de7e8f 1 0.00/1.00 vMB 0
29,096 29,096 00000000322cbaf3d8975781d9a19bfbb7b30be50649a31236ccff4089c6e980 1 0.00/1.00 vMB 0
29,095 29,095 00000000caca581c84ae2a6981966b7bf6ae3e065f4850be79e4e0eb11e7a8ec 1 0.00/1.00 vMB 0
29,094 29,094 00000000ff3a3528294fdab36b89386fd0a4c2265d4e9042d81f478284d79b61 1 0.00/1.00 vMB 0
29,093 29,093 000000000ed57e89608023f2884fe9b426c7e498790333da6a1a3cedc70c5aef 1 0.00/1.00 vMB 0
29,092 29,092 000000004020f89d56865652f4e045a4b3c29f602cd749d797696291c837b68f 1 0.00/1.00 vMB 0
29,091 29,091 000000001e65f413575f1d0df41715cc046c471613a5f11fa558f5c9dabccc01 1 0.00/1.00 vMB 0
29,090 29,090 000000000f6eae5c4b83607692c57f42e3956e8f1abccceb9b9c480a39a4052f 1 0.00/1.00 vMB 0
29,089 29,089 0000000093f3d278c7b59367d6ff987306c0897777148ae05eb550f0bce67d17 1 0.00/1.00 vMB 0
29,088 29,088 000000008a5110230b06fcf08173844a4b4ba74334ec98668f92e5a9a3449b6a 1 0.00/1.00 vMB 0
29,087 29,087 00000000a798d2cada97c4a69b273448078857a6a6a439e24b9784cdfc0daf2f 1 0.00/1.00 vMB 0
29,086 29,086 00000000f73e6f36deb6a43ff9b454112fff26d8af9c51e18b5c3abb77b37cd7 1 0.00/1.00 vMB 0
29,085 29,085 000000001c9d0ed0cf692c35b506b86c16607d21e36c1ae11e1a72e4467a3b41 1 0.00/1.00 vMB 0
29,084 29,084 000000008901b6bf1e1add2a53133cf467f01ac6d7deffaf75ff3e95b0153c52 1 0.00/1.00 vMB 0
29,083 29,083 00000000c502f644a054be66e7ddbf2979e13311d446d59cd6943c152708519a 1 0.00/1.00 vMB 0
29,082 29,082 000000006c46def4e62ae98cd00d5149791a967889f1fab52c6ff498475accbd 1 0.00/1.00 vMB 0
29,081 29,081 0000000016d283b1f9297c60fc17a6f2eb87316c5d6030ab094c08d99e0f8419 1 0.00/1.00 vMB 0
29,080 29,080 00000000b6daa45476938001f4ab8a273758699a48dcd5a1add3bd1d2f7547ed 1 0.00/1.00 vMB 0
29,079 29,079 00000000a20d70361e4c6a439b82af5eb7496df55eee98ce2d69bbb0329d5d4d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.38 GB
    • Received: 22.47 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.