Loading Tool

Explorer IconExplorer

Memory Pool

80,278 transactions
30.51 vMB
0.08491932 BTC
Random Selection Loading Transactions
Max Size: 185.71/200 MB

Candidate Block

Mining Attempt 5bb3c006d730557dc0717d957893dde16c5317694e4fa4af9331081cd4d9c989
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 143dc42b9635b5e1e38880eb84b21906ceae0ca6de2956c8cb0331e1dc84cba0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,898
Size: 1.00 vMB
Total Fees: 0.01641229 BTC
Feerates: 150.77 > 1.64 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (492,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,918 422,918 0000000000000000003da690cc7bba78e89fb945f639ecceb740ea8186137cd2 1,589 1.00/1.00 vMB 78
422,917 422,917 00000000000000000195fd92a3b0ee7dd2bb8e71e82cca85b7003e50701c18d9 1,311 1.00/1.00 vMB 84
422,916 422,916 0000000000000000012fa01287794d604b004bd81a252a3f6d0c09b854e5c738 1,615 1.00/1.00 vMB 66
422,915 422,915 00000000000000000406cf09eec0fbe8e7fc87e49f6e0312ad90301775a2f838 2,381 1.00/1.00 vMB 65
422,914 422,914 00000000000000000512864738581bb4cec024219806fc8c1790269bd09a2d91 1,653 0.75/1.00 vMB 44
422,913 422,913 000000000000000003f08317751d9339fe448e97860ec952871363b69bfe90b8 2,315 1.00/1.00 vMB 59
422,912 422,912 0000000000000000036721f4b05f491ace45b71560319abc0536fd690a483a8a 2,480 1.00/1.00 vMB 80
422,911 422,911 0000000000000000007b88c9af507a55cf9a021817c6f3e3f0a1daadde07136f 2,510 1.00/1.00 vMB 125
422,910 422,910 000000000000000000a85f11b311e2b6c7389750814312b710347f627b69d78d 2,290 1.00/1.00 vMB 73
422,909 422,909 000000000000000000ea63a4a7cae7b0b7da6aafabd90d5b7c98b51c150b10f9 1,732 1.00/1.00 vMB 31
422,908 422,908 0000000000000000015dfb7918b7db51fbfc22f19691b3301faccb1c413ed70a 684 0.91/1.00 vMB 39
422,907 422,907 0000000000000000043bdeabcb79b518b7b9726cfcdc4fd66407e48fdf1c8f78 759 1.00/1.00 vMB 36
422,906 422,906 000000000000000004678519d2be063a5ae84e2bb444cfa6bf4726b1e6411eaf 847 1.00/1.00 vMB 37
422,905 422,905 000000000000000003c92bd9d038cd6c5c62befce5973e69f0eccc686c11c039 1,127 0.47/1.00 vMB 74
422,904 422,904 00000000000000000076319a9cb7f8dadfa69ccb3a7fa0e96c1772d2c060f5d2 637 1.00/1.00 vMB 33
422,903 422,903 000000000000000000b05c84116312c18a104aa10c26ed27696eec6e1fb82f14 1,127 0.55/1.00 vMB 34
422,902 422,902 000000000000000000f1f4a244078adc214312e64dac9c5a20c8eb9734e9413a 2,342 1.00/1.00 vMB 62
422,901 422,901 000000000000000000d66426fc65ab07f1a1be9b62665c49182fc5896c1970da 2,664 0.99/1.00 vMB 102
422,900 422,900 000000000000000001d309b94f5c95c87e6e6292cbd281ff34addb4ac52fc5bd 2,454 1.00/1.00 vMB 58
422,899 422,899 000000000000000004430504e4200a7eaadefdc55168d68166cdb312fab525ec 2,953 1.00/1.00 vMB 103
422,898 422,898 000000000000000003ce735190c463c9f61cfc5ac9d9d76f1d3de45072fd7f57 2,511 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.04 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: 719.98 GB
    • Received: 18.14 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.