Loading Tool

Explorer IconExplorer

Memory Pool

74,290 transactions
28.80 vMB
0.08235436 BTC
Random Selection Loading Transactions
Max Size: 170.17/200 MB

Candidate Block

Mining Attempt a25c6248000afb4ec8cecdbaec4aea27628b71bc63bb727e9a4946626bf0c772
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 777037bdce8fa956b4f9509112858025080c2c7c85bec3dc2733562c28be0ba2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,327
Size: 1.00 vMB
Total Fees: 0.02340392 BTC
Feerates: 150.36 > 2.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (173,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,408 741,408 000000000000000000069bab35ef858460f48c6aa1f0eed948f2181ffde196d7 1,290 0.52/1.00 vMB 15
741,407 741,407 000000000000000000082b04b8e3ad033216d466e284314662a147dcc898e8d7 778 0.66/1.00 vMB 8
741,406 741,406 00000000000000000006132e3584cb7c15d8b7e4704b924844ba95a0a4f5a361 125 0.14/1.00 vMB 7
741,405 741,405 000000000000000000015e715f2a2d2bf91fbbe4f4342399013cf340fc292b4a 1,164 0.85/1.00 vMB 10
741,404 741,404 00000000000000000008600d698eb5736588b97c2d0d4015fbaba51863aebe81 294 0.31/1.00 vMB 15
741,403 741,403 0000000000000000000357954a96e603efa51a9b9a067989c4457651ce4dc627 511 0.68/1.00 vMB 12
741,402 741,402 00000000000000000001c7d060e9b5435f06d469223801d50936fce706fc3e34 275 0.10/1.00 vMB 14
741,401 741,401 000000000000000000085911d83f318648c391b2d6e2e70a0e13880b731ed9a3 198 0.06/1.00 vMB 15
741,400 741,400 000000000000000000033e828a93ff65245ca67611a9966df612a468abde54ad 173 0.05/1.00 vMB 17
741,399 741,399 00000000000000000004b36f208783265d14b8f7cee4bc7dfa13796885e89b54 175 0.07/1.00 vMB 11
741,398 741,398 00000000000000000003897559cd8ce16e29ce5a74f07effb41b928324cf9d79 2,154 0.88/1.00 vMB 8
741,397 741,397 00000000000000000001330d91c273ed9666ab86e0f79249b5810cb7317fab38 2,816 1.00/1.00 vMB 23
741,396 741,396 00000000000000000000293d370a03c22dd9678115304c77a538a186b6b8b136 39 0.01/1.00 vMB 27
741,395 741,395 000000000000000000029dbb20d6fb03754af1383e4f6e18515414e5db4d6d09 931 0.37/1.00 vMB 16
741,394 741,394 000000000000000000006c1f14abc494e62ed810a5c6eb6bf80bbff4ad77e905 873 0.35/1.00 vMB 14
741,393 741,393 00000000000000000003d1a1c8df19bc434df754fabd49e88cc39c1ba9079bc3 1,193 0.81/1.00 vMB 9
741,392 741,392 00000000000000000005e0387301fd094f3002f6d2fa28fcef23881aa1866213 1,389 0.99/1.00 vMB 12
741,391 741,391 000000000000000000080391386ca1d41a310c7470209e3fcfdb5491174ee059 553 0.54/1.00 vMB 8
741,390 741,390 00000000000000000007ede2eb60c13e0c192d8ec748af85e7cec1b2f7402970 566 0.24/1.00 vMB 12
741,389 741,389 00000000000000000000248ba333aa3c60e6b7ed7ca67c797b7b33e0ffedaa25 141 0.04/1.00 vMB 19
741,388 741,388 000000000000000000040f4dd6b71dc46ac27889da06f7420fd7985f22cbed0f 1,264 0.95/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.48 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: 668.19 GB
    • Received: 15.42 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.