Loading Tool

Explorer IconExplorer

Memory Pool

75,112 transactions
28.94 vMB
0.07903503 BTC
Random Selection Loading Transactions
Max Size: 171.20/200 MB

Candidate Block

Mining Attempt 564de20e874281cb8fec4fbcee2cf3f19b4cf06be7c949cf98c2e248b75df5c3
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root 7a1693738254ab8298d3f1294df54a12f2c4d51fb45e721e5b34dd7c251f2393
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,780
Size: 1.00 vMB
Total Fees: 0.01869298 BTC
Feerates: 100.29 > 1.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (468,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,933 446,933 00000000000000000189c770056fdfcb767c26e92088277e9df49c86c5a3e854 2,258 1.00/1.00 vMB 57
446,932 446,932 00000000000000000246c7a7be38e194dfc47083c70c4ca8b8fbaae5e0526413 2,424 1.00/1.00 vMB 83
446,931 446,931 0000000000000000036a44196b2f69591a01c6de7c61eb0290ba79412ea73468 2,338 1.00/1.00 vMB 66
446,930 446,930 0000000000000000026758ae093d64859f1924577024cc9e43fbe1aa26c702b2 2,770 1.00/1.00 vMB 101
446,929 446,929 000000000000000000bc26adfafcf9e0b127422324a82421b49c7373a00dd6eb 1,854 1.00/1.00 vMB 66
446,928 446,928 0000000000000000013b12a5f96d7f323cbc83b53687acad4f0f96d7bb8cc843 1,640 1.00/1.00 vMB 69
446,927 446,927 0000000000000000024916ca7ef17e27d6597d54a77371fe13187da5278b90b0 2,423 1.00/1.00 vMB 72
446,926 446,926 0000000000000000036c2550622bcc55c0cdcc2ecdfdb849400f982e8aa6565f 2,207 1.00/1.00 vMB 85
446,925 446,925 0000000000000000035a1d7d6e8f0e57d8eef0f3e86c2ca4960a2335ad74cdad 2,613 1.00/1.00 vMB 102
446,924 446,924 00000000000000000344592e72bbbfe9fadeca8dbdf8daeb33b00f3ef1b5c000 2,169 1.00/1.00 vMB 92
446,923 446,923 000000000000000001ce38757c5342cdfe7df7627017c49472d9b5acd0eef440 2,432 1.00/1.00 vMB 81
446,922 446,922 0000000000000000019ab4349acc425c047a1f05d253229488be0dd53065fb2a 2,227 1.00/1.00 vMB 77
446,921 446,921 000000000000000000e50ca381be46575d0a486b69c0474c5c8fcb1f33d6d620 2,104 1.00/1.00 vMB 81
446,920 446,920 0000000000000000025c9aa82fbde37e2783c7d0f608fe843fe4b7bb7eb6ec9b 1 0.00/1.00 vMB 0
446,919 446,919 000000000000000002a59d6538f958a31f94d6ad566723619dcdccb2abb168ee 2,252 1.00/1.00 vMB 67
446,918 446,918 00000000000000000327683d8b644d8903818f510be9464b15a2be134f9639c8 2,482 1.00/1.00 vMB 103
446,917 446,917 000000000000000000f72c755d9f102220b0da1f55e42b6a65e188e0745d0d5d 2,155 1.00/1.00 vMB 95
446,916 446,916 000000000000000001ce9e91ce18173c194fbeb73ddc1bf00f89818f7c23f4df 1,476 1.00/1.00 vMB 68
446,915 446,915 000000000000000002796bba9dfee7c3840584b7ae029c703e92eb721ff213ed 2,528 1.00/1.00 vMB 67
446,914 446,914 0000000000000000014217b568dbc6f74a55c81e13ce6e77080fe7e44ac36170 2,433 1.00/1.00 vMB 96
446,913 446,913 0000000000000000032ec3d584611034a62c0f183fb6d74960dab870df73120a 2,970 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.46 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: 667.93 GB
    • Received: 15.32 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.