Loading Tool

Explorer IconExplorer

Memory Pool

39,248 transactions
28.69 vMB
0.06255717 BTC
Random Selection Loading Transactions
Max Size: 145.79/200 MB

Candidate Block

Mining Attempt 5e4b6048ffe1def5607315f7714566c05169c5eda2d8a6b4d3a3b5b424187b3f
Version 20000000
Previous Block 0000000000000000000172f408868dfd9c95d80046967b5978bb59a25e069243
Merkle Root 9243ed21b286b919b83bd06e69b00e222bdfb1937f1caaaa98381635db21a7b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,702
Size: 1.00 vMB
Total Fees: 0.00703267 BTC
Feerates: 40.21 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,544 (862,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,737 51,737 00000000188aa1ebadcf4d7c3f6fae578ee311ecdb8e0300ab38080a4638089e 202 0.05/1.00 vMB 0
51,736 51,736 0000000006cb0e1cdd14238e8b55140c0e743ea11e9479d029e48bb63175ce30 20 0.00/1.00 vMB 0
51,735 51,735 000000001314b2b56784f69bedc782a858bff9909f495a3c06066f865b092f1a 163 0.04/1.00 vMB 0
51,734 51,734 00000000042a3aee0691a8705cf96536e8ad71b01a3deddb82e1ebc1c4540053 399 0.10/1.00 vMB 0
51,733 51,733 000000001df6a4e1a1634ac4bf11a80a7444ee1f0b46543c22a827fdfb12b559 19 0.00/1.00 vMB 0
51,732 51,732 0000000008c5ebcd04a8303c6c35c84e0560ef5a3e1ca34c59e356216eecc4c8 3 0.00/1.00 vMB 0
51,731 51,731 00000000071ca88b41fe390be49c489b325aab404605bca51c0c499ad824cdfb 88 0.02/1.00 vMB 0
51,730 51,730 000000001e4405ae38eeedceafcced6e8108d2c63f07999b26026d2e16e9f5b2 114 0.03/1.00 vMB 0
51,729 51,729 000000001786abd75dc912d8eabe85080c7e822858d445644fa3a3e059c2033b 628 0.16/1.00 vMB 0
51,728 51,728 000000001a13a2e138c99ffd7dadb1c92439833d96f85bed92f5d83729e48706 379 0.10/1.00 vMB 0
51,727 51,727 00000000156e728d510522b00b42958367e6c9f4185289eb5397f6fa774a66b4 1 0.00/1.00 vMB 0
51,726 51,726 00000000080d1459835b485a9849f463fc1e143441832ca3c73d04adb9745fa2 1 0.00/1.00 vMB 0
51,725 51,725 000000001b6cb1556dbe2079b05d3a4b7528bd125d3401483f127e868516f268 2 0.00/1.00 vMB 0
51,724 51,724 0000000006e59894179fb8839f53f9631361ac46c9eb4906383c365b77934f53 1 0.00/1.00 vMB 0
51,723 51,723 000000001ef174e85b1eb60619543ffd528f770c88635f58b565c671a6f5fa58 1 0.00/1.00 vMB 0
51,722 51,722 000000000804908d621057e991eb9db827eedb3aa1ed2b76b28c2bc6f24f7713 1 0.00/1.00 vMB 0
51,721 51,721 000000001f67bbfe8c6b17f41364670f1ce5da8024e5d8bfbbaf58af3368a143 2 0.00/1.00 vMB 0
51,720 51,720 000000001595bdae9369921365b7aaa0dc1a3cf89ad9ac5a50b2c9aa89d18ab9 2 0.00/1.00 vMB 0
51,719 51,719 000000001a0fb60dac941cbafa1c9000bcfc7ac3dab1f480c1f6687b21629632 1 0.00/1.00 vMB 0
51,718 51,718 000000001c436afcc0b87a22118b51b3563f8ba53966bb0ebfc0371fcbaf3509 1 0.00/1.00 vMB 0
51,717 51,717 00000000159d4524208b40a83fb615bdcab167de48894fd12a2065ff48cd0751 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 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: 622.72 GB
    • Received: 11.37 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.