Loading Tool

Explorer IconExplorer

Memory Pool

53,740 transactions
31.13 vMB
0.16509524 BTC
Random Selection Loading Transactions
Max Size: 167.44/200 MB

Candidate Block

Mining Attempt a9740573073ebb7181e29318fa69e19ec89375e7bb35038dc3ba52c1aab9ba90
Version 20000000
Previous Block 00000000000000000001ee4aa122a84c1edba54383a46e61a1360f7651db78b5
Merkle Root 6c1a599254997c294820319c85b5a67f5f4a0da75b40054b90981ce4835ce3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.07917446 BTC
Feerates: 296.74 > 7.93 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,815 (337,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,394 577,394 00000000000000000028af4c69150f9d9b5a7f7e4d8b09170e7c55e44abdf6b8 2,700 1.00/1.00 vMB 96
577,393 577,393 0000000000000000001feb572c55d4f039e00b4cd502cf6e37c31f084aa1ee4f 2,507 1.00/1.00 vMB 135
577,392 577,392 0000000000000000002635e205c139eb9d23ededd08a0cadf7df069a2e814e63 2,930 1.00/1.00 vMB 179
577,391 577,391 0000000000000000000feafb1b3c9549d57bc0b95b036fd1ea00a7cd3279a4ed 2,395 1.00/1.00 vMB 32
577,390 577,390 00000000000000000029468277d3c1946debd4f12b1471aa8275909f0d7ecfbe 2,694 1.00/1.00 vMB 59
577,389 577,389 0000000000000000001127112b258be53f14e9ce2980e84d7628a5cf27d1a3e0 2,697 1.00/1.00 vMB 127
577,388 577,388 00000000000000000018a89f8767e9d02a2f61ea48fb45fa96503ac075903d27 2,174 1.00/1.00 vMB 66
577,387 577,387 0000000000000000000189d5bae39acc864c05e663fd41dfb93dee7745344fa4 2,386 1.00/1.00 vMB 45
577,386 577,386 000000000000000000193ad2b7a34fb651e4c319c7e978e17fe32c2e5d2b54cc 2,277 1.00/1.00 vMB 24
577,385 577,385 000000000000000000225893525bf60790bccaf64cb7e9af67fc37c4fea452cd 2,659 1.00/1.00 vMB 67
577,384 577,384 00000000000000000002cb3424eb054980400754070fa08d4d9c48a74cd08aa4 2,305 1.00/1.00 vMB 56
577,383 577,383 000000000000000000182d59f33b02fc4669284db50420affc59f50bd39968a1 2,445 1.00/1.00 vMB 67
577,382 577,382 00000000000000000013f08f118ae13bd0794ba4355e09789d92dae169e784a1 2,303 1.00/1.00 vMB 106
577,381 577,381 000000000000000000050112d8d68334fb19a0ce3ba72633e265d44ebfdd215b 2,640 1.00/1.00 vMB 91
577,380 577,380 0000000000000000000df852bb36eecd5f49bd3dd6175b4febc1928436a22953 2,524 1.00/1.00 vMB 118
577,379 577,379 0000000000000000000f4dcae6f68acd0032ab1d41dffcabcd9f874c7b6e5328 2,780 1.00/1.00 vMB 126
577,378 577,378 00000000000000000002e10c5040d890470209bc0d18ef07362e4364848a8565 2,875 1.00/1.00 vMB 157
577,377 577,377 000000000000000000199f14cc2003c965aebe679ed6f3f84499323edfae09d8 2,622 1.00/1.00 vMB 101
577,376 577,376 00000000000000000026b113c41daf55a226851bd7ba9c79fe8676a13afbf21e 3,160 1.00/1.00 vMB 110
577,375 577,375 000000000000000000051176f8e9397c9c503de50dedb2cd393f0cdecf877316 3,225 1.00/1.00 vMB 130
577,374 577,374 000000000000000000246ed4d8aa8b20ce05ac6dac29bb8abf26a8f110c5c82b 2,604 1.00/1.00 vMB 149
Previous 10 blocks ↓
Total Size: 782.06 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: 651.15 GB
    • Received: 13.44 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.