Loading Tool

Explorer IconExplorer

Memory Pool

80,443 transactions
29.59 vMB
0.09744117 BTC
Random Selection Loading Transactions
Max Size: 179.12/200 MB

Candidate Block

Mining Attempt 13380ad39a3e0e2075aea3593299bf99194b0207d9d3689951c54d639749d930
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root d297576dd651bc70e979e893c0d52dabc1640f2e7ea1c0e83a30c8a55219bfd7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,468
Size: 1.00 vMB
Total Fees: 0.03463147 BTC
Feerates: 146.36 > 3.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (508,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,935 406,935 0000000000000000045adc8d63211778e77407611bb09bd8761e996c49abef7d 1,509 1.00/1.00 vMB 25
406,934 406,934 000000000000000001a12658a44072f8a462489042add9f4c4a259e0cd2ffdf0 2,574 1.00/1.00 vMB 63
406,933 406,933 000000000000000003a7292650a62bbe4bb409c6f37d6e15d9024ac04fefac4f 139 0.06/1.00 vMB 61
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
Previous 10 blocks ↓
Total Size: 782.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: 671.29 GB
    • Received: 15.90 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.