Loading Tool

Explorer IconExplorer

Memory Pool

75,909 transactions
28.06 vMB
0.08843570 BTC
Random Selection Loading Transactions
Max Size: 170.69/200 MB

Candidate Block

Mining Attempt 76d108b277ede3c7bca65164399035d5fec9892263be60fad0c01c64e09b3a58
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root e3446f25cf6d2e4be1bba771b473148e260d913880706cf63e896fee45fec5f0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,165
Size: 1.00 vMB
Total Fees: 0.02810544 BTC
Feerates: 118.43 > 2.82 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (474,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,474 440,474 0000000000000000007f9413cfee8b16c961076a175b82c03e6c51a2848d3c37 2,063 1.00/1.00 vMB 83
440,473 440,473 00000000000000000310861d4bb2ca44199935e62018aa5696f8cc2d579a2a38 476 1.00/1.00 vMB 25
440,472 440,472 000000000000000003c88a5967d35424e378f3fe3f1566c4af47493d51fd52e5 1,378 1.00/1.00 vMB 40
440,471 440,471 00000000000000000334796b6c4450369e56db91be0af7376dad40d7b3469ee8 2,179 1.00/1.00 vMB 88
440,470 440,470 000000000000000001b4c0e3fd2bd37329c5795eb46f40b48c2584df3f73ecad 2,027 1.00/1.00 vMB 69
440,469 440,469 000000000000000002fe2614356b077e084c916d809d2c8d388e3c79d7671f2b 1,809 1.00/1.00 vMB 103
440,468 440,468 000000000000000001ea2992ff35fab2ab867efee8d62d34a8c3a5359aea408b 2,349 1.00/1.00 vMB 76
440,467 440,467 000000000000000003ddd3ff219fb6ecd4806dc3c0454fd275dd15ca3ebabc8d 2,290 1.00/1.00 vMB 105
440,466 440,466 0000000000000000034141dd12ec594bd64a11694827c88bf9bb24984bb34028 2,925 1.00/1.00 vMB 113
440,465 440,465 0000000000000000014600524da3969f62aec96bcc4dc482960a475150b22f36 2,110 1.00/1.00 vMB 85
440,464 440,464 0000000000000000017dc1f20037c31c62202d9978a0c28ddf3adbd6e742ab9e 2,528 1.00/1.00 vMB 129
440,463 440,463 000000000000000001f1fad423b495a625edc545686695d1096ca63ef23f7f34 1,725 1.00/1.00 vMB 86
440,462 440,462 0000000000000000037aa0f7315b47f93f6ae6fb66ff88fde0a9f2a233a2190d 2,243 1.00/1.00 vMB 74
440,461 440,461 000000000000000000760558153935da4766653d38e3f2387f39bf96cd614703 3,009 1.00/1.00 vMB 137
440,460 440,460 00000000000000000132e956a8716cf053fe07c7d0052a7c1f8030fd3506a4bc 1,894 1.00/1.00 vMB 62
440,459 440,459 00000000000000000180fc098e5a9f0f7f53803b761e1832a013be1e2709a977 2,929 1.00/1.00 vMB 88
440,458 440,458 0000000000000000014949ce9e4d5f5b00cec32bc6e41b06684be84e7203e18c 1,759 1.00/1.00 vMB 57
440,457 440,457 000000000000000002ada475fda1f7545c65192ea393fabbf81d83ba8e1db98f 2,235 1.00/1.00 vMB 100
440,456 440,456 00000000000000000235877c9c1e6679e9adaa4c74ceca3984de85c442b18edf 2,467 1.00/1.00 vMB 148
440,455 440,455 0000000000000000030061525b3cddef231430f03cbd4a3922dcc8b7fbfea1bf 1,938 1.00/1.00 vMB 61
440,454 440,454 000000000000000003e4dcb8ba27c1e1c8d84c146c5efaefe26601257186937a 1,560 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.