Loading Tool

Explorer IconExplorer

Memory Pool

83,375 transactions
31.35 vMB
0.09719794 BTC
Random Selection Loading Transactions
Max Size: 191.07/200 MB

Candidate Block

Mining Attempt 3af4796e1e70bfc587f5ce7ac60c13a4f37955ec13e712bfa55e0b62ae341b2e
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root acae99aa16c5b7099e6b2b4e18c317437a3f8f9bea4cd0cdd0cb6ebc0c6fc2cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02516964 BTC
Feerates: 177.93 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (456,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,710 458,710 000000000000000002161d3655458ae7463ac715020064316b7a2976083a549d 2,257 1.00/1.00 vMB 187
458,709 458,709 00000000000000000137101dee1fcd6188721396541e92d8b7fb9de9ea50d636 1,011 0.64/1.00 vMB 134
458,708 458,708 000000000000000000533c50fd13da5fc8bec738d8eedc39a56cefd084295c87 654 0.63/1.00 vMB 54
458,707 458,707 0000000000000000006c0f174e766b13b7765427e760cc038fa60358f29daf6e 2,028 1.00/1.00 vMB 124
458,706 458,706 0000000000000000015c2e62047b02869aefcd8e25742519579d6a75c451de70 1,698 1.00/1.00 vMB 136
458,705 458,705 000000000000000000cc7d20dd61af6595278b923dd0577cb50eccf8892a6616 2,408 1.00/1.00 vMB 222
458,704 458,704 000000000000000000a72c94695f2dce669908972ca453e48ba4e9e903ebfdf9 2,050 1.00/1.00 vMB 113
458,703 458,703 00000000000000000227673a4e855788db0826ad49842c4f93ac833d23b09128 1,338 1.00/1.00 vMB 127
458,702 458,702 0000000000000000014328b7c5f6c1e9cad3f571ec2ed79ec024dbf364396ee8 1,646 1.00/1.00 vMB 127
458,701 458,701 00000000000000000121babe87dac4fce56f93eb1f6885aaa30c6b4bd99426ab 2,163 1.00/1.00 vMB 188
458,700 458,700 000000000000000000f70f00897990d22909b8b53043172999690a980a9f80b9 926 0.41/1.00 vMB 157
458,699 458,699 000000000000000001cdb91fc41c4ac0477f9fe085e1d97444ba2ae4b4eb2f0d 1,597 0.89/1.00 vMB 159
458,698 458,698 000000000000000000a7510be9a4ff25630896c6a80f467703573e0af3ed2775 325 0.51/1.00 vMB 22
458,697 458,697 000000000000000001a9d2ced2ce4e15e6d17b10da0ba9b4834c87baa2beeb1f 1,328 1.00/1.00 vMB 140
458,696 458,696 000000000000000000d53a51ecd11367a1cadb9ce06d705df5651656db87d8d0 1,454 1.00/1.00 vMB 70
458,695 458,695 000000000000000000dbee21a5a928c9b53f009880d92f77376fd165e26b40fc 2,147 1.00/1.00 vMB 176
458,694 458,694 0000000000000000018d332fbb23692fe67dfb941607e870116e2c4edfae668e 1,991 1.00/1.00 vMB 138
458,693 458,693 000000000000000000be4853edfb72e498884e0ad5c0ab6ec66f2b0bf456ea8e 1,815 1.00/1.00 vMB 221
458,692 458,692 0000000000000000021294d4fb50b084a8aeaf3974dfc281ca377db5d42ee198 1,360 1.00/1.00 vMB 97
458,691 458,691 0000000000000000003bfe3e833de447b616f01c9c39e0c1791c78a85ce7fcf6 1,800 1.00/1.00 vMB 133
458,690 458,690 0000000000000000015bc5167af75284fdd448770c40e7000b987988677f571b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.