Loading Tool

Explorer IconExplorer

Memory Pool

50,519 transactions
28.88 vMB
0.15132728 BTC
Random Selection Loading Transactions
Max Size: 154.72/200 MB

Candidate Block

Mining Attempt edece045669b278a22f7c83a4ed47d91113a514a6ac20970530740707bc68dea
Version 20000000
Previous Block 00000000000000000000b1984d270552e42f13088d246a845a7e06743b52c1f8
Merkle Root 15a0d46f2d3b61c50e6c8186a67152e9075f97c192213ca940af79455ca7e420
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,720
Size: 1.00 vMB
Total Fees: 0.09075507 BTC
Feerates: 301.05 > 9.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,790 (249,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,185 665,185 0000000000000000000aa753da26c50aad3bbc0ac6f43fe8f844eae8795be461 2,951 1.00/1.00 vMB 128
665,184 665,184 000000000000000000085d77f9da8da20ec4473051c0b1be0d02fff9dcad3208 2,896 1.00/1.00 vMB 114
665,183 665,183 00000000000000000001f4c4ea8bec8333af61efe064e79ea9fc25ef7ff924ea 1,744 1.00/1.00 vMB 89
665,182 665,182 0000000000000000000c91885f14b3a93f462ea69aa35a574dba854e9d27f110 2,783 1.00/1.00 vMB 103
665,181 665,181 0000000000000000000b876d3a3066c8f51fa96e444aa1a0bc84b6533ea433db 2,725 1.00/1.00 vMB 124
665,180 665,180 0000000000000000000bf20fd62f64cad69728aecbd839f3c5ad66b36088df2e 904 1.00/1.00 vMB 108
665,179 665,179 000000000000000000068287fcd199d0f1f8754c95acdbd3c6ec4065ab3f42a5 2,198 1.00/1.00 vMB 122
665,178 665,178 0000000000000000000759307c0af10c33936e5ff20f806c83d6c62be0e5624f 2,264 1.00/1.00 vMB 122
665,177 665,177 00000000000000000003ea510263bc8e6adf2eac5c7161ab92c435638c5a08fa 3,123 1.00/1.00 vMB 98
665,176 665,176 0000000000000000000abb17b7109de5df70d422c4e23654aef943b24d522ed1 2,835 1.00/1.00 vMB 126
665,175 665,175 000000000000000000005182fdc6c1ed65bcd28c07cbca8b26bbbcc0341651f3 2,928 1.00/1.00 vMB 117
665,174 665,174 00000000000000000003debf055ad7622a5cc62cec1bd3e6e8ea23bce1fca24e 2,870 1.00/1.00 vMB 124
665,173 665,173 0000000000000000000118f538573a9a567ab52558500a95c2f0d9e4b56e3c78 2,939 1.00/1.00 vMB 100
665,172 665,172 00000000000000000008df3e976bd7e1a7978aaefbb38ec3015c33857912127b 2,162 1.00/1.00 vMB 98
665,171 665,171 0000000000000000000c62c36c1bd1473fff0166e6be63962b971a87939e1dd7 1,369 1.00/1.00 vMB 97
665,170 665,170 0000000000000000000e7d62761aba108157315f1973bf61fccc1c6596a8ddc6 3,292 1.00/1.00 vMB 102
665,169 665,169 0000000000000000000be5bd3834ea0355f816e5b9612b218a47cbe1798b97b2 2,853 1.00/1.00 vMB 121
665,168 665,168 0000000000000000000ab0713cbdd8f70fbdd237dabe751cb43a5aac660289d5 2,182 1.00/1.00 vMB 107
665,167 665,167 0000000000000000000467dbb0ce07aa4185cae264c52b2410a23426778e1f82 2,158 1.00/1.00 vMB 113
665,166 665,166 0000000000000000000b557216ea30509bd5e38eac34dea9d8d08fb168901c3e 3,201 1.00/1.00 vMB 133
665,165 665,165 00000000000000000007c69ae851a52c3e9acc141155341f06b56e32a383d2e5 2,845 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.01 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 649.65 GB
    • Received: 13.19 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.