Loading Tool

Explorer IconExplorer

Memory Pool

29,675 transactions
18.04 vMB
0.04115259 BTC
Random Selection Loading Transactions
Max Size: 95.53/200 MB

Candidate Block

Mining Attempt 68f796b63cfeffce1b666ffe59179304ccd5487c23c2de3fdc5a13c7d02bbe71
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root a7dce68dc50eb09bca9252b82225270af2503d13d87e85ec00b84e5acac331b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,584
Size: 1.00 vMB
Total Fees: 0.00735408 BTC
Feerates: 200.82 > 0.74 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (782,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,471 131,471 0000000000001065a52901814f5151db47d335b521a822b863bf7cc6c74f175f 45 0.02/1.00 vMB 1,969
131,470 131,470 000000000000109f327df31dcc4855ff44db116ec1829bda5097d4195357f5fc 41 0.02/1.00 vMB 1,584
131,469 131,469 000000000000093e693f4bdfc4e413f48003c70f274923a7a5dacb542919954c 10 0.01/1.00 vMB 1,042
131,468 131,468 0000000000000afab5485bad2b79eb51ab734a978cd407a4a4f26003dabf7273 139 0.07/1.00 vMB 990
131,467 131,467 0000000000000f5c268ec67985d9c1b1796020efbb4a3ef2a5fb225da61c8fc2 44 0.04/1.00 vMB 838
131,466 131,466 0000000000000c0e8da9bef6886f1c282133eefe3a477eca5239fe1e6c634184 82 0.04/1.00 vMB 404
131,465 131,465 000000000000023a5d7a288a604dd9790819e6fc97009af7252f2183fa7e463b 59 0.03/1.00 vMB 947
131,464 131,464 0000000000000373a8d5f21bdf9d7ffa86b961e6d598fb2541082d29c2624b0c 13 0.00/1.00 vMB 724
131,463 131,463 00000000000002802ae5dff7f54da05966dee110423be069a42af09b1e3fddf3 145 0.05/1.00 vMB 88
131,462 131,462 0000000000000a36ce41f5908c8eb541db21a872961814e875551d9533b97479 64 0.04/1.00 vMB 953
131,461 131,461 000000000000116fd81996d7b7edbf4888d2eb154ed5b7b23504dfef9e007e2c 42 0.03/1.00 vMB 1,295
131,460 131,460 00000000000003d818f583c17c8c853430713f63a6c05f6f87c4bc44d3214d21 111 0.05/1.00 vMB 429
131,459 131,459 00000000000007f10af5957b197e2156d8f92adec4bceefb3cfd8512ff8388c1 147 0.05/1.00 vMB 290
131,458 131,458 0000000000000dd6e7bb4316259aa825669a0e0af49e38be491a35214774669a 33 0.01/1.00 vMB 992
131,457 131,457 00000000000011bf8c1228e4c31912f808deec74346b1afcc8299a1c54042822 49 0.03/1.00 vMB 927
131,456 131,456 00000000000011fe9bd7211b74fb66dae1c8c092d0bda8585c38621da5263f91 93 0.05/1.00 vMB 602
131,455 131,455 0000000000000993097e2763c4c4d4b2404fa6fdfdbc3af126db8f1635e7f42a 154 0.09/1.00 vMB 372
131,454 131,454 00000000000002c5d0b7632f3bf368e061d8679aec9adadcc303b3250668dbea 70 0.02/1.00 vMB 212
131,453 131,453 00000000000000aa6b6342f91f135cdd41eb51aca3c010fda6419a9eafe55f1f 97 0.05/1.00 vMB 223
131,452 131,452 0000000000000d5c6dd69cf8786f0d6b11591fe53d5483bb2038372a3a63a48c 81 0.05/1.00 vMB 1,068
131,451 131,451 00000000000000a6d092c510e4e2dfaa889d1319e5f7e4fa48585bab4c317ecc 19 0.01/1.00 vMB 1,886
Previous 10 blocks ↓
Total Size: 780.41 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: 526.03 GB
    • Received: 5.26 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.