Loading Tool

Explorer IconExplorer

Memory Pool

42,364 transactions
26.20 vMB
0.05655717 BTC
Random Selection Loading Transactions
Max Size: 137.52/200 MB

Candidate Block

Mining Attempt c36aca1afd2dec8077549b0c7cccf00f1f18e5f3463f21e4f54788d8f9b55bb8
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 74ca23a0bc1f376cbbe7050faa3c31f4be9e4e1fc27698480fb9b902c4781daf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,391
Size: 1.00 vMB
Total Fees: 0.00867683 BTC
Feerates: 60.16 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (468,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,599 446,599 00000000000000000147b7aee9ce7e713724a258579d928bac991d9c8fd5a6a7 1,794 1.00/1.00 vMB 97
446,598 446,598 000000000000000001a3946aa9d53cc56ce35f853d11b1b438a52174b5b36664 2,480 1.00/1.00 vMB 82
446,597 446,597 000000000000000000e31a94d48d3dd69fd9745da697255cfa5d3417425108b2 2,081 1.00/1.00 vMB 104
446,596 446,596 0000000000000000007bb262f63e6efeb13ed953fab8b2417a3250bce1a4004a 1,827 1.00/1.00 vMB 65
446,595 446,595 0000000000000000019b88d299299aca7d89b29eb448f3692abe7195ff49ec2f 2,444 1.00/1.00 vMB 76
446,594 446,594 00000000000000000242cd72503dba6c43c72d5251b3f7e23b1b342429e025c6 2,478 1.00/1.00 vMB 108
446,593 446,593 000000000000000000e8aa666652d963084da546a9332db3d1f324d20f216490 1,943 1.00/1.00 vMB 78
446,592 446,592 0000000000000000015dcc0974a23d7e1c49fe67c7f9df205dcd80ce2bdfa02d 3,253 1.00/1.00 vMB 87
446,591 446,591 000000000000000001e029588a9188df2e745708e5c351867dbf3252b91dd00d 2,768 1.00/1.00 vMB 67
446,590 446,590 00000000000000000099dcf4b5278b4f14c90e906d4e69c4261a737d03ce2810 2,379 1.00/1.00 vMB 91
446,589 446,589 000000000000000002dab9d4233844b1cba5622df838cc5d87d4674ee56c5dd7 1,012 1.00/1.00 vMB 87
446,588 446,588 00000000000000000071a12b7ab413dee30acdd0c03d1f73639dbe90da95ae47 504 1.00/1.00 vMB 83
446,587 446,587 0000000000000000022ba3daef6d30d061bdc2c5e718fce931f2e4a2d9c5604c 2,002 1.00/1.00 vMB 102
446,586 446,586 000000000000000000a08bdb53f833f914d9e1b7fa76571de0de6b8dd2d88008 1,390 1.00/1.00 vMB 235
446,585 446,585 000000000000000000408bd89ebd487482c10a37ae15a1f67aff93fcdc8fe61c 496 0.16/1.00 vMB 210
446,584 446,584 000000000000000002f13f9d13efa858cbcb5d535a83585626991d1c544f7435 2,021 1.00/1.00 vMB 71
446,583 446,583 000000000000000001dd802f9d7a7b857d4d76536bfddfc60c11a59e4fc27172 1,636 1.00/1.00 vMB 124
446,582 446,582 000000000000000002e9a5b660ffe4f5898754f335c1720b9aba7406854506f1 1,567 1.00/1.00 vMB 120
446,581 446,581 0000000000000000030a5612c1cfbc26320728e438ad723af2e21970b4854531 2,290 1.00/1.00 vMB 171
446,580 446,580 00000000000000000058c1070320623e22f4cb03349bb8879d07ae1be57bded0 2,530 1.00/1.00 vMB 83
446,579 446,579 000000000000000000fa4052391be4de6291ea6c754c00b096e56fea64e442f6 2,648 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 782.01 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: 649.24 GB
    • Received: 13.14 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.