Loading Tool

Explorer IconExplorer

Memory Pool

84,482 transactions
32.63 vMB
0.09833085 BTC
Random Selection Loading Transactions
Max Size: 197.80/200 MB

Candidate Block

Mining Attempt c6e9ce6c31f66c82b38b1d4385979ffe836ab1f86c8f5b46aea2b8a52791608f
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 3ee4c0d0d5d8e1698701143b99e40f6c3c804031ee23c761dc914430794101f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.02609023 BTC
Feerates: 223.65 > 2.61 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (322,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
592,381 592,381 00000000000000000009958c74096af2e0dc55e8394fe99b4ccd817ac5a81749 2,535 1.00/1.00 vMB 19
592,380 592,380 0000000000000000000756a1251c2eca604d65746ef8857293c23e1d272b678f 2,781 1.00/1.00 vMB 42
592,379 592,379 0000000000000000000684c41a26701a3da7683181a257e35bc7fd1545791e8a 2,164 1.00/1.00 vMB 41
592,378 592,378 0000000000000000000fd4f19aab6d9506de170da8e5d4f000e4272eba076f66 1,929 0.68/1.00 vMB 25
592,377 592,377 00000000000000000014284d809c14cc4aab30973e3d90bae65c67b424b58fef 927 0.32/1.00 vMB 4
592,376 592,376 0000000000000000000505061c874a6e1ade62b3364bc76fc6310f7e3bf7e3c7 2,701 1.00/1.00 vMB 14
592,375 592,375 0000000000000000000fb5b73d87572f7932f2a6981a52d5ec91779450099a5b 3,029 1.00/1.00 vMB 41
592,374 592,374 0000000000000000000b4da751828916c21a0a1a4db10bea13d43dc1c4db86c7 1,443 0.55/1.00 vMB 26
592,373 592,373 00000000000000000007fc89154aa3a1e352ab03ff48141a6ba9f4da18d962e6 1,667 0.66/1.00 vMB 2
592,372 592,372 000000000000000000044e381dcf89d2f124abfc440ff850c33db7778b301f64 3,239 1.00/1.00 vMB 23
592,371 592,371 0000000000000000000ff43c2e59e853f32e2f2198cd6b0f48aa4a2ab370a06e 1,650 1.00/1.00 vMB 20
592,370 592,370 0000000000000000001741f5b23bb8abf61be04f327312c8a59a0aa2b145f9e1 2,712 1.00/1.00 vMB 48
592,369 592,369 000000000000000000147ea9b9e8a5df583ffdad232fd5c92c3ee08effef34c3 1,444 0.49/1.00 vMB 23
592,368 592,368 000000000000000000150b629a4413bb789356fcd91f5be851cdef39c75866bf 1,134 0.36/1.00 vMB 23
592,367 592,367 0000000000000000000328946237adfb0049ceca014f46f6ff262fcbd7737127 2,731 0.87/1.00 vMB 15
592,366 592,366 0000000000000000000c3b6ef7b4cc8bdc240e40e83c5f5a5967bf7f8697c8b3 2,004 0.61/1.00 vMB 20
592,365 592,365 0000000000000000000febc49fd4cd379db530fc5528bcc916f9c6bc2107048e 416 0.12/1.00 vMB 27
592,364 592,364 0000000000000000001068d8a4cbf6b014951535f38f394d63ca5fb075f0d9f6 834 0.30/1.00 vMB 23
592,363 592,363 00000000000000000005bf7bcdbed34b7307933210a4d2a59cd96418c7bda07f 3,280 1.00/1.00 vMB 22
592,362 592,362 000000000000000000167f8d8e7ecdc098bb09b76792012b3f078b7d3f44649a 590 0.21/1.00 vMB 18
592,361 592,361 0000000000000000000cbb133ba766fda484198969d7dd43e93e633da715fd9b 384 0.16/1.00 vMB 17
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.02 GB
    • Received: 16.82 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.