Loading Tool

Explorer IconExplorer

Memory Pool

73,588 transactions
28.32 vMB
0.07556784 BTC
Random Selection Loading Transactions
Max Size: 167.58/200 MB

Candidate Block

Mining Attempt fa86ad0b80f8d3b485f8ec4bdc3d7b0fbecfa4eacb32c009ed942f701c887d74
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root dc7de430e4f1d970c91fdfcea55b023bfcb1efa95405ac0fbea11b5873935beb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01882265 BTC
Feerates: 150.86 > 1.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (337,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,542 577,542 00000000000000000001ce4ba09c1b82972add7c643be0980f885ccfbf0257c5 2,298 1.00/1.00 vMB 77
577,541 577,541 000000000000000000046c59a25b85782fc78bb7838a32315fd91f0b79341959 2,326 1.00/1.00 vMB 108
577,540 577,540 000000000000000000055f3d2a536781d22be4f7baa509330f60ee726b332705 2,815 1.00/1.00 vMB 147
577,539 577,539 0000000000000000001ddafb9fa140cdb724e659c4b0492a318a7cff6c0a6f2d 2,869 1.00/1.00 vMB 125
577,538 577,538 00000000000000000007d0a09fd100e79d95e5af3310bd4398d5e75cba5967b2 2,759 1.00/1.00 vMB 123
577,537 577,537 00000000000000000011485735f183ca918fe66aba1d00528ca10f6ace910c6e 2,776 1.00/1.00 vMB 144
577,536 577,536 0000000000000000002089ad74f85f0c9f8e6daa4aa4e03bd2b68223dc22af61 2,750 1.00/1.00 vMB 137
577,535 577,535 0000000000000000001740d99c61866e456a2bb9b07696fc3a6b7dcf48c57272 2,491 1.00/1.00 vMB 147
577,534 577,534 00000000000000000021426509374c76182451db4bf01f845488ffe2f3c789b4 2,568 1.00/1.00 vMB 161
577,533 577,533 000000000000000000195781eb92fb622f72c1b9d27699cb963bdda3603ead5b 2,473 1.00/1.00 vMB 152
577,532 577,532 0000000000000000000e5c134fd000255ee40811bdf69a47c7a88e66e134811a 2,800 1.00/1.00 vMB 145
577,531 577,531 0000000000000000002745fd919468158456436b0b7195dda17207ea0cbd1787 1,717 1.00/1.00 vMB 109
577,530 577,530 0000000000000000001f2becb3b55a401ed32a37338ceb2066366a776f83793f 2,421 1.00/1.00 vMB 146
577,529 577,529 0000000000000000001bea833a6a053374f77c2ffe743f43f82e8a3c1952d50f 1,865 1.00/1.00 vMB 140
577,528 577,528 000000000000000000208bd9a799db22ce2b49901d54417d952dbf8e6010ffbd 1,751 1.00/1.00 vMB 113
577,527 577,527 0000000000000000000f3987c6cb4c91cb3b780760a0ea7c884b05bb52a46cdc 3,044 1.00/1.00 vMB 125
577,526 577,526 0000000000000000001ca3fd47c385c40494dd80f1fd32b7a00be11e44ff9c07 2,750 1.00/1.00 vMB 160
577,525 577,525 0000000000000000000f5884407581253bffd6b6c9007f5da15dd1cf5b478203 2,164 1.00/1.00 vMB 145
577,524 577,524 0000000000000000000c2040b253224853c837b7c73e63035d29deaaf48fb380 2,894 1.00/1.00 vMB 163
577,523 577,523 00000000000000000029b8b12c038dec2cd4aa5d50f36f3b1720dd2ccf77bd90 2,440 1.00/1.00 vMB 160
577,522 577,522 0000000000000000001675d20dba104e08f4802779e26be7c21bbc2480963069 3,005 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.45 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: 666.82 GB
    • Received: 15.22 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.