Loading Tool

Explorer IconExplorer

Memory Pool

81,011 transactions
29.98 vMB
0.07710992 BTC
Random Selection Loading Transactions
Max Size: 180.77/200 MB

Candidate Block

Mining Attempt 23553176d2b0c29eb86d144c827fba0746a61d05f1fbd4f55a6f52e521d49e8f
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 2037a6564c9ff1839069fcae887ea51a22f063fc040f482583ab47e63cb0d127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,078
Size: 1.00 vMB
Total Fees: 0.01571237 BTC
Feerates: 502.67 > 1.57 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (48,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
866,794 866,794 000000000000000000007fd0f3084e3c96de3647390f0c35e80a53b507fc306c 5,685 1.00/1.00 vMB 16
866,793 866,793 00000000000000000000b7e506f5cf43fd1cb5a32fa439664222b5aaf46c1a10 5,540 1.00/1.00 vMB 16
866,792 866,792 00000000000000000001987a9694b7c8e890f16881d45b28138c27ee4eb09b77 5,516 1.00/1.00 vMB 17
866,791 866,791 00000000000000000001159d03cf856412c3ccd6c73467b3f87f0fb42a91ee8a 5,743 1.00/1.00 vMB 16
866,790 866,790 000000000000000000020dc4db28ea6b63b56c147ea40b6c48c4a9ea058ed2cd 6,094 1.00/1.00 vMB 16
866,789 866,789 0000000000000000000287cac29811a17e163ffab03f67049ab3b4ff5047f6d5 4,256 1.00/1.00 vMB 21
866,788 866,788 0000000000000000000158c7ea64344105dc0fc130106eddfac477f6b188feb1 5,395 1.00/1.00 vMB 19
866,787 866,787 00000000000000000001c2e30fd828c8ce16a467a2506a1b04a4451392170f37 6,259 1.00/1.00 vMB 18
866,786 866,786 00000000000000000002f76c2d5d5a98803a010d0fb0c166f16ebef2dbe28f6b 6,431 1.00/1.00 vMB 19
866,785 866,785 00000000000000000002fca4e44a2ccb87a14b3e04be493dd466f7a946175d97 4,399 1.00/1.00 vMB 25
866,784 866,784 00000000000000000000dbc94bd8e47a08f2cfc2a9b9d2802cf973bbb5b2fc5a 5,004 1.00/1.00 vMB 20
866,783 866,783 0000000000000000000077d9b6ab40c4a447c0d3b3b4797333df1ebe5d35765d 6,094 1.00/1.00 vMB 16
866,782 866,782 000000000000000000009f1248372d3a16f633dfc00fb204c36d8204a561355e 4,625 1.00/1.00 vMB 18
866,781 866,781 0000000000000000000061ecbace468a31a628ac3ef1f99ef951a2c14af1dd1d 6,260 1.00/1.00 vMB 14
866,780 866,780 0000000000000000000183a70b7543ac08fb6edbfc351c10209cf89dd30ee8e5 5,300 1.00/1.00 vMB 17
866,779 866,779 00000000000000000000ce909127d4ab478cebbe192b1d10381758ee8efc16c6 5,434 1.00/1.00 vMB 19
866,778 866,778 00000000000000000001d8bf081b3da7977883484d5d97ad7c7b8548ec74da1e 7,057 1.00/1.00 vMB 12
866,777 866,777 00000000000000000002443e36a66a3c4e53983c3f4478b49839bdd8fc62315c 5,040 1.00/1.00 vMB 15
866,776 866,776 00000000000000000000d24b8b360346ea0003e2e4711b75b85120cb15b371be 5,483 1.00/1.00 vMB 13
866,775 866,775 000000000000000000019cd92459d19b5dfcdca22483ef7578ec31ac84f1c0ff 4,329 1.00/1.00 vMB 16
866,774 866,774 0000000000000000000257b98c26e9e7b9225f57b9b7fcdef0302defb4f7e331 4,838 1.00/1.00 vMB 15
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.55 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.