Loading Tool

Explorer IconExplorer

Memory Pool

79,118 transactions
30.06 vMB
0.12451291 BTC
Random Selection Loading Transactions
Max Size: 180.33/200 MB

Candidate Block

Mining Attempt 22f1485ec484a2a215285d26b1abab987c2e5b5f8c67e0f6aaea4503bb3cbe67
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root ef8173b43b1ff67d0fa39ef8200da48181298a4c02f678ce954f57387e713a38
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,747
Size: 1.00 vMB
Total Fees: 0.03853276 BTC
Feerates: 673.02 > 3.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (552,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,660 362,660 0000000000000000139de1afc5eb2a86c6abed91ad5798a255f46ec3758a2f20 1,843 0.75/1.00 vMB 36
362,659 362,659 00000000000000000bad371b9988ce371ae05bdf579a83fb0d3f053aa959fc89 177 0.25/1.00 vMB 7
362,658 362,658 000000000000000013ee9033d1099da4f7b1bb7d0d2e88263fb2efb44041f259 1,261 0.74/1.00 vMB 26
362,657 362,657 00000000000000000bdd3fa2093c86784cab4679c11751c0577963ed5835930c 1,202 0.75/1.00 vMB 23
362,656 362,656 00000000000000000f6c5d1dec3d32528715bd256db7e43fdca9d1e024d6112d 1,532 0.92/1.00 vMB 37
362,655 362,655 00000000000000000f1bbbb14c7c0bbb4ee1a90bb68f49fb0694c728b4cb482e 1,745 0.93/1.00 vMB 32
362,654 362,654 0000000000000000100e13e16e4337ac6b8a27a0b501322956e775cf4b084a63 495 0.32/1.00 vMB 19
362,653 362,653 000000000000000003cdbe26bbc5ca9a1508dc6a25a3d6f8db3b4058b050a4ba 1,362 0.74/1.00 vMB 26
362,652 362,652 00000000000000000e7d19b3ea72f7338a8c488798d4c87d21d12b71297f0304 825 0.75/1.00 vMB 12
362,651 362,651 00000000000000000f5813963c4fdf83b724c7395fd97b1b59e40bc1e279629b 2,119 0.95/1.00 vMB 34
362,650 362,650 000000000000000004cd866d36ed7ed57c30de54d035a4231a01fa8a6f9f0b54 1,340 0.75/1.00 vMB 19
362,649 362,649 000000000000000012d67dbea9003641c905ac8ebb7f0cd41a82f6b3572d24c5 1,285 0.75/1.00 vMB 25
362,648 362,648 00000000000000000bd44275acbcba71a03aa04b2c439bb50887fab855a622ea 720 0.75/1.00 vMB 18
362,647 362,647 000000000000000008e4bc87360b8a3027a3c1a9e34f00c3fbf10f6af0bcb09f 1,246 0.75/1.00 vMB 25
362,646 362,646 00000000000000000ec1f621186a86f17e55a555467822b5f64b126d91067cc4 2,635 1.00/1.00 vMB 37
362,645 362,645 0000000000000000011afd41e9a0c7f9f9225876b26516cab24ef75d72809345 594 0.16/1.00 vMB 53
362,644 362,644 00000000000000001266adbfdeff7bfe5192bd536f26bd10dbfa6163a9a43743 1 0.00/1.00 vMB 0
362,643 362,643 0000000000000000125a31c89d36a9de5b1c8efe8522a5fce639131bd079e752 2,321 0.95/1.00 vMB 35
362,642 362,642 000000000000000010236f2892fbe7aa1a99e990fd125fe4d2116c54f97cf014 163 0.08/1.00 vMB 16
362,641 362,641 000000000000000004bd811ee5aa6e95d0341bd01224dc610adb53fc27bf89ff 918 0.44/1.00 vMB 31
362,640 362,640 0000000000000000058e6910b94099f1f21f06ebc1288abb7865ee7d0f0dd0a0 919 0.43/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.