Loading Tool

Explorer IconExplorer

Memory Pool

22,826 transactions
24.31 vMB
0.04951716 BTC
Random Selection Loading Transactions
Max Size: 116.60/200 MB

Candidate Block

Mining Attempt a827c535722ba5c2c133df92ab65f67bc6865f3fd3019da13840cccc483215a5
Version 20000000
Previous Block 0000000000000000000057958c2a91557406c241729b6f7bf90734a7be248f26
Merkle Root 8399de60f541ebcd73ca06ca5106860aa1f9603236611ec577f82c81b591c286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,818
Size: 1.00 vMB
Total Fees: 0.00618552 BTC
Feerates: 58.47 > 0.62 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,299 (869,690 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,609 44,609 000000002dd5dc7702a43f48f2e478744c5da29a250bdffc8935128a69d6694c 1 0.00/1.00 vMB 0
44,608 44,608 0000000005f534f8231b6d6d879d00bb4b57146b326de50f338d72c5e57461de 1 0.00/1.00 vMB 0
44,607 44,607 000000002364625a9106b016a51fe4889f4b79a2267c27caeea769e3c3c06a89 1 0.00/1.00 vMB 0
44,606 44,606 0000000006895e6bf3e1a1c070a7332bc5bc13ce2bccd1d809d3bb3811e665ce 1 0.00/1.00 vMB 0
44,605 44,605 000000002417cb51002c1137a177f305505f643c1a8c264a7b7fdd6e671355e3 1 0.00/1.00 vMB 0
44,604 44,604 000000001250b5b5ce7b6e13ecaf4c444039b720403ad6855dfb6101f53a608c 1 0.00/1.00 vMB 0
44,603 44,603 000000000e74d9b81b1147fcf729e64b8417a836c809aa7444cc75b37a93c649 1 0.00/1.00 vMB 0
44,602 44,602 00000000334710609eb149a3630a9d4dc3d4b63f21214e0eff7d45233d026385 1 0.00/1.00 vMB 0
44,601 44,601 0000000035843565a9a08c37df1c5cccba8e68f1cc9f681c354159c693db4df3 1 0.00/1.00 vMB 0
44,600 44,600 00000000218e53e9600a7fe16294c4a479b243d1a0d8e493655a6984c4a339bd 1 0.00/1.00 vMB 0
44,599 44,599 00000000265e107a53b07bd9f88ade6dd94435e9c0a3d8996740d06fe41181c3 1 0.00/1.00 vMB 0
44,598 44,598 0000000017c513df2c0f2e93fce4eca951b2d8952fe864ec2f1a5eb884fc3e13 1 0.00/1.00 vMB 0
44,597 44,597 000000002729b1855d7f16aa5a9799d6af0fce827b1ce7ab894740f143753196 1 0.00/1.00 vMB 0
44,596 44,596 00000000222fc9ac63fef048a105d01ca0d5400c3500908bf041d13678d3e087 1 0.00/1.00 vMB 0
44,595 44,595 0000000032170413b9744a2dd886eda1474c52fae83385cf02f5440e85359731 1 0.00/1.00 vMB 0
44,594 44,594 00000000114bbea2c8ca4c8d7c89cd63632ad73b757926c1d72e5a57e070c56a 1 0.00/1.00 vMB 0
44,593 44,593 0000000008a6e4a2e1e22d2227d8ce402d0c886d46671afddb208a073b856ec1 1 0.00/1.00 vMB 0
44,592 44,592 0000000010f7c9a4b321edbc98c20788950f8253973ea96829b2e83774c3c5a8 1 0.00/1.00 vMB 0
44,591 44,591 000000000271d0a17b252e40dbefd79c3fde162b5ba527341bb20c993e7b2ef4 1 0.00/1.00 vMB 0
44,590 44,590 000000002d864c50364155d1c3ed8f4d5068fd6b1f7be2c8155c9906506e1a7d 1 0.00/1.00 vMB 0
44,589 44,589 000000002d34111ccb3526f5d153b81cae69f7ec9e2d5fef7efa949dc41edd08 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.12 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 580.58 GB
    • Received: 8.98 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.