Loading Tool

Explorer IconExplorer

Memory Pool

81,555 transactions
34.80 vMB
0.16271635 BTC
Random Selection Loading Transactions
Max Size: 195.92/200 MB

Candidate Block

Mining Attempt 7665bcc8077525b91f28b7f70762f22f89d434124a4f84d85931ca244c6a3090
Version 20000000
Previous Block 000000000000000000015d606eea54600e68e92445d6617a0d0d5e5108766f50
Merkle Root e07e164dc082edebde3c048b52e93ea4e888a74213c2a1a6ab0f2303ebabaea5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,267
Size: 1.00 vMB
Total Fees: 0.03093306 BTC
Feerates: 150.93 > 3.10 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,412 (750,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,013 165,013 0000000000000a3ed53555e60c15abaf0050da03270057a59aaa98b7c3d82f81 29 0.01/1.00 vMB 58
165,012 165,012 00000000000006b11e72b68af2b2faa735987d6abdca31f4fda07e473ba2fab2 31 0.02/1.00 vMB 9,982
165,011 165,011 000000000000056bc1fd724c4d51fed2d9556d3afb013d76c33958d92b173740 80 0.05/1.00 vMB 6,395
165,010 165,010 0000000000000c5c227e1d72fcb05de7ec595821ddbea645e95b2fc6334137c2 36 0.01/1.00 vMB 1,011
165,009 165,009 0000000000000a71daca7b20308e76267143eebda9ee43bf88d4e74dad084bb1 34 0.01/1.00 vMB 11
165,008 165,008 00000000000001e605e14b5deaeb466c70b227a5a9bea0e9e0b7102ee6922c9f 45 0.02/1.00 vMB 166
165,007 165,007 0000000000000a5bbc4612464281db0768dd20476b4ab5fd366b6fad8c897eb6 69 0.03/1.00 vMB 360
165,006 165,006 0000000000000b882af3b6c6ccc6241df13bf6e8a2f7bdb884c9cf75806eec03 29 0.01/1.00 vMB 164
165,005 165,005 000000000000050795d94f4de6258fc9b4d5ebdb9fe1bd239f78eba97e4d9b4a 87 0.05/1.00 vMB 137
165,004 165,004 00000000000007afc7772875eb72626188f2a3cb936cbfbb27fd9343ac9faec2 11 0.00/1.00 vMB 361
165,003 165,003 0000000000000a9c5b73d05647ccd5ccc4018de822820a0df6c46c53a04ea062 32 0.01/1.00 vMB 267
165,002 165,002 0000000000000612f0925348b0f74e7423cee1487b3251da24c9afcf2ecf35b9 9 0.00/1.00 vMB 736
165,001 165,001 00000000000009f2aa6a7cce7480214a84cbb2f53a6e5cd856fc3d55e46a3e7e 45 0.02/1.00 vMB 347
165,000 165,000 00000000000008863b4603ab6886773685d259c8bfb90a26243f76adf167ac5a 47 0.01/1.00 vMB 0
164,999 164,999 0000000000000c13167947baa912284438950d45cdc72892785dddc12b838572 10 0.00/1.00 vMB 326
164,998 164,998 0000000000000bf079450767ede9955a899d83fe719aeb8ffd24b156558bd82c 22 0.01/1.00 vMB 217
164,997 164,997 00000000000005689d4b554250d56082cb58e8d3753521c44f69b18b19cf6870 13 0.00/1.00 vMB 0
164,996 164,996 000000000000019add8a53e16d6b81b5c946db13db05cdeea913a6deea96872c 87 0.05/1.00 vMB 68
164,995 164,995 0000000000000b33916ebdc9ca550957a2927d80a65493bf523330a055a310e4 28 0.01/1.00 vMB 51
164,994 164,994 0000000000000844ef877190896296d6b6b8aba4d7c72cc0ef0e561aecbab1d0 20 0.02/1.00 vMB 52
164,993 164,993 00000000000002d1ce5f6a4f25e273990763596c019ac8688d33f47cd498255c 6 0.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.10 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: 731.69 GB
    • Received: 18.52 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.