Loading Tool

Explorer IconExplorer

Memory Pool

83,226 transactions
31.63 vMB
0.12498461 BTC
Random Selection Loading Transactions
Max Size: 191.14/200 MB

Candidate Block

Mining Attempt 29fd083ee801774c3dd72cf8fcd6c8b17173f08b62c60484286883152baba2f1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root f071171a732d5e211e2a6df5a2816483d8f9afb45d09a3922de6d964cc47301a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,147
Size: 1.00 vMB
Total Fees: 0.04146868 BTC
Feerates: 803.65 > 4.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (473,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,632 441,632 000000000000000001e1b0b3eb9f1ebd4d7ec9bfd7e99f91456d9790ff2869c5 2,617 1.00/1.00 vMB 117
441,631 441,631 000000000000000002b09fd8c6807006b21faa20f87e2cdd85dd08a211fa5629 2,175 1.00/1.00 vMB 74
441,630 441,630 000000000000000002fbb7c58dbae81b8783c38051834b8b04ab1d6cb15ca0ec 2,393 1.00/1.00 vMB 91
441,629 441,629 000000000000000000c06c53d1c975feae8461437f613414452e00f7a1e0c33e 1,602 1.00/1.00 vMB 73
441,628 441,628 000000000000000002b857396db032d1f0cae232c25cc4455535de9628fde3f2 1,682 1.00/1.00 vMB 51
441,627 441,627 00000000000000000134de256188ba852e8cd1cf7de2abfb5230e96e49a39c2e 2,105 1.00/1.00 vMB 60
441,626 441,626 00000000000000000369160982708d19ad2f6c2a9bbb37e46fe75dc542709595 2,211 1.00/1.00 vMB 101
441,625 441,625 0000000000000000005f34f65d6841d7e15f1509d82154ab9181f6f18025d323 2,238 1.00/1.00 vMB 76
441,624 441,624 000000000000000000fd17aab1a9890b079d5dac8276a8cf818b222ef4e5378a 2,456 1.00/1.00 vMB 64
441,623 441,623 000000000000000003bec74c0a6622187c7b06cbf240f4d5aca53561d2926f14 2,122 1.00/1.00 vMB 65
441,622 441,622 000000000000000003a97d072d08290b3e00e78247be07810935571421a5ac18 2,270 1.00/1.00 vMB 77
441,621 441,621 000000000000000000bcee2d3e85e4de20b6be1eb02ce2e803ead861d19c1634 2,120 1.00/1.00 vMB 71
441,620 441,620 00000000000000000102660bbac4e505e1a915e805633795de40daa2bdbd6601 2,565 1.00/1.00 vMB 87
441,619 441,619 000000000000000002a21179b148a5a1613e34b703ef0266e2a10ed3d5480f33 2,001 1.00/1.00 vMB 80
441,618 441,618 0000000000000000002027524d12dfc720fd76e55c96a95752145867883fbe69 2,993 1.00/1.00 vMB 107
441,617 441,617 000000000000000002ceb16d99c11242e06e1201af64e326cb5c1207f3ed956d 2,045 1.00/1.00 vMB 118
441,616 441,616 000000000000000001657e8aa186eb6a8d30c0a02c0b47f4e3433744c9e067a7 2,439 1.00/1.00 vMB 94
441,615 441,615 000000000000000000a4b681878983991b4da37ca77b3b8d849d98b0ec8d841b 796 1.00/1.00 vMB 63
441,614 441,614 0000000000000000030b1884f3035a52bb37e46c9bfb8ee10d1ed54379126673 1,452 1.00/1.00 vMB 69
441,613 441,613 000000000000000003510c3ae87e341e3ac9d9e61647d6eb38ca0bbd0348a1f6 2,338 0.99/1.00 vMB 68
441,612 441,612 0000000000000000010e43011b1b7c7e098fa27218d9d4c0321551cc101ab624 2,033 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.00 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: 718.68 GB
    • Received: 17.93 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.