Loading Tool

Explorer IconExplorer

Memory Pool

44,866 transactions
26.50 vMB
0.05607309 BTC
Random Selection Loading Transactions
Max Size: 140.23/200 MB

Candidate Block

Mining Attempt 50132cf2ec97d122a3d6539572879d68a0bff38926343f3dcb2687e60e3d17dc
Version 20000000
Previous Block 000000000000000000004d1049722dcba3c177c8f8720a3a8519efc7b1dde709
Merkle Root e52d9fe551f02805f2e58b1c96d4b6fa987056d42d2905f4f0976b2f1dedac90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,436
Size: 1.00 vMB
Total Fees: 0.00748162 BTC
Feerates: 150.62 > 0.75 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,757 (201,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,050 713,050 00000000000000000007ee08fef7f266afafccafc643f5721e0f0e53805bec2c 285 0.25/1.00 vMB 29
713,049 713,049 000000000000000000040361d9dd3c54aabd4b2047a9512407f4c238a120bc09 159 0.09/1.00 vMB 56
713,048 713,048 00000000000000000009244ba8080a78694dca8379f48fa90c7f0764f4d07e47 1,099 0.59/1.00 vMB 7
713,047 713,047 00000000000000000006c2c971e7bcff56a992550adf7cebd461ece6da7f9bd8 1,255 0.62/1.00 vMB 11
713,046 713,046 00000000000000000006734115d07e0184e93ce54e4bb65217bf8399787db852 432 0.65/1.00 vMB 13
713,045 713,045 00000000000000000008744761215194a781df30f4815a4adb11f3d11bf1d05d 1,269 0.94/1.00 vMB 5
713,044 713,044 0000000000000000000b134f10d1e6277c82f6ba7fd12b2f9b6e7babffff8c86 452 0.94/1.00 vMB 2
713,043 713,043 00000000000000000009ab607d484b7f7b3c6bed6153888bee544fac155db59e 1,763 0.96/1.00 vMB 6
713,042 713,042 0000000000000000000a78c423d6211298ce59b1ba9256259f74769f82cd4290 2,542 1.00/1.00 vMB 8
713,041 713,041 0000000000000000000252786be3a85764c0976f20ab926ce10e64b1b46c2a6c 822 1.00/1.00 vMB 2
713,040 713,040 000000000000000000008fbdaec97b597093b69bdd20329840458f471db8931b 1,533 1.00/1.00 vMB 4
713,039 713,039 00000000000000000003d4bc1a82942d0adee59f40b8f2a61ccd969663984782 3,560 1.00/1.00 vMB 9
713,038 713,038 00000000000000000006bf92c8f8cf45266190e4541f18572db711eaf884d74c 2,194 1.00/1.00 vMB 3
713,037 713,037 00000000000000000002d8452cfc58ede1786ab55020502c04720a5ef2b751ab 2,647 1.00/1.00 vMB 16
713,036 713,036 00000000000000000006080ac4e7d3d80569310fbe5c4a11e79f1a8f2623bd98 2,930 1.00/1.00 vMB 9
713,035 713,035 0000000000000000000c5525a71dcc202c48ac4eceb7708993e2c0df9a24d0d2 2,615 1.00/1.00 vMB 19
713,034 713,034 00000000000000000006fecc059fb69dfb433323addc0df6cb9d6b3feb9d90f5 1,065 0.91/1.00 vMB 3
713,033 713,033 00000000000000000002db7ab7e2e61c5a213df538e7f06c500bab22690d3fe5 1,796 0.98/1.00 vMB 5
713,032 713,032 0000000000000000000687439d02b929b5ba78e437fd8b1f99e2d1b5c32719eb 3,379 1.00/1.00 vMB 12
713,031 713,031 000000000000000000058a54667270594b2e29e9d66d00b8198857b4a9be35c4 1,209 0.66/1.00 vMB 8
713,030 713,030 00000000000000000005134fd17bb5d5a5ba9991c3100a1b08b628583da3d90e 2,755 0.95/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.96 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: 647.40 GB
    • Received: 12.93 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.