Loading Tool

Explorer IconExplorer

Memory Pool

35,097 transactions
25.72 vMB
0.08149061 BTC
Random Selection Loading Transactions
Max Size: 130.48/200 MB

Candidate Block

Mining Attempt d34a62908dbb00808700fe572c44d2196d1c003b36e11eecc3edcfe121d23211
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 8f16d25745ddbea2a8bab3ac4eac6d58cace74aa8b27ebbda34c7e8bd06c9591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,862
Size: 1.00 vMB
Total Fees: 0.02910956 BTC
Feerates: 150.71 > 2.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (869,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,792 44,792 0000000019f5c0e5285d582cd5e4c51718cf749a82d30f96b2c614343b687265 1 0.00/1.00 vMB 0
44,791 44,791 000000000132256f8f88010d7ccf17d014b63eeb5c07b5e7545c696f50c912c1 1 0.00/1.00 vMB 0
44,790 44,790 0000000013a5e86e42990df8891b96bb2f9a2cc17a540eda21481a2da9d8b556 1 0.00/1.00 vMB 0
44,789 44,789 000000002f1af7ae999f49244f7b13576264ce291ced94b3d0bfbb1589c3b329 1 0.00/1.00 vMB 0
44,788 44,788 0000000023bf6c6c48577a154097113e73d95069869aaaeee858774af54de9ad 1 0.00/1.00 vMB 0
44,787 44,787 000000001078d331f6447e0f68166022a3604fab7fc378cf9d293ca65c91e6e5 1 0.00/1.00 vMB 0
44,786 44,786 00000000030690ac7c3ac764187cf70d63b9fac617691a6cb9899c910439da90 1 0.00/1.00 vMB 0
44,785 44,785 0000000022e171b587f2372fc19b05f5087248178c2ec4145cadb59b284fb4c7 1 0.00/1.00 vMB 0
44,784 44,784 000000002ce29372a6cc19fd9683170985959db75c992eec1ff4df8bcc4524d4 1 0.00/1.00 vMB 0
44,783 44,783 0000000010c0885340de09a534517fb1c48013158a5579551367b835129f2160 1 0.00/1.00 vMB 0
44,782 44,782 0000000007e887275d642d2a1214f0d86e5c1018c34f67e7af54995382998dc4 1 0.00/1.00 vMB 0
44,781 44,781 00000000083c45201c2c4e3908bcf70ce591bd60a86c624b93ad1e144ac77eff 1 0.00/1.00 vMB 0
44,780 44,780 000000000afb0c82900ed72e72e4ce1bcc5aeb515fb2b39fcdbdc668c14026d0 1 0.00/1.00 vMB 0
44,779 44,779 0000000031679a8143e8c6cdca693c47cb744d504a6d5000b06c2fc1cf4a3d1f 1 0.00/1.00 vMB 0
44,778 44,778 000000000f680d6896a8cd20cf94d22894713f69df7b6cee2c2c17c835147348 1 0.00/1.00 vMB 0
44,777 44,777 0000000029cd124ecfca00a7c380c28613363ab3770578038d38d70ab8f835f0 1 0.00/1.00 vMB 0
44,776 44,776 00000000288cfe37f018beb921e1ec2821f87da6c9f49446846ca79e277bc1bc 1 0.00/1.00 vMB 0
44,775 44,775 0000000013c8bbc1920a925edd50be285081b3ee2c9e46e0b720b75bafcc0e44 1 0.00/1.00 vMB 0
44,774 44,774 000000002f798c54e2fb7601751175bb0e0fb27a3896fb74943a04c3307038e6 1 0.00/1.00 vMB 0
44,773 44,773 0000000008c00a6ec2d4cbfc74a7f50bca5188078626e58a7b7f17a2ed61869a 1 0.00/1.00 vMB 0
44,772 44,772 000000001ac5d9ac7cac96708be3acbae7eeb92e07ceedcdf06522c3192910ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.87 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: 642.87 GB
    • Received: 12.56 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.