Loading Tool

Explorer IconExplorer

Memory Pool

80,375 transactions
25.45 vMB
0.06355366 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 6ee9caf558b32eba79ac3a650658def20a0a6e995e9aa74ab0e35c28e1d27d5a
Version 20000000
Previous Block 00000000000000000000af19f33cfaba69ef915da021fa9989d963a8bc8a4cad
Merkle Root 698fa947feded204d4732be091ccc6137728240e365eeba4e7c7e6bb786de49f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,567
Size: 1.00 vMB
Total Fees: 0.00766332 BTC
Feerates: 165.00 > 0.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,956 (802,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,361 113,361 000000000000b267512b86d142f0e620aecac5f299dd52e742bbddc44aa1bdf7 4 0.00/1.00 vMB 0
113,360 113,360 0000000000003c1594e7b2dec9331f86abaef87f4de06b50a53b60c1edb82608 2 0.00/1.00 vMB 0
113,359 113,359 00000000000026adf1fbca462aedb2410758d7717c6d9207bd367bdaafea35c6 4 0.00/1.00 vMB 0
113,358 113,358 00000000000014bdd989a7c50838d0b5babba16a613ea339527f5390c153a93c 11 0.00/1.00 vMB 320
113,357 113,357 0000000000002cd146b97bca97cec9c671d1d1c53d2221b2957b6f403de177ec 10 0.00/1.00 vMB 327
113,356 113,356 000000000000a87cf58d3f99d0f69bfdab7d8723becb8baf736af632a1c176e6 13 0.00/1.00 vMB 234
113,355 113,355 0000000000001b2e2d51a6412c4fc0e4694703bfb19489bec9b0dde44ddb2ffb 6 0.00/1.00 vMB 0
113,354 113,354 000000000000cb575cec99c2d282637b5a868552f5b222b309d38af100d4b85c 1 0.00/1.00 vMB 0
113,353 113,353 000000000000c4ed45dfb504f7bda41b90e85a166321342fec0dc622a892ae6f 14 0.01/1.00 vMB 182
113,352 113,352 000000000000ca6ff008692c5e49cd739d0f920bee702503ec1d5842228a470e 11 0.00/1.00 vMB 0
113,351 113,351 000000000000a4c3bbd7ac9e5f4b850aab556f5a38ee6fc1e3607bee0654b59e 36 0.01/1.00 vMB 532
113,350 113,350 00000000000079d41fd4159b6f46ddee2701a1cb12aafbc611db6323661e8db1 12 0.00/1.00 vMB 455
113,349 113,349 0000000000002d500d15c0e3e33dea70bc1bbfb33839752cbb21bdeeb8ac94a3 1 0.00/1.00 vMB 0
113,348 113,348 000000000000086e9dc49ca0c6ab05dc6b7590ed6a6fc29bd41a98179faaa0c1 43 0.02/1.00 vMB 193
113,347 113,347 000000000000cf868675a06da32eaf6f3451758558537de74de9643df27975c7 12 0.00/1.00 vMB 744
113,346 113,346 00000000000065c02079c7f0e96dcf76362fa28882978352e649574455ddda28 10 0.00/1.00 vMB 0
113,345 113,345 0000000000000ed63144e1aa2f25de09aeb2d775605fc5bba1b450d4ebe1a170 5 0.00/1.00 vMB 1,694
113,344 113,344 00000000000010dd1909d6b123e615fbacdbcdb132fdacfbe59357fca9aa1890 45 0.02/1.00 vMB 117
113,343 113,343 000000000000862ddde54be09dce1551f775349cdbfd6d9a9680f4cdf9fb433d 11 0.00/1.00 vMB 561
113,342 113,342 0000000000001d88e69f0b267ef8327ff1df6ec86659b5c78e4fa83ebd55f4ee 9 0.00/1.00 vMB 0
113,341 113,341 0000000000000d7d2b064a80bf46bfb7ccd38c59bee306b7aefddda180921f5b 33 0.01/1.00 vMB 302
Previous 10 blocks ↓
Total Size: 784.04 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: 801.40 GB
    • Received: 22.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.