Loading Tool

Explorer IconExplorer

Memory Pool

38,035 transactions
28.03 vMB
0.06185553 BTC
Random Selection Loading Transactions
Max Size: 142.02/200 MB

Candidate Block

Mining Attempt 51babbc03831a9e192d762c095eb3f8c9a4edb819010ad203d412abbadcf1819
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 4877f477ade2071cf78dc50324dba872393476fa364a6ce775a9f3a30a38f219
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,581
Size: 1.00 vMB
Total Fees: 0.00830098 BTC
Feerates: 150.80 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (247,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,903 666,903 0000000000000000000d5562a85cb8651516f05d0ef94075369d83f28d8efab3 2,244 1.00/1.00 vMB 72
666,902 666,902 00000000000000000002cf0c671afd1822725ea780280d3d21314d77dd3938e7 2,017 1.00/1.00 vMB 100
666,901 666,901 0000000000000000000291efbedeef4889cdfe93fd39e73ae35c65e96bb2c4a4 2,732 1.00/1.00 vMB 94
666,900 666,900 000000000000000000064ffb9675c859228631bdf90a2153d23b6950086a335b 2,767 1.00/1.00 vMB 35
666,899 666,899 0000000000000000000500badb6441515a62fe79eb8f03e766c7aa139c96e7f8 2,923 1.00/1.00 vMB 93
666,898 666,898 000000000000000000039310cf54192756f51cf461d7b37d84f0c29e0747d86d 2,563 1.00/1.00 vMB 45
666,897 666,897 000000000000000000077b55589de583d0259c3682e90ea1b6659faaf475c600 1,566 1.00/1.00 vMB 31
666,896 666,896 0000000000000000000ad5fce64d7a28b06a685c648ae41982022ce82e8a57c8 1,376 1.00/1.00 vMB 51
666,895 666,895 0000000000000000000839dfc94ffb2383b81c4819fdafb237683a243e8dbba8 2,862 1.00/1.00 vMB 33
666,894 666,894 0000000000000000000873089e2797c969deb9c222f37f02f4cae48aaca1f1a0 2,635 1.00/1.00 vMB 71
666,893 666,893 00000000000000000004069abfaebe152b6af0aa2fa40d0383d2d2dd8bdc992d 2,570 1.00/1.00 vMB 39
666,892 666,892 0000000000000000000af3f0149d86aea807789e455b62b52eda02567a3a0ae9 2,202 1.00/1.00 vMB 61
666,891 666,891 0000000000000000000c3a1a33ca58d5b33d75d963d5b5f0971a9b4ad42badc1 2,791 1.00/1.00 vMB 22
666,890 666,890 00000000000000000001e80255c5ae702bf8e989d1e038a6d47e104c9d2e36c2 1,336 1.00/1.00 vMB 31
666,889 666,889 00000000000000000005c530b80a389bf6daa4e500c6626ddf87bfdb2b3e8e8d 1,800 1.00/1.00 vMB 69
666,888 666,888 000000000000000000022f5e2ab1fa0bce06438b1cc11560593483e8d74e6d49 2,635 1.00/1.00 vMB 79
666,887 666,887 0000000000000000000793f15b084088c3651cb4d2221e3ca4e82b22c6bfe6d8 2,641 1.00/1.00 vMB 52
666,886 666,886 000000000000000000000f416d96b9cbfb5aabef46240fe852ccf7b61e10ca4f 2,635 1.00/1.00 vMB 24
666,885 666,885 00000000000000000008ed16a5f0b0cc954803b3dfde93dfe45df02fd4cfe9ed 2,193 1.00/1.00 vMB 52
666,884 666,884 000000000000000000009a702e4292fe591edd590e131002a0ada542d7a026a5 2,417 1.00/1.00 vMB 59
666,883 666,883 00000000000000000006623aa1b7d8a91018ab0548152af85439f42bbb535d15 1,003 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.69 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: 628.67 GB
    • Received: 11.82 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.