Loading Tool

Explorer IconExplorer

Memory Pool

82,785 transactions
30.25 vMB
0.09885756 BTC
Random Selection Loading Transactions
Max Size: 183.47/200 MB

Candidate Block

Mining Attempt 7f96a18b693d70f4aa94f29fad31cbf6ce44e3b82cff12504450fc8d0c66809b
Version 20000000
Previous Block 0000000000000000000170b6459c42e376b497e3e7853e6893087f6e06ae3df7
Merkle Root f8b2b3090f20d1492cb50d222e9046562ef86b549a18bf0d87ce22536a0c6c64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,645
Size: 1.00 vMB
Total Fees: 0.02710468 BTC
Feerates: 521.84 > 2.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,121 (333,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,247 581,247 0000000000000000000517c785704a4253724ca58a866aed3474ebf29007951b 2,712 1.00/1.00 vMB 68
581,246 581,246 0000000000000000000c539ec421838cb0e13149aa549f02303e0b18ad8b5b25 2,516 1.00/1.00 vMB 42
581,245 581,245 0000000000000000000a8721202d237170ffabf5cc850f5f89bb4d7cd295c7b9 2,391 1.00/1.00 vMB 83
581,244 581,244 000000000000000000126299061b741c590a80a12797d79139ff0ff2ff11b320 2,804 1.00/1.00 vMB 126
581,243 581,243 0000000000000000001fb4cba1d00fabd675ecba090b827fd29888d0b2021e60 2,718 1.00/1.00 vMB 84
581,242 581,242 0000000000000000000ee76da52d482367cd6fdd025757259984ce2dbec41451 2,732 1.00/1.00 vMB 66
581,241 581,241 00000000000000000006f5c063043b39090be2cf419bc6832c812cb1e6b8f4e3 2,706 1.00/1.00 vMB 88
581,240 581,240 00000000000000000023f988820203677243bc41c71a83ba1a675043cf4b300c 2,803 1.00/1.00 vMB 65
581,239 581,239 000000000000000000214f40c4ff46da2e74f9e04d722377cfad27feda37dff6 2,501 1.00/1.00 vMB 107
581,238 581,238 000000000000000000227c145a01cdd8a618ed469bf1ac5033280c4fcc3ea0bb 2,628 1.00/1.00 vMB 88
581,237 581,237 0000000000000000000b3c93b9e439d795c3a7180ab4600ebc4938f79c83e25f 2,638 1.00/1.00 vMB 127
581,236 581,236 00000000000000000020ff5f45adba6127c4c2d209103675300d5b97df346040 2,758 1.00/1.00 vMB 89
581,235 581,235 0000000000000000000e6a79748cf58a59e93dc16670614cba0f2f1c2d1ed5e6 2,995 1.00/1.00 vMB 122
581,234 581,234 000000000000000000069ce213eb08373d992ca541019a5281c374961f1a95e2 2,190 1.00/1.00 vMB 15
581,233 581,233 0000000000000000002277b989af997505849a8f0d9224a5ecbc0b0360d7a50e 1,835 1.00/1.00 vMB 25
581,232 581,232 000000000000000000133d989033239d64000c18006490cdc0a2f62b9f7b8b6a 2,426 1.00/1.00 vMB 56
581,231 581,231 0000000000000000002450cf5a968fcfd2bc4e2e388faa3a0a2257cca1d78b2b 2,458 1.00/1.00 vMB 43
581,230 581,230 000000000000000000235378e100cb76acb0a49cce1b77ea10fcf43d2ee7943b 2,458 1.00/1.00 vMB 67
581,229 581,229 00000000000000000014739a5d43f4ff06ae3480142d8fda0a4d6d91a3e07d40 2,332 1.00/1.00 vMB 76
581,228 581,228 00000000000000000015159b0d6e69e80be4a1eefa316300b409bd74cf42fee4 2,493 1.00/1.00 vMB 110
581,227 581,227 0000000000000000001b69b3fa8527ab18de44e15ee0d04a9cb598148f8ef8b8 2,484 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.60 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: 671.81 GB
    • Received: 16.02 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.