Loading Tool

Explorer IconExplorer

Memory Pool

44,447 transactions
26.62 vMB
0.06232234 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 5c8072f9437ba9add2196545401fbbf821d5936f6c922793acdc09014dcb8323
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 717efd81be0a64ff82e0c3203d841d7fac5761b4e9f1b162185eb9fa3fbbaa59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,310
Size: 1.00 vMB
Total Fees: 0.01349694 BTC
Feerates: 100.36 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (329,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,797 584,797 00000000000000000017e27792cdda1b6f4e5702b1b6f22fc24e846447547960 2,600 1.00/1.00 vMB 69
584,796 584,796 0000000000000000001b7a5eb19ceed175bbaa16e544038839a640dd214bd0ba 3,052 1.00/1.00 vMB 83
584,795 584,795 0000000000000000000509ee6c8510b5c968fa9e3d946ec82d6ce1fcaffdb40f 1,376 1.00/1.00 vMB 59
584,794 584,794 000000000000000000089ea575dc358f0fc15c9d30206d50367276e05cbd1164 1,452 1.00/1.00 vMB 67
584,793 584,793 00000000000000000008d5355e383f1c2d664efcff6dd837b0ba287a3a5f5a14 2,950 1.00/1.00 vMB 89
584,792 584,792 0000000000000000000d2f1b1653f460656382baf29ba002a9e1c185b1830454 1,796 1.00/1.00 vMB 72
584,791 584,791 0000000000000000000d3ec4eab89e430d2decdeff42676437cb412bc611fe20 1,325 1.00/1.00 vMB 69
584,790 584,790 0000000000000000000082ce9c3675125c16abc8b09f4388741caf9d3d488f5e 2,427 1.00/1.00 vMB 79
584,789 584,789 0000000000000000000c4a4d22b337e718eb411b08424c62963c286a6a274c81 1,426 1.00/1.00 vMB 70
584,788 584,788 00000000000000000011686bc771e8c19b7523a3703999e654d163678d43e531 2,283 1.00/1.00 vMB 69
584,787 584,787 0000000000000000001cf80ca740b522b05de5c1bfc690332594c24a7c5387d7 2,740 1.00/1.00 vMB 97
584,786 584,786 0000000000000000001bc16819d20749c733c356390d227b53474dc1d3d38a1e 2,584 1.00/1.00 vMB 93
584,785 584,785 00000000000000000017026d4beb16f2125620a4ca6c11afa2b2712638f901db 2,572 1.00/1.00 vMB 76
584,784 584,784 0000000000000000001d5db041dd44b17c674e676feaf53fc25fc76d783dd5bb 2,698 1.00/1.00 vMB 94
584,783 584,783 0000000000000000000fbe9d4d48ad053e039957ba740e9ffee42799b2001559 2,760 1.00/1.00 vMB 92
584,782 584,782 0000000000000000001efa6f83bd1e75095a0df5b3d01f91ccdc0639a1afa8c9 2,651 1.00/1.00 vMB 88
584,781 584,781 00000000000000000003b6675b3f163b164c8c9b5260d12162665ba12f2d835b 3,093 1.00/1.00 vMB 96
584,780 584,780 00000000000000000008b0537fae16b60e67084c40e5c7aa66416b9b00caab22 2,406 1.00/1.00 vMB 77
584,779 584,779 000000000000000000125dfd6c99eeee3af74268b5e85780e03b50d175b35ff7 2,293 1.00/1.00 vMB 89
584,778 584,778 0000000000000000000f3f62df5e2aedae7fd5e121c7b5a4ce20347b8a0c6b79 1 0.00/1.00 vMB 0
584,777 584,777 00000000000000000019fb9a9250d533d9ef70fd4c93893b9467136ac9caf3e3 2,511 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.66 GB
    • Received: 12.75 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.