Loading Tool

Explorer IconExplorer

Memory Pool

76,088 transactions
28.79 vMB
0.07085399 BTC
Random Selection Loading Transactions
Max Size: 175.98/200 MB

Candidate Block

Mining Attempt e8de48b675afb3fe8aeaf135d75c447b9003bdb22e2eefd7ad42c24e7633156b
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 139bc025f6e9743aa217f3b1c64afbacee8bb4651383599e5ac50c654e2a051e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.00824300 BTC
Feerates: 104.17 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (141,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,725 773,725 000000000000000000028b80ecab418224c32ae18532de3a427475a23b4b6b1a 64 0.01/1.00 vMB 13
773,724 773,724 00000000000000000005d1e1cbfc947e2d0959c06a895191b9968c5ccc71eb6c 1,679 0.50/1.00 vMB 10
773,723 773,723 0000000000000000000271360c865112ac2079778dcd51a3c61491a003a2293b 1,873 0.51/1.00 vMB 10
773,722 773,722 00000000000000000006b4d8671b520ff08080b2aa6673fe869de77dcf6cb2c8 2,047 0.99/1.00 vMB 5
773,721 773,721 000000000000000000070e3315af2264e3a791c5e5de6a424b9576581f538192 1,805 1.00/1.00 vMB 6
773,720 773,720 000000000000000000034c3ea9bf7edece057e94b7c614f56a10d06bc47c00d1 2,664 1.00/1.00 vMB 14
773,719 773,719 0000000000000000000278bcd7a2f3f8d79dda901ecb56e6f3b941b72179a6e9 3,755 1.00/1.00 vMB 11
773,718 773,718 000000000000000000043ba8dff1de72d32da7d38d7bfe192ca81e9ece1b5a33 3,184 1.00/1.00 vMB 7
773,717 773,717 00000000000000000002a2f5ccf4ff37aa19f22a060efbabff9c152be67516ec 3,082 1.00/1.00 vMB 9
773,716 773,716 00000000000000000004221719d43b184c3fe86ac0af3526a1bef644f37dcd4d 2,148 1.00/1.00 vMB 6
773,715 773,715 00000000000000000005c86bbadc65b0b774635229ccd8e11abecf656e28f9a1 2,385 1.00/1.00 vMB 7
773,714 773,714 000000000000000000038facec0e1fa41fb2caa9f7ca28050ed5f0789e4c710d 2,854 1.00/1.00 vMB 12
773,713 773,713 0000000000000000000139d79fa8f17ca7690ba02286f7f9adc573080b6bf7ca 3,125 1.00/1.00 vMB 24
773,712 773,712 00000000000000000002b9084a9a75a01b1d49ecc79479acc3b5fd28461e0de4 729 0.25/1.00 vMB 8
773,711 773,711 0000000000000000000766e3511d191693f1eb4c4d4d6e6cb54b15da4a21171c 500 0.13/1.00 vMB 11
773,710 773,710 0000000000000000000710142c526c049709f82cfab0fd2a36cc8d9bbd4ec4b0 1,267 0.43/1.00 vMB 6
773,709 773,709 00000000000000000004b80232d0613d425dcfd475296639bd227126a8c519b6 2,894 1.00/1.00 vMB 13
773,708 773,708 00000000000000000003663d9783d2bdaad09442012d57b1bcf02d1d806b3ffa 2,946 0.92/1.00 vMB 9
773,707 773,707 000000000000000000008768c92e4eab4179177fe8e4848710e1758d6dee3fc5 3,178 1.00/1.00 vMB 6
773,706 773,706 000000000000000000004abb90a94d0dbaf320cf091a4151bf6c50253964c5fe 2,722 1.00/1.00 vMB 15
773,705 773,705 0000000000000000000775a4c585469606c223dd28561ec579b5ba94e75e08ea 810 0.22/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.