Loading Tool

Explorer IconExplorer

Memory Pool

79,238 transactions
29.47 vMB
0.08263341 BTC
Random Selection Loading Transactions
Max Size: 178.23/200 MB

Candidate Block

Mining Attempt 59d2807f648473d3c888e07057fda9147c39e2c81aace9f1ee9e100879379d23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (502,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,525 412,525 00000000000000000590efc43e7a41fa95ca432ebd43a3a2685e108b845ae898 593 0.27/1.00 vMB 55
412,524 412,524 0000000000000000017369433743599ba9dbe122c04f1f39acb5303b8377f0df 1,051 1.00/1.00 vMB 23
412,523 412,523 00000000000000000434e8a068234942b15b365c579ca4cbc9ea28a3b3a474d4 1,591 1.00/1.00 vMB 43
412,522 412,522 00000000000000000177cfbde8f061349cd573e471882eddd3ab6ccb86f31726 1,205 1.00/1.00 vMB 45
412,521 412,521 0000000000000000058e2bafde323c02f5dc733143c0454f97e92830a951ddcc 1,364 1.00/1.00 vMB 33
412,520 412,520 0000000000000000057d608e1f6d1600b21c3e710be6b3b323b29c090f4ec09b 1,595 1.00/1.00 vMB 36
412,519 412,519 0000000000000000042b0db2318cb21bdf07a5154bc82c2535622826e44f3ac8 598 1.00/1.00 vMB 32
412,518 412,518 000000000000000001e99d4df405644515f394f11b6627a4c8b7def649bd6e9c 2,601 1.00/1.00 vMB 53
412,517 412,517 00000000000000000044406b4e12b05b39fd912513cceb6ad4225597a33f5b77 3,026 1.00/1.00 vMB 86
412,516 412,516 000000000000000000d697d315dbef297d9caac5c8d61c4afa403fe092bdd432 1,315 1.00/1.00 vMB 36
412,515 412,515 0000000000000000002b034d676343c4ed2cd158fcd0411ab78795c7ba101303 2,473 1.00/1.00 vMB 61
412,514 412,514 000000000000000000eb3c6adc72ec600e9e53eab240c622bf26c30ffcdc98f5 1,195 0.79/1.00 vMB 41
412,513 412,513 000000000000000001690d2e9ae4aa94b92bacf64d9c7ff74590638c5725be0b 298 0.19/1.00 vMB 45
412,512 412,512 00000000000000000394d0b909042d37687addc1bb19ca2bb3185f00c2688ef6 1,296 0.75/1.00 vMB 47
412,511 412,511 0000000000000000010e9bc742a5bdf39c215abf8b9a3d81f93f9c13c38fb738 2,031 0.94/1.00 vMB 48
412,510 412,510 00000000000000000260a0e59f71e5b38e0f2528205592ce247dc724e8bbb6f4 1,267 0.84/1.00 vMB 40
412,509 412,509 000000000000000000ab13e28e08bf9ba625d56ad260256b4acf7adc033f988a 1,989 1.00/1.00 vMB 37
412,508 412,508 0000000000000000033ad5236df76af29e45be5f00a11aebd28eb6bb3787bb10 1 0.00/1.00 vMB 0
412,507 412,507 0000000000000000013b7b69340b0941eaefdf19bbefdb361d99f4a72e98cee5 2,585 1.00/1.00 vMB 71
412,506 412,506 00000000000000000294920eb5bdfe6c812c1d7fa2a18302b3012eb62b419a67 1,887 1.00/1.00 vMB 40
412,505 412,505 000000000000000001f9136fd48875f0ab01b52d5ef64fa9b71dbf982dd249ee 99 0.03/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.82 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.