Loading Tool

Explorer IconExplorer

Memory Pool

68,161 transactions
26.01 vMB
0.06450285 BTC
Random Selection Loading Transactions
Max Size: 156.40/200 MB

Candidate Block

Mining Attempt 046f62aa708a28aaf5a3d39d9f16242bdeb101ed69f6ba8716e0f495d6ae8a73
Version 20000000
Previous Block 00000000000000000000972df28b6473c032c8e1d3fb08c7600f4ae72e98394e
Merkle Root 21460d747329312ef22f4a0408dae372be0991d6c4ed4494378fa92946003eb5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,356
Size: 1.00 vMB
Total Fees: 0.00943255 BTC
Feerates: 181.71 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,507 (865,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,751 49,751 0000000014a23385d78593f0defbb34ff4bbaca9b63e4f8601822b032f2d917c 1 0.00/1.00 vMB 0
49,750 49,750 000000001561b26387862ce956c7c3b4e76a19b1fb9feee04d8e1934f846bc5d 1 0.00/1.00 vMB 0
49,749 49,749 00000000271d5f10924777e110fd03b7e56cd7aa3c80356dbf3da54944ddf42b 1 0.00/1.00 vMB 0
49,748 49,748 00000000153a69bb521b254f7d116b28a407c8e68d15a845b50e615ec680cd2c 1 0.00/1.00 vMB 0
49,747 49,747 0000000004c08798ae214dc1469f5fb06d1ec7726d680c7773d67a8b21156d9c 1 0.00/1.00 vMB 0
49,746 49,746 0000000009461d948f2650c30787e1b41b149d2e61d4b8341d547ddae09bfd6d 1 0.00/1.00 vMB 0
49,745 49,745 0000000001705e76234463f528385eb4d5fab38dc00e88b6f9b5633c7b7da18a 1 0.00/1.00 vMB 0
49,744 49,744 0000000013b12cb09e777258f4b032d36a6c86fec8598d0665110350952528c8 1 0.00/1.00 vMB 0
49,743 49,743 000000000603050741e2de41a2e5401e1f3d4047b0280c6ddddc11b745d64070 1 0.00/1.00 vMB 0
49,742 49,742 0000000008158fc445e8d8fc9aa65c8295b35359a229262df89fd66b75fa00b4 1 0.00/1.00 vMB 0
49,741 49,741 00000000026434ab1e6f9a87e22d3c089b82aa8acd77ba37c555bba59153a1d0 1 0.00/1.00 vMB 0
49,740 49,740 00000000070201dc1206ac19a0f909a764dbb22f1640a9fc31a401e8d2e13374 1 0.00/1.00 vMB 0
49,739 49,739 00000000038ef1c8ca4a95fbbe71248998bce37414bb7a473e1ca080b1bae601 1 0.00/1.00 vMB 0
49,738 49,738 000000001c675ec3d0bf9f9124b13389486bb7dee7e398ed0b714fca0c6b8921 1 0.00/1.00 vMB 0
49,737 49,737 000000001f80a222f79f02c775a4dff7aa5a56019a9bbe0d952f2408f50b5378 1 0.00/1.00 vMB 0
49,736 49,736 00000000175ae0904a55f36ce5d12fb9976c1677a66166b289994769c7167b97 1 0.00/1.00 vMB 0
49,735 49,735 000000000617bee093559d67128e4e3176f54c7c7cd3abe6ebe7d23ec94e035e 1 0.00/1.00 vMB 0
49,734 49,734 0000000005f6598b8d72c9d241554eb610a13d4762035961fea10db1950f23bf 1 0.00/1.00 vMB 0
49,733 49,733 0000000021f03bd7bdf1addbcbd3c6d68db1c06025287adc85f303cf45848a74 1 0.00/1.00 vMB 0
49,732 49,732 0000000003f480df43d3be781ffcc1843ebe189407bd6798dc6b786dc5e08339 1 0.00/1.00 vMB 0
49,731 49,731 000000000c10b4da2eb7c69a640fe6ad2460955bf5d4cbd3fb1ec35dd05b5384 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.27 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: 765.71 GB
    • Received: 19.23 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.