Loading Tool

Explorer IconExplorer

Memory Pool

82,098 transactions
30.21 vMB
0.11097939 BTC
Random Selection Loading Transactions
Max Size: 183.04/200 MB

Candidate Block

Mining Attempt a7eaf4e574a75ddf16b866de2ae9daa97ff4fb6d5f5504ab4f219fd80b80a618
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root ffac7eff90ceaf96cf6c06f4e121a95566223c8d857152093adddcfec78d5623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,109
Size: 1.00 vMB
Total Fees: 0.03651442 BTC
Feerates: 90.00 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (422,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,966 492,966 00000000000000000080cda4d27b83386e407c635d3c9cc4b4ba67f51190adea 2,630 0.94/1.00 vMB 257
492,965 492,965 00000000000000000047a93838993b4ff685a57d2dd586315dd1b40b9d16a602 2,861 1.00/1.00 vMB 255
492,964 492,964 0000000000000000007d3a45ca5441d4f34f72fd7ab3e750b67c5bca982c31f8 2,753 1.00/1.00 vMB 282
492,963 492,963 0000000000000000001bc14d31cd78cba9af69b4ef9af8fac9f3aabb260658de 2,449 1.00/1.00 vMB 248
492,962 492,962 0000000000000000001e04433a329abe9308ce304f64da81e8ec1c9d3522308b 2,918 1.00/1.00 vMB 307
492,961 492,961 00000000000000000087d0ce2bf34d1d79e1c8f063e59aee4cbe14bc3786aa45 2,676 0.99/1.00 vMB 242
492,960 492,960 0000000000000000008575829b29042db38bb25d89258cfed7bfc79cea5c144e 2,678 1.00/1.00 vMB 277
492,959 492,959 000000000000000000979f32976a0633adcaf555072d963ebf3b50771227c097 2,272 1.00/1.00 vMB 265
492,958 492,958 00000000000000000091f6d8eebf470e6b973b00630f1be372a67f71aa2826c7 2,284 1.00/1.00 vMB 287
492,957 492,957 000000000000000000a02292fd026559f08d616491b4fed57addefd384b44e7c 2,945 1.00/1.00 vMB 305
492,956 492,956 000000000000000000a83dbb10c730864350bc0474af0a1eb11cf6455de6a1c3 2,318 1.00/1.00 vMB 209
492,955 492,955 000000000000000000bc790df31835ddead86325b08ae7d5aff3135ecca9d37c 2,730 1.00/1.00 vMB 272
492,954 492,954 00000000000000000067bc73f06aab0a0c0c293b187bada1444656abfc38c0a6 2,498 1.00/1.00 vMB 269
492,953 492,953 00000000000000000093ffda1828d798836968b438c5a48d65263f52c54cd909 2,603 1.00/1.00 vMB 278
492,952 492,952 000000000000000000360ef3723352c5ee11918ecb78734ec0d7f8e3d498b67b 3,082 1.00/1.00 vMB 305
492,951 492,951 0000000000000000005ac26199be9564066239deabf2f3c5adc20902bfa128d9 2,572 1.00/1.00 vMB 280
492,950 492,950 0000000000000000002b9efc59ce7978f9642963d83463eac3c7a4dde452c012 3,188 0.92/1.00 vMB 310
492,949 492,949 0000000000000000005b2227dd8396e5b9342f8b8460a9686679afd62a31755b 2,830 1.00/1.00 vMB 286
492,948 492,948 0000000000000000003bf86e7814c40c99f9ba2b220e53d23b9830146cf164e4 2,183 1.00/1.00 vMB 248
492,947 492,947 0000000000000000008c52174bcb10578e7ecba57c847e9aa2bc230c68cb5f94 2,616 1.00/1.00 vMB 251
492,946 492,946 0000000000000000007576668ea1270f7ba0dee990c14981d6f152baf8343d6e 2,503 0.90/1.00 vMB 278
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.36 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.