Loading Tool

Explorer IconExplorer

Memory Pool

82,762 transactions
30.48 vMB
0.12421357 BTC
Random Selection Loading Transactions
Max Size: 184.41/200 MB

Candidate Block

Mining Attempt 05d2d7523ec3f024abfc0444e16732346ad74f1e384ba0af5b61e50ecd831f01
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 04437cb1b92b6bda4ef7effd1f5e0a4c2b7ab019f6e92795353ad3db062943c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,080
Size: 1.00 vMB
Total Fees: 0.04424824 BTC
Feerates: 150.85 > 4.43 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (333,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,226 581,226 00000000000000000024e862494193dea46bc4d63677cca758b9bb8e1c7fe172 2,714 1.00/1.00 vMB 52
581,225 581,225 0000000000000000001a53038d92c15c28cfdd63d18f7535ac9c4167fce05e1c 2,667 1.00/1.00 vMB 108
581,224 581,224 000000000000000000180e3f31a2f473f4470e39ef6e4f5dcbc5a9446093a8fe 2,466 1.00/1.00 vMB 67
581,223 581,223 000000000000000000170d35090c8c4f5b2ea642c7ac6d9a4a167bfae1155ebb 2,644 1.00/1.00 vMB 61
581,222 581,222 00000000000000000023ebd4281d86e904da1f3ad01644b3fa277a03afd149cb 2,496 1.00/1.00 vMB 35
581,221 581,221 00000000000000000007899fa8a7714e34f2bf31f287c530c6c6a24b060077e1 2,711 1.00/1.00 vMB 67
581,220 581,220 0000000000000000002014a1316ba2f8c9c4c6ca8d331e54e408c6dfaaaf7743 3,180 1.00/1.00 vMB 102
581,219 581,219 00000000000000000000da5ac65534f5daaadfba20dd099a162e0f23e3f4eaa9 2,740 1.00/1.00 vMB 140
581,218 581,218 0000000000000000000756c4bebec589e6af4134efd901a8fac43187209c5a26 2,293 1.00/1.00 vMB 100
581,217 581,217 00000000000000000025c643828d1f205dc3664403cea4b35c5d0c7185eb917c 2,320 1.00/1.00 vMB 39
581,216 581,216 00000000000000000013a9ea9aab049e6b9358ff4f48993a30df84f04ff3cef8 2,438 1.00/1.00 vMB 23
581,215 581,215 000000000000000000006997b47f1505ca8bde11cbdf6a39986697797ee489a7 2,273 1.00/1.00 vMB 63
581,214 581,214 0000000000000000001c8f7afd443eb530a2a4b695cab78a87b383e3b823dc93 2,654 1.00/1.00 vMB 33
581,213 581,213 0000000000000000000e35622c83c01b37ba399784fa9968f2aca25957210651 2,311 1.00/1.00 vMB 42
581,212 581,212 0000000000000000001f002b42b9ba8750209bc546603226ed73a37b2758e8d3 2,389 1.00/1.00 vMB 34
581,211 581,211 0000000000000000000aebf10dfe8e75006c4cf6769caec86a325b53017bf074 1,952 1.00/1.00 vMB 26
581,210 581,210 00000000000000000022d38f3c596f9b272d8bcbf7fd7cf6bd082fab9fc2752d 2,451 1.00/1.00 vMB 75
581,209 581,209 000000000000000000172591ac3375564d6122e60ff19a235da0eaeae4d10e43 2,379 1.00/1.00 vMB 51
581,208 581,208 0000000000000000001ed52ca5b9ffd8d4a3a4ff21f623dfe23f17851be11d7f 1,992 1.00/1.00 vMB 108
581,207 581,207 00000000000000000021175c7b9dde0587334ee681635c0872c210f86cdb6c2d 2,873 1.00/1.00 vMB 77
581,206 581,206 000000000000000000117d24b443c0967d7b39dcefe44701426706ddd77f3511 2,409 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.