Loading Tool

Explorer IconExplorer

Memory Pool

17,442 transactions
3.90 vMB
0.01457209 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 29.21/200 MB

Candidate Block

Mining Attempt b94111465d6c53cb60bf6b0b218efaebbb237766963316c02e7b764b141f3b22
Version 20000000
Previous Block 00000000000000000000e95dc9b7debc8998f45c4859683896288d3059df60a6
Merkle Root d901b174c1745fca136fc3c128a771eb8b49b19fc8d34a7570a5290d381e0461
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 303
Size: 0.17 vMB
Total Fees: 0.00493546 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,986 (777,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,800 135,800 000000000000028b031d6a582956fb9ad96732b6ba5776a413e86765f3aa24fb 0.08 MB 165 343
135,799 135,799 00000000000008685dc1efa908da354b8aa2ffb35eda15ae1fd4258941a3db57 0.02 MB 22 292
135,798 135,798 0000000000000a68afc22c6597c5d7fad94ef41007ff179ddd96178540eeb011 0.05 MB 97 371
135,797 135,797 00000000000002ea12a2875b683fc4ac46da7abe3224c4a416e595294dc17cb9 0.01 MB 20 381
135,796 135,796 0000000000000883e316e39ff5bbf325e64125bd63f89cb49c649994b7261a96 0.05 MB 105 187
135,795 135,795 000000000000055ec8315a6de154b059f6365519da7dc56023e543541cbe41f4 0.02 MB 42 102
135,794 135,794 000000000000040290cf5f045622bb14d696ecd3b87fef6f3089f3ed4753780f 0.06 MB 97 552
135,793 135,793 0000000000000852b16faa8e4b950ec472e4144f246bf8d2641d2354e87b565c 0.00 MB 13 342
135,792 135,792 00000000000000deec779aed1d6f10982e48c5f8f41b0badea04b03f0475d058 0.05 MB 121 385
135,791 135,791 00000000000006ab7095e44cd93f2368ed94320f14f95020a4a24cfaeaf7a80d 0.01 MB 44 485
135,790 135,790 0000000000000590663f5798fc0175d7a1435ae5877f3d126d25256c4cdc7e14 0.08 MB 293 76
135,789 135,789 000000000000083042cede6d60c60c9d13738486e8533a458ff89a78cd4702eb 0.04 MB 103 162
135,788 135,788 00000000000001316e201322ed33bc13fba8858c1deed75ae36c7672a9b0e48a 0.05 MB 121 305
135,787 135,787 00000000000005d90fac30e796eb3ecef8a80d8d096a8529eba04e07373c520a 0.03 MB 83 659
135,786 135,786 00000000000007d2df9055684954a1ce4b68109a2aa137b2e0125371271ea9b3 0.05 MB 162 129
135,785 135,785 00000000000003fd675ecbd90ce8e697d7db07f63c435f42fd8faabf1a19fe64 0.07 MB 70 717
135,784 135,784 000000000000030e3ec01c167537f3d5962126cf21c5b2a81ae9f2cc81dbb037 0.06 MB 138 333
135,783 135,783 000000000000057f1c556e4c161ef2fd1063c6c380f5a5354a0acc2e31afe4b3 0.06 MB 140 313
135,782 135,782 00000000000007d030527f98d9243dcc1f259d615a6011accc0e04242cf537c6 0.03 MB 89 341
135,781 135,781 000000000000075f89cc0c18ffd04539c5d4efaca9d82225337d967c37f7a4e6 0.00 MB 12 323
135,780 135,780 0000000000000811cf5a205d14be17508615c35dbcaef149ba0c5a74bb4cce49 0.01 MB 40 601
Previous 10 blocks ↓
Total Size: 778.82 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: 362.82 GB
    • Received: 3.27 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.