Loading Tool

Explorer IconExplorer

Memory Pool

79,019 transactions
29.34 vMB
0.08643181 BTC
Random Selection Loading Transactions
Max Size: 177.56/200 MB

Candidate Block

Mining Attempt 023236cb4c46c432333dddc8399ffa3fc527ec04dc4c2aee4be4df6dbd9921af
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root 35435ee0ec1d8948dcfab481c81a88e2185bb3b1df2349f9e8737c8954a94833
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,071
Size: 1.00 vMB
Total Fees: 0.02463618 BTC
Feerates: 160.35 > 2.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (508,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
406,911 406,911 000000000000000002e19276fe40843b21eba75078de370a6e8886c9598e859c 3,238 0.99/1.00 vMB 74
406,910 406,910 00000000000000000640ede31ec47a7b122032ea112d98b980bc2bc552b2a0ef 1,209 0.69/1.00 vMB 36
406,909 406,909 000000000000000003aa172963df2323474d07124eb178c7b6e63db2dbca88d3 1,430 1.00/1.00 vMB 26
406,908 406,908 000000000000000000af4393c0e768b3471d06e294b5971241312653465686a9 3,031 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.55 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: 669.85 GB
    • Received: 15.78 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.