Loading Tool

Explorer IconExplorer

Memory Pool

22,142 transactions
16.68 vMB
0.02307581 BTC
Random Selection Loading Transactions
Max Size: 89.08/200 MB

Candidate Block

Mining Attempt f921492f2fe3b23c268dfe5e24cd4689fe8b4eafea7bf1349e33a86ff02eb295
Version 20000000
Previous Block 0000000000000000000211e7ce3dbf3c7ce7303158cc4e1527c0d7eb97388fb5
Merkle Root 1fb1aff787fa06fd1bb8069f10b9894f89af4202bc67385c12a974f0cfec2078
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 6,956
Size: 1.00 vMB
Total Fees: 0.00520788 BTC
Feerates: 73.20 > 0.52 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,673 (293,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,645 648,645 0000000000000000000791a747e330577a4e4ef3323537e6433686d4d774ef22 3,039 1.00/1.00 vMB 19
648,644 648,644 0000000000000000000aa4a720c2e971799a8966f9c06b8b42d99c088acb4944 2,135 1.00/1.00 vMB 49
648,643 648,643 000000000000000000004a08024ca4da748efe99fa972d068bcf688005b948d7 2,478 1.00/1.00 vMB 57
648,642 648,642 000000000000000000032bf0acc3a99a406b4a7e4b1c402a40da578fc99f483c 2,699 1.00/1.00 vMB 53
648,641 648,641 0000000000000000000701883c54e50252aba2671d60e161dffc0abfaf9f96b6 2,478 1.00/1.00 vMB 11
648,640 648,640 0000000000000000000777b99201dd2a542504009243b7b5d9ca470d843e21de 2,258 1.00/1.00 vMB 71
648,639 648,639 0000000000000000000af9c1aee4ff9554047b3e1fd2599bac85e7f4d88ead39 2,511 1.00/1.00 vMB 43
648,638 648,638 00000000000000000006323638c32705b74059cadabe52a42c84b06c367cf4cb 2,301 1.00/1.00 vMB 42
648,637 648,637 0000000000000000000d581e157adc4c37468e2110835e98d1b5de7e036a19b6 2,246 1.00/1.00 vMB 41
648,636 648,636 00000000000000000004de347df462fb4f1c20e818a9e6988f16ee4a50dbd71e 2,648 1.00/1.00 vMB 84
648,635 648,635 0000000000000000000f2059ec27c66726ea6ecc34f60d9bd5942776cf4496a7 2,689 1.00/1.00 vMB 38
648,634 648,634 0000000000000000000e9445b617cb9065a5ec0a6c826e90e243c4710cb0e57b 2,082 1.00/1.00 vMB 24
648,633 648,633 0000000000000000000e6f7cc9d44d886ed6b1cc926fbe046fd3aedb9fc14e1f 2,885 1.00/1.00 vMB 55
648,632 648,632 0000000000000000000fbf73ec75925b7d1e0eb65ddbe9a2684a0655b17ae9d1 2,838 1.00/1.00 vMB 38
648,631 648,631 0000000000000000000b80152a24814f53b138d6a60545c16ba26d711ac3aedc 2,522 1.00/1.00 vMB 79
648,630 648,630 00000000000000000000a1455c92c5640c53cf5e3d7680d09d8ba6a4fd5acf40 2,464 1.00/1.00 vMB 84
648,629 648,629 0000000000000000000bdf0008243419e69296602051e0df19edad6223e3189e 2,896 1.00/1.00 vMB 71
648,628 648,628 0000000000000000000a4d006d047897182fff19dc23e8899d089e515b09ba13 2,306 1.00/1.00 vMB 62
648,627 648,627 00000000000000000001852b59deb8ff344d8fee6d3d2bb3247562677fe2174d 2,420 1.00/1.00 vMB 83
648,626 648,626 00000000000000000005a865012492415e3373d29d61d055f354574a45e4396e 2,251 1.00/1.00 vMB 77
648,625 648,625 000000000000000000046d8e99f458372f5300b566552ba66017b1971280755f 2,515 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 829.75 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: 4,667.44 GB
    • Received: 253.60 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.