Loading Tool

Explorer IconExplorer

Memory Pool

86,297 transactions
31.44 vMB
0.20584020 BTC
Random Selection Loading Transactions
Max Size: 190.80/200 MB

Candidate Block

Mining Attempt 8f0a1e6476173cd083ee2915432764658f8eee8adb10a4d1e93f538618aa133c
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 602894535a3cbce884eea1117a8bd1b60019f7f40b21dbf37607117186efad4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.10419738 BTC
Feerates: 502.67 > 10.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (508,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,932 406,932 000000000000000000230174963dab9d73ce15e13b741b24b99ff45908e23173 840 0.48/1.00 vMB 37
406,931 406,931 000000000000000005dcc6321e1abb104e1027069195c04f7a2f29fda94ec87f 1,872 1.00/1.00 vMB 52
406,930 406,930 000000000000000000025b8a89bf71fe00814100d4dad2f072a87d8db5a7fdf2 704 1.00/1.00 vMB 12
406,929 406,929 000000000000000001e20440647fca81e7b8571dc320a0be46309eeb6af1668c 1,034 0.99/1.00 vMB 27
406,928 406,928 00000000000000000327e8a9c8d606f4e270a2b26c79cf5d7f38f1f8f2e70510 1,142 1.00/1.00 vMB 20
406,927 406,927 000000000000000002f5714305bf2ed0f4fad120782f6474e32ffce299472a03 2,428 1.00/1.00 vMB 51
406,926 406,926 0000000000000000008e3ecb2edc772bbb1e3a1f4c95ed8ea86a10d45846898f 2,158 1.00/1.00 vMB 41
406,925 406,925 0000000000000000015bca8f44656eba270adc5d7e5d98e20c2e07ddc62c9fc9 3,016 0.99/1.00 vMB 65
406,924 406,924 000000000000000002df6b45719298a241506752c1b1350644fd14d2818bc9a2 1,052 1.00/1.00 vMB 22
406,923 406,923 00000000000000000412af65e6426c3268c1a570965e08a6fabf2690b27d6a4b 1,305 0.99/1.00 vMB 26
406,922 406,922 00000000000000000268a9ddce48614a98c98af919990c08dea52dbc79e8f6e4 2,506 0.99/1.00 vMB 50
406,921 406,921 00000000000000000400ff533170dab8014f6b6295b70103be951aea34969e6f 2,527 1.00/1.00 vMB 54
406,920 406,920 000000000000000000507b60b9673ac049ee74e2c500bcbc9df82ba7fec5f614 2,956 1.00/1.00 vMB 69
406,919 406,919 000000000000000001222a0ace167734e89ce18e3fc4ca2d2dc10de4f79bf090 2,487 1.00/1.00 vMB 54
406,918 406,918 000000000000000003c7baa5143b33d13e3e32378f3fa1601cdf3f0c136a0945 2,157 1.00/1.00 vMB 44
406,917 406,917 00000000000000000472adb112ce7ffa2e260fa1be665b9d5b677710b83c7c3a 2,485 1.00/1.00 vMB 52
406,916 406,916 0000000000000000049bc9989d15f2fb6c45bc770ac4459b4d294e91422b4f22 2,667 1.00/1.00 vMB 54
406,915 406,915 0000000000000000009b8df73bcb05e165109209ebce89e1c053b8a9aa26c3bf 1 0.00/1.00 vMB 0
406,914 406,914 000000000000000005ae4c5469686e89b1c334cf4895e5f3cd90ba5249b12a71 1,626 1.00/1.00 vMB 29
406,913 406,913 00000000000000000581beaa074387c8d5e4c63cdfdd1f3ba789f27eddf94604 2,701 1.00/1.00 vMB 60
406,912 406,912 000000000000000001f334de97e74b2d6a418510c73ebbed52af1ae462065f11 1,698 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.61 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: 671.93 GB
    • Received: 16.07 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.