Loading Tool

Explorer IconExplorer

Memory Pool

82,461 transactions
30.20 vMB
0.13738886 BTC
Random Selection Loading Transactions
Max Size: 182.49/200 MB

Candidate Block

Mining Attempt 61c3d53027ae7ed31055e102297cae4d0bfc9c709ce1644021c4cb8e1851632f
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 8a744a67b82c3096c08219e22f983a7a3e424298f15f2e1af1b19bf273cfa858
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.05693799 BTC
Feerates: 477.45 > 5.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (238,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
676,213 676,213 00000000000000000000fbb35d603721cdaf209041bad0b15836b656549f958e 779 1.00/1.00 vMB 10
676,212 676,212 00000000000000000001bd526ba9da05b02bcfad36783d098620cf177f0dd8ed 1,373 1.00/1.00 vMB 14
676,211 676,211 0000000000000000000340ff9741c25d1865d30411ead2c748292980762821c2 2,639 1.00/1.00 vMB 20
676,210 676,210 000000000000000000064c826dc8401473caa2cc556e6359a7cc97b895ad3f47 2,387 1.00/1.00 vMB 18
676,209 676,209 00000000000000000006ba9bb7e3ea23f05a69602a80de7aadbe9fdbcf76074d 2,359 1.00/1.00 vMB 44
676,208 676,208 000000000000000000005270648cc73d1cb8170f300568f8082b5fc356f875bc 2,273 1.00/1.00 vMB 50
676,207 676,207 0000000000000000000c05940103e7743d37b0b894fbdcf191e8409660930627 2,540 1.00/1.00 vMB 52
676,206 676,206 0000000000000000000cd1b9eba1871ec9cc56a801005226489d8c1745f9bc2f 1,576 1.00/1.00 vMB 83
676,205 676,205 00000000000000000007a25780176a574b6565a3411af6da4978a99b1e14461d 2,616 1.00/1.00 vMB 62
676,204 676,204 00000000000000000008f45fd378a7333706061239b65e36b64b90f302212986 2,741 1.00/1.00 vMB 65
676,203 676,203 0000000000000000000a6a6714e9d0792cb19f4b0416e38129420c9d3e3c3bc6 2,599 1.00/1.00 vMB 73
676,202 676,202 0000000000000000000cd97cf3eabaa88d2e408ca46904ba20f435082ab7e466 2,179 1.00/1.00 vMB 34
676,201 676,201 0000000000000000000c4325f715d934bb3f0b3b9d43bbbb559c90a9dc2c8f16 2,111 1.00/1.00 vMB 29
676,200 676,200 0000000000000000000924fa9d092dc9060f288e015742725e674fdbd968bed0 1,737 1.00/1.00 vMB 16
676,199 676,199 000000000000000000038a1fef7420c9f897a43eda065c02d6c05c9dcb85db01 2,347 1.00/1.00 vMB 60
676,198 676,198 0000000000000000000af1b6e4367eb4d4b21e28bcdd45002934e7b87a86e0a3 2,154 1.00/1.00 vMB 28
676,197 676,197 0000000000000000000c85e03bf9dc9ea3a60d8f6fa7e00e24a842fc93fcc9ee 2,420 1.00/1.00 vMB 30
676,196 676,196 0000000000000000000a9d8d78f8504d204625cb9370fbe0988d914092a94385 2,886 1.00/1.00 vMB 87
676,195 676,195 00000000000000000007c7e0c6b7264274be96474ae8e08a1bdbddf494332cf2 1,353 1.00/1.00 vMB 19
676,194 676,194 000000000000000000079109f3c84ed42080ca78dc5eabf67ce12e2f2f0e5450 1,204 1.00/1.00 vMB 74
676,193 676,193 00000000000000000008806dcfc0a6cc9a39cff47b85ed449742e0602eaccd49 1,212 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.