Loading Tool

Explorer IconExplorer

Memory Pool

79,822 transactions
29.66 vMB
0.09755771 BTC
Random Selection Loading Transactions
Max Size: 178.69/200 MB

Candidate Block

Mining Attempt 745ed768fdf93dfdefaa4a38f83d803539b30d4731ac13a8af265632a38d7c28
Version 20000000
Previous Block 00000000000000000000a977f5834d7fca1f1b6b8e70ee339ba59bcdbf03c5f4
Merkle Root 7dd34ccfab65b434f2e2cea2351d07594e2dc72c552ba52b5dda289113579bd9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,762
Size: 1.00 vMB
Total Fees: 0.03706534 BTC
Feerates: 101.65 > 3.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,984 (458,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,698 456,698 000000000000000000044053083c98e272815fc70c4c6fb553e2513f21b619f4 2,640 1.00/1.00 vMB 120
456,697 456,697 00000000000000000009493a9f0f788910e125bbabc39edc3c5ec84b747fc146 2,498 1.00/1.00 vMB 166
456,696 456,696 00000000000000000050ee72a4df2124144bd197b49c84719b10fa4c1ebba5aa 1,506 1.00/1.00 vMB 129
456,695 456,695 00000000000000000211a3d469b50b7de06b51d761ce604c00e2cf095aa72deb 2,516 1.00/1.00 vMB 160
456,694 456,694 000000000000000001727ba36068d0bc1ad6833c7fed14b285e84e7cb0888b24 2,034 1.00/1.00 vMB 185
456,693 456,693 0000000000000000024160eb048099d0e4a78e591f71802884831a85a093bb0f 1,887 1.00/1.00 vMB 161
456,692 456,692 0000000000000000009f8b4da8bed1fd26e3a9c9d53d3f218bf101e387d31397 2,664 1.00/1.00 vMB 226
456,691 456,691 0000000000000000010abc1b4ce1f9b5c464ca675a8c62d96541b0fa2a208d5d 1,839 1.00/1.00 vMB 137
456,690 456,690 0000000000000000023d1f7d68487ba950f24b5292fecb304dcadb500cdabda7 1,909 1.00/1.00 vMB 180
456,689 456,689 000000000000000000826bf2eecbb3a04554520121214d50682311a074b6c8bf 2,014 1.00/1.00 vMB 161
456,688 456,688 000000000000000000342de99fc7172deb78eb74c2afde31f35ec905dd40da81 1,945 1.00/1.00 vMB 174
456,687 456,687 000000000000000000e58373d8a1645b7ac591528d1ab1ee1ef5a0622de52bcf 2,862 1.00/1.00 vMB 245
456,686 456,686 00000000000000000068d9942accc6cb50fab6c89035af232bd88502a9d6f81a 783 1.00/1.00 vMB 104
456,685 456,685 000000000000000001212fe20644f8fc12672ac67b6398095d25bcd641e3713c 1,931 1.00/1.00 vMB 135
456,684 456,684 000000000000000001e65cbbec04bbf2d7a8ee72fc9878cb3e1661b0bb8e7996 1,910 1.00/1.00 vMB 150
456,683 456,683 000000000000000002575ef4095467fb60a22749e71510bef4c10a6f4859f170 1,450 1.00/1.00 vMB 111
456,682 456,682 000000000000000001e54a9cf02108d7b2b2d4d72f3e483ef4021093f46a4562 2,265 1.00/1.00 vMB 161
456,681 456,681 0000000000000000004ae6b2b98d97bfecb5274c35eaf6794d091d14eef180c5 1,903 1.00/1.00 vMB 130
456,680 456,680 000000000000000000c89d90a8b9a5b846109dfe69685e8b9130bbeb590f621a 1,501 1.00/1.00 vMB 120
456,679 456,679 000000000000000002291358ba9e80dc2189ba2a42f3dbfef37084f2821a8c09 1,372 1.00/1.00 vMB 99
456,678 456,678 000000000000000002569a5878dc6765da13ca3cf4852f3d4479a86404494349 2,057 1.00/1.00 vMB 179
Previous 10 blocks ↓
Total Size: 782.36 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: 663.04 GB
    • Received: 14.89 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.