Loading Tool

Explorer IconExplorer

Memory Pool

51,664 transactions
30.25 vMB
0.25873977 BTC
Random Selection Loading Transactions
Max Size: 159.51/200 MB

Candidate Block

Mining Attempt 156734d4cfa30c3031499435598e13605b551159d31a9d3b243ce15f2499a711
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 88a888f1ec802aea74ed75f7536b104a8171039df5cb720d34e73c9abc7524ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.08167071 BTC
Feerates: 220.25 > 8.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (68,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,889 845,889 0000000000000000000262d02c8afdd007c08b630a61f736398ce1de5ac77955 4,299 1.00/1.00 vMB 27
845,888 845,888 00000000000000000000a22a5e758ceb561a006fac7390e5efa99eb42e459561 4,547 1.00/1.00 vMB 22
845,887 845,887 00000000000000000002c77448a582258db647f9d5f39b7488281b2cf5c5190a 3,922 1.00/1.00 vMB 27
845,886 845,886 00000000000000000000e73a04d5f7f4904ed34d4600944f8b83e70636ad2b8c 4,902 1.00/1.00 vMB 30
845,885 845,885 0000000000000000000029ff9296a294e8192348c2ca928a8973784c177963fd 4,380 1.00/1.00 vMB 41
845,884 845,884 00000000000000000001bbdbb0588b32078f2452960f5e0ddb8dfefa20beb8fd 4,961 1.00/1.00 vMB 27
845,883 845,883 00000000000000000000d4362207732d3f0f074f30c6f64e39da7c0b625cce23 4,493 1.00/1.00 vMB 28
845,882 845,882 00000000000000000002baa476d6729fe48c76a4657f055f197f5e4c87ae9f9d 5,581 1.00/1.00 vMB 18
845,881 845,881 00000000000000000000c9f653bcb5515bf8e0bc4c4c64cb459c2db6b8534472 4,868 1.00/1.00 vMB 18
845,880 845,880 00000000000000000000e94f15f69b0c633230048dfbdead18d8a1e2949db1a9 3,721 1.00/1.00 vMB 16
845,879 845,879 000000000000000000002ffb7d378484139a16004402619a56f1c88bb966d6d6 5,359 1.00/1.00 vMB 18
845,878 845,878 00000000000000000000d45ab12110a87f4535c4a230e906c60077cd7bd60833 5,749 1.00/1.00 vMB 15
845,877 845,877 000000000000000000033b3a9e524ef828041578dacbeefa6ca0fab4df4fa115 5,171 1.00/1.00 vMB 26
845,876 845,876 00000000000000000001d3a5594789a778b88bd8ec75dcff7305690da3f0ef59 6,704 1.00/1.00 vMB 28
845,875 845,875 00000000000000000002aef7a294d2bd5fd9324e8e4a78b352d7d769f6915b6c 6,077 1.00/1.00 vMB 20
845,874 845,874 000000000000000000009e10b22daf7a711fbf70acf7125f2a795c5f48d46f1a 5,496 1.00/1.00 vMB 21
845,873 845,873 00000000000000000000926611a676d12c586af79cb612d054bb5d6b347154f5 5,815 1.00/1.00 vMB 18
845,872 845,872 00000000000000000002493eb4581b48083fe7b52499edc8b4b7a87e93dfe191 4,621 1.00/1.00 vMB 17
845,871 845,871 00000000000000000002152f9784e1eff60c00c2fbba00bd002e0362f1ae8972 4,084 1.00/1.00 vMB 21
845,870 845,870 00000000000000000002313da2d4c1050145cd1953e7c731c3482be0ef3972fd 723 1.00/1.00 vMB 14
845,869 845,869 00000000000000000000cfc6e0f13589140c486b7a4fefdc3bcf26b66f7cdd8e 2,075 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 644.10 GB
    • Received: 12.61 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.