Loading Tool

Explorer IconExplorer

Memory Pool

82,834 transactions
30.54 vMB
0.16055646 BTC
Random Selection Loading Transactions
Max Size: 185.32/200 MB

Candidate Block

Mining Attempt 109ef67db57d7127f574b932b8855515fada101450c4761bf8b3ce14bab74cff
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 962c9fe9985697e5f7a794de73d99a4d0fdb76079b026fdaa974b284bbb8a215
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,090
Size: 1.00 vMB
Total Fees: 0.08224681 BTC
Feerates: 111.00 > 8.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (306,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,741 608,741 0000000000000000000443d1c4ae90b38e62a5e247751f6aeac266a251b96d38 617 0.17/1.00 vMB 26
608,740 608,740 0000000000000000000c865b7cf533abaedec379dbf1c2217d20d6a055e9bf6f 2,209 0.79/1.00 vMB 11
608,739 608,739 000000000000000000011bab5210b1547ba36eebb5f2ff616d8bc51b7bd470a5 2,838 1.00/1.00 vMB 19
608,738 608,738 0000000000000000000cddcbeba92cc30d69e410b6c80d449f78b7239e8287e4 3,110 1.00/1.00 vMB 27
608,737 608,737 0000000000000000000a7e6c521311d9cc9d8192d33296157000468d13a3472c 2,659 1.00/1.00 vMB 23
608,736 608,736 00000000000000000001fa9e9a48cfd1ba9bdb9a468d73efcc28ebfc84dc060d 2,934 1.00/1.00 vMB 39
608,735 608,735 0000000000000000000102223b59a9c5168064e34b7c74bdfcde0f50a684264c 2,239 0.79/1.00 vMB 25
608,734 608,734 00000000000000000007b8462dd6390bb42207ba2920b13b4a64111e8b2b3e75 727 0.24/1.00 vMB 22
608,733 608,733 0000000000000000000e5d76e57493bb9ca94c2ca5d4916de0c51149026f7147 1,187 0.42/1.00 vMB 29
608,732 608,732 0000000000000000000d7614b95644a44c7161c74c837a42800a09a45a683274 491 0.13/1.00 vMB 24
608,731 608,731 00000000000000000010731f92a50bc2f4feee2f21ebddb892804c379fb8c45c 1,029 0.33/1.00 vMB 26
608,730 608,730 0000000000000000000e1bba19f1a2e023d9e1b566daa9da9c893e1e0460b96d 1,093 0.44/1.00 vMB 20
608,729 608,729 0000000000000000000502d6a44a5957dc3ab6c1406b744912f5b44c6bdbea06 2,853 0.98/1.00 vMB 15
608,728 608,728 0000000000000000000174df554ed792165d3f23cddf3792faae06d3a8685570 2,721 1.00/1.00 vMB 34
608,727 608,727 000000000000000000154f183df39217f749d98089172182aeeb9e9ec0697169 1,081 0.58/1.00 vMB 21
608,726 608,726 000000000000000000007ddbe1d64d8b6fceb006f6cd6528b17154aaac7da3ae 804 0.56/1.00 vMB 22
608,725 608,725 000000000000000000152ca864f1545d6c8db080f41892415b609adad855eb54 1,608 0.42/1.00 vMB 10
608,724 608,724 0000000000000000000b12f260a5fff28cac1608f74d48fdc7abff3bc82a9f07 2,492 1.00/1.00 vMB 25
608,723 608,723 0000000000000000000fc9b6af2cf248fff894ec3c35007bcd130689d9707a2f 2,229 1.00/1.00 vMB 17
608,722 608,722 0000000000000000000301d00e7d6c8088ebc8dcd8048ee4b0bdb20275168615 3,056 1.00/1.00 vMB 28
608,721 608,721 00000000000000000002397fc5ca8ad478585157e15d106c0960b29c87c7929e 1,399 0.47/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 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.91 GB
    • Received: 16.06 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.