Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
29.78 vMB
0.07283969 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt f6c46dd7ddcd5f8496728cd5e714a2a8cb059e41846e297e19a1d9daac38d391
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2a112a3dcbaf8dbc1099373341e6d69e79ae7abdc44b55601ca7bea9853454f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,901
Size: 1.00 vMB
Total Fees: 0.01196602 BTC
Feerates: 502.67 > 1.20 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (313,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,268 601,268 0000000000000000000621cd2438383324545464e3af3ae7639ce7a0c08a657d 3,188 1.00/1.00 vMB 39
601,267 601,267 000000000000000000088b8c46cf8766bb48f33399f9adef7c8426f68e914bce 2,485 1.00/1.00 vMB 23
601,266 601,266 00000000000000000003eb2660f09478a6db14e0fa16a0d7812ba8350dd2b96c 3,188 1.00/1.00 vMB 51
601,265 601,265 000000000000000000113cee5cbdfc15a07eaf0c6dbc7ed648fea6fc8f562411 2,951 1.00/1.00 vMB 47
601,264 601,264 000000000000000000120af77573a2312e2a3d8c7aa61a9a030560786e75b87a 3,328 1.00/1.00 vMB 52
601,263 601,263 000000000000000000125e17a9540ac901d70e92e987d59a1cf87ca36ebca830 3,080 1.00/1.00 vMB 38
601,262 601,262 00000000000000000009a60478f29f4910e29224ea5ed63d77321ac8c624ec45 3,451 1.00/1.00 vMB 49
601,261 601,261 0000000000000000000611bfe0b3f7612239264459f4f6e7169f8d1a67e1b08f 3,388 1.00/1.00 vMB 46
601,260 601,260 0000000000000000000debf11962f89e2ae08f8ff75803b0da6170af6c5c346b 3,614 1.00/1.00 vMB 45
601,259 601,259 00000000000000000013b0ce4aff3e296a09438fb3d76d0873b78e62b820d1f0 3,856 1.00/1.00 vMB 54
601,258 601,258 0000000000000000000aea450898ccdcf9728e2cde6c5b17f6263f70d673cd6b 2,601 1.00/1.00 vMB 58
601,257 601,257 000000000000000000145c03666614e878591dcdad8241486dc421919416219f 2,016 1.00/1.00 vMB 40
601,256 601,256 00000000000000000000a7a69c85a27a71fdf47c8dd4658942202656bc97eb77 2,142 1.00/1.00 vMB 35
601,255 601,255 000000000000000000146c8d1df4eef4a9d3d65ea80faa1b273c8950e3a60768 2,229 1.00/1.00 vMB 34
601,254 601,254 000000000000000000112f3e99b197159a39ee66bed19705cc83a73aa938f6c6 2,247 1.00/1.00 vMB 39
601,253 601,253 000000000000000000121a01292b10fe4c7c4ce72cb04ccf9bf75e8c80951386 1,329 1.00/1.00 vMB 62
601,252 601,252 000000000000000000107528e77727109c833ded7d01b65d5342d91d2e4c8115 1,133 1.00/1.00 vMB 79
601,251 601,251 00000000000000000012a66f4473621c7144cfab6e36db2836cd959a6909fea8 2,063 1.00/1.00 vMB 21
601,250 601,250 000000000000000000125d073156a12259a9cf0b81f15473694b7d66a709777e 2,068 1.00/1.00 vMB 31
601,249 601,249 0000000000000000000e75b33bbb27e6af2fc3898108c93c03c293fd72a86c6f 2,078 1.00/1.00 vMB 61
601,248 601,248 0000000000000000000c1036cdee749a4fa008984002ee08b7f3af2d7bebe68b 24 0.01/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.