Loading Tool

Explorer IconExplorer

Memory Pool

68,412 transactions
26.07 vMB
0.06486573 BTC
Random Selection Loading Transactions
Max Size: 157.05/200 MB

Candidate Block

Mining Attempt a672b2212df9517f1f32e6f619364fc6cdbe8811ae4208908a56630ec3e55c8f
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 5cb1c389b16a6aff565bf78c89812f7cce8f06c24c66e88c0e3a5c83b8625bd0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,864
Size: 1.00 vMB
Total Fees: 0.00963146 BTC
Feerates: 40.21 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (813,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
101,921 101,921 000000000000e89e72ffa9a5cf85107ac1a1c0cb3a099a209bd2b25abc5a48e2 8 0.00/1.00 vMB 0
101,920 101,920 00000000000283ebec1eae6a76b132348edb696db92f0727e4b34f6b17b60373 5 0.00/1.00 vMB 0
101,919 101,919 000000000002e7dfda719928c757529a9cbbfe04d69f3f0abd54ac6da3707e5f 7 0.00/1.00 vMB 0
101,918 101,918 000000000000a01d6db0c5edf5a63558ecedbccee8e8e5fc9d2f6af882101629 11 0.00/1.00 vMB 0
101,917 101,917 0000000000014d7f861b6e12f29e010a093d3721209d95559531df77b25a04ca 14 0.00/1.00 vMB 0
101,916 101,916 0000000000017c39f0d96cb96eccb67a0b38229b23719adf661b1bbb37cb2756 7 0.00/1.00 vMB 0
101,915 101,915 000000000003a208a2109d62091156446647b4bc946e1e61130ababe36c457f3 2 0.00/1.00 vMB 0
101,914 101,914 000000000003fd145fec9d15df5f093850ec74fdd3e4319c82105692fe833d13 1 0.00/1.00 vMB 0
101,913 101,913 0000000000016c5b3bd4632bca801923d53cc8da3c59c893821c9091aef1576b 8 0.00/1.00 vMB 0
101,912 101,912 00000000000402b07a95efce6db6920c321094076f5b0922b2a78033fbd3c4d3 5 0.00/1.00 vMB 0
101,911 101,911 000000000003bed4f11740ea6eb96b03832f9b5b9fe2f2ad5f752e31af91c6bf 5 0.00/1.00 vMB 0
101,910 101,910 000000000003bff1e5669f784278a1aa1c035252a21c350374fac5360825afe4 4 0.00/1.00 vMB 0
101,909 101,909 000000000002f9334258a48118e2c868bd0479eb549590ade643648d803449ca 12 0.00/1.00 vMB 0
101,908 101,908 000000000002c7b820206b7e4777cf9f8226827be3b84ea1d7c0d13af6ffba28 13 0.00/1.00 vMB 0
101,907 101,907 0000000000012549ab9120e7b03269a2caad31b4507d60f95508eaf74789382a 13 0.00/1.00 vMB 0
101,906 101,906 000000000003e06e8534e443a2a21f1765fdacead574031327e62f0327ee8806 14 0.00/1.00 vMB 0
101,905 101,905 0000000000016f426acf8292cecc68f5869284903c6da34c17bdfa65c3b5f579 13 0.00/1.00 vMB 0
101,904 101,904 000000000002ce5f4208dcee662d440dfda9c47f285bea78b2e831fc6b3921dc 13 0.00/1.00 vMB 0
101,903 101,903 000000000002d0b9efb3cc436d12e154b3d0bf771513f653bf8a6ba51bad98a1 14 0.00/1.00 vMB 0
101,902 101,902 0000000000008b5a4603580cd7de12221b254b124d7b71c0b4f85a580bc6e3d0 12 0.00/1.00 vMB 0
101,901 101,901 0000000000007baea3c6cec27cb50e3ba42a3ac90694765fef4a151def198c52 14 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 767.25 GB
    • Received: 19.39 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.