Loading Tool

Explorer IconExplorer

Memory Pool

40,006 transactions
29.00 vMB
0.06790924 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt a94dfdd1f6ec26f656bcf812821ce217d99f667c32ffe050635a099b6e65e569
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 7bdbf67bbf395178c545a880a8bd87a131e81bd6cbf847fd7f507ad795e4e3b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,288
Size: 1.00 vMB
Total Fees: 0.01134840 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (862,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
51,716 51,716 000000001e2b700a4578526803d503f43890fd5663f097804a5fa00502954652 1 0.00/1.00 vMB 0
51,715 51,715 0000000011006a318bf58d9d6e40a7040a14538cbd34fb73dfcb91a0b4fa5668 1 0.00/1.00 vMB 0
51,714 51,714 000000001e9939a6b1dbb674090c52aeacd41a9d979447c69b41b4ebbaf7c89a 1 0.00/1.00 vMB 0
51,713 51,713 00000000080a724dc8e56f29c98636bf9f95ca30cb3bd300ee3fd080e740387a 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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.40 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.