Loading Tool

Explorer IconExplorer

Memory Pool

80,367 transactions
30.14 vMB
0.12318799 BTC
Random Selection Loading Transactions
Max Size: 180.82/200 MB

Candidate Block

Mining Attempt e61c859786fdb7308f380a98601025d38b96e68e15f6ae777f60a337908abdd0
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 46d96d786fcdc101bf92030fc58568a6e9f65decc4906ce425d0e12528c95167
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,268
Size: 1.00 vMB
Total Fees: 0.05444731 BTC
Feerates: 150.86 > 5.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (269,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,723 645,723 0000000000000000000b1d1cd3a176e5876cad62867fd9223a57795c89504fda 2,492 1.00/1.00 vMB 114
645,722 645,722 0000000000000000000be92d26d153d3040694f4a0f27c64d42a468b5519668a 2,899 1.00/1.00 vMB 124
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
Previous 10 blocks ↓
Total Size: 782.57 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.23 GB
    • Received: 15.88 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.