Loading Tool

Explorer IconExplorer

Memory Pool

81,169 transactions
29.76 vMB
0.13890406 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 63e467c39f80c13e0f8c321cf5587dd89bf46d29c8b5605eb44903e3e6357408
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 65844af490d00f452c409aae95353fe033950efd2c1c8f3f838979398551e22d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07226803 BTC
Feerates: 101.65 > 7.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (269,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,721 645,721 0000000000000000000b4c44891c2cc4f42173614b655e2b4b1c95f026c9e3be 3,083 1.00/1.00 vMB 140
645,720 645,720 000000000000000000013abf7987cc8610ccf7390cecc59f225d90d1ff08f8ab 277 1.00/1.00 vMB 5
645,719 645,719 000000000000000000088e31ac9893c0128a85e8612e3e8bcb7fd5dc7c40c955 1,750 1.00/1.00 vMB 22
645,718 645,718 0000000000000000000da8f7cdf76003a97273377f9d905509b54d502fbfde2d 912 1.00/1.00 vMB 8
645,717 645,717 00000000000000000006c56c712c717f9a148b6d0e21eef8383b413b96aba70b 2,014 1.00/1.00 vMB 11
645,716 645,716 00000000000000000007b4263cce78fcd94792fea0b4d89d203953a29cc1d286 1,924 1.00/1.00 vMB 28
645,715 645,715 0000000000000000000edb30e11a3cc80ac512e5994a2ea8563c4d7ddb60f698 2,213 1.00/1.00 vMB 15
645,714 645,714 0000000000000000000dc93214ad94a7b7891fd8da8e9110635a1453c4139d49 2,446 1.00/1.00 vMB 83
645,713 645,713 00000000000000000004879a735574d873d9a559f3b75809734e3969710a31db 1,840 1.00/1.00 vMB 19
645,712 645,712 0000000000000000000f4fbd5fbc4fb777c4b1439bc3b7476ebdcd5ed8978796 2,905 1.00/1.00 vMB 70
645,711 645,711 0000000000000000000db8b46cfb6d01748e77b3de92c1862942aece08d6bf78 1,763 1.00/1.00 vMB 35
645,710 645,710 00000000000000000005a6d5ecb6a7a5ea8b192af2d1b6e3ca812f9b0abd334c 1,406 1.00/1.00 vMB 55
645,709 645,709 0000000000000000000c1da945daf25635ea0266ead603b8bf02bd638a8bb712 2,413 1.00/1.00 vMB 64
645,708 645,708 00000000000000000008dc1bbb66317d4b450cba9cefdadbb07766d635a1d799 1,948 1.00/1.00 vMB 43
645,707 645,707 0000000000000000000615e4f3647fb6ae843abe08eed7337a7900cc0dd5a272 2,201 1.00/1.00 vMB 56
645,706 645,706 0000000000000000000baddd33e1fd91e0952b4aebd44a2a617e530838f93659 2,564 1.00/1.00 vMB 61
645,705 645,705 000000000000000000033e3835cb50080208df23d621203b4820a65b1ae68038 2,999 1.00/1.00 vMB 91
645,704 645,704 0000000000000000000cdbbcf9220e6111ab0a24763d2860075328de6d434c5e 2,595 1.00/1.00 vMB 95
645,703 645,703 00000000000000000005893830329073863fcff81fee7f4f253c5fac8b541d77 2,058 1.00/1.00 vMB 112
645,702 645,702 00000000000000000009f10ffff24dcda67d7d4d8fe516adec18cc101546eef9 2,690 1.00/1.00 vMB 99
645,701 645,701 0000000000000000000730c74b412c4d4824634abab7a4a2a3ba51fbb3cb3627 2,465 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.