Loading Tool

Explorer IconExplorer

Memory Pool

87,670 transactions
32.89 vMB
0.13908348 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 029bb5f70f6ae5fbfd155ea78d27285f573fd23034b6ba4a72e46906a4929049
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root b0d0fa38ca6a9bd0cdcde9dcd1ccf8edacebb344d429d9b6e42c641c977ec060
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,971
Size: 1.00 vMB
Total Fees: 0.05068844 BTC
Feerates: 300.16 > 5.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (297,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,248 617,248 000000000000000000115481a2769c0d8a243210adb9e35eeafff2d9817c734e 1,664 1.00/1.00 vMB 10
617,247 617,247 000000000000000000021590842d0e4f57032b4d73aed4046c3efb349ef070f6 1,984 1.00/1.00 vMB 10
617,246 617,246 00000000000000000006259ca6cad8a49d38f0e8fd48b59ed541bdfa0498cf6a 3,224 1.00/1.00 vMB 31
617,245 617,245 00000000000000000001becba932274a92006958bbc2946a08e1ffd314300c38 2,997 1.00/1.00 vMB 37
617,244 617,244 0000000000000000000b0df69852598a6b4dc6aeaa4159f85c8cb379fb7fac57 2,780 1.00/1.00 vMB 29
617,243 617,243 000000000000000000058cce40b448b5ed03ab62b3423b9d34c2389dcc131cf5 3,054 1.00/1.00 vMB 32
617,242 617,242 0000000000000000000abd0ea407461dd3b5f00a82379b660d5b5d87bc026455 2,674 1.00/1.00 vMB 26
617,241 617,241 000000000000000000102c98a90af31e30bf89e569610db203fa182e8bd42653 3,167 1.00/1.00 vMB 28
617,240 617,240 0000000000000000000983bfc9a4a1610b3f36bc10ce4396e69068728894b2c6 1,159 1.00/1.00 vMB 11
617,239 617,239 0000000000000000000852d3dca6a405dc3665bae47aa6914ff6c67925083952 2,279 1.00/1.00 vMB 22
617,238 617,238 0000000000000000001191b14b2d1a5fd3c4258edc1a8a4e366bf00145669845 2,805 1.00/1.00 vMB 25
617,237 617,237 0000000000000000000655ff5c93bc7d6a607adebf8e93d5a6a0052ccf70645a 2,431 1.00/1.00 vMB 15
617,236 617,236 000000000000000000015c82c752e57fcada4206db007b539394de58396168ce 2,450 1.00/1.00 vMB 19
617,235 617,235 0000000000000000000361ed2de656648e590ab3cd8400d4402bd1138cfdda1b 3,182 1.00/1.00 vMB 24
617,234 617,234 0000000000000000000a3ad8ff9dd1b8426936788c5a23c7ca22acf516b242db 3,225 1.00/1.00 vMB 35
617,233 617,233 00000000000000000000c5728eb084f21e380f8e2dc12280762b54fb3ef9e567 2,405 1.00/1.00 vMB 28
617,232 617,232 00000000000000000002b3d4f86166f9de05e5a7d7f3d2bc59af5a7c784759e3 3,046 1.00/1.00 vMB 40
617,231 617,231 00000000000000000009ec4a1ed71aa1457c465caf9e7c50196aaae0b7b9df6c 2,602 1.00/1.00 vMB 28
617,230 617,230 00000000000000000011d301cca354d6d6661ba36a3f385f598ba8522b158140 2,458 1.00/1.00 vMB 29
617,229 617,229 0000000000000000000b76167ad7c5a10c2189966ec21dc405fbab6a5eb0bdf4 1,949 1.00/1.00 vMB 31
617,228 617,228 0000000000000000000a0dd2c1b555cf0acf5ddf807196c8d3262cfcddae2945 2,306 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.76 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: 709.04 GB
    • Received: 16.84 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.