Loading Tool

Explorer IconExplorer

Memory Pool

42,609 transactions
29.02 vMB
0.06336677 BTC
Random Selection Loading Transactions
Max Size: 149.36/200 MB

Candidate Block

Mining Attempt c3f76c18d6cd6a91e01edd1605c1d3c6d2be21bd9ddc045f398ce033125e40ec
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ef7b983b33f789dc071953379e69b70c28010f14ed5281b3f64c87f31459655e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,571
Size: 1.00 vMB
Total Fees: 0.00681408 BTC
Feerates: 20.84 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (243,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,687 670,687 00000000000000000007987ec0e0332a76831c16627bd9296b50aefffdca8d95 790 1.00/1.00 vMB 46
670,686 670,686 0000000000000000000cc52a81d34ab893017758c8b226695b4e2cfc8a19cdf7 416 1.00/1.00 vMB 58
670,685 670,685 0000000000000000000150764acb48edf923807f401e08eaae60635ea3ebf1a4 1,986 1.00/1.00 vMB 90
670,684 670,684 00000000000000000009a774e2a85aaf69435f88a17e3bd7b2b7cd8bf52fdea6 1,890 1.00/1.00 vMB 80
670,683 670,683 0000000000000000000214c4d5a84ae6ad80ab891a82cf9728d7742f37fe3054 2,108 1.00/1.00 vMB 50
670,682 670,682 00000000000000000001d40b3bf6fe1d110123d715f2f19fb2ea05e000955599 1,734 1.00/1.00 vMB 114
670,681 670,681 00000000000000000008a99236c3ec64a062b693b6ea2544224e854e0fded2ed 1,018 1.00/1.00 vMB 38
670,680 670,680 0000000000000000000cee9f841ef46bd249fd702a121379fe9f4310e60fcb07 2,681 1.00/1.00 vMB 70
670,679 670,679 000000000000000000084947aa15d9802276d31b4aa7665bfa71a81681e839eb 1,242 1.00/1.00 vMB 23
670,678 670,678 00000000000000000007dc54cf4c9cd79a835124860952dd848b6fc52acc423d 1,899 1.00/1.00 vMB 52
670,677 670,677 000000000000000000069290b61815d29428593fbd98dc49fbca0d6a1f8e8b1c 2,399 1.00/1.00 vMB 33
670,676 670,676 00000000000000000004fdddae5923e03e5bab5d91fc7cc3d3dd7ad65a74aadd 2,055 1.00/1.00 vMB 66
670,675 670,675 0000000000000000000a2a0e7ccde9befc0a26ab34c946e59ab4abbca85e6caa 2,431 1.00/1.00 vMB 117
670,674 670,674 00000000000000000001ab3009de4d091b59dc33623c617139bd44f4ef33685d 1,606 1.00/1.00 vMB 98
670,673 670,673 000000000000000000098eac251a1616de2bf1d5e29239eee6b30f97b1f12af4 2,053 1.00/1.00 vMB 143
670,672 670,672 000000000000000000053da140594a6b90fd525b8b45a2c654b94bc9e2fce5d0 1,441 1.00/1.00 vMB 33
670,671 670,671 000000000000000000026486f6576a595941ae6fb39a8ebdc4859b78fbd364df 2,323 1.00/1.00 vMB 69
670,670 670,670 000000000000000000048054284fb9f8f2fc8db6da7761f2b9d3ed3c60cff90e 1,813 1.00/1.00 vMB 66
670,669 670,669 00000000000000000008b8d3023f589cedf786039abd53e5cd0d6b4db576245a 1,701 1.00/1.00 vMB 63
670,668 670,668 00000000000000000002d1c2ce60a7087bbc58011a8893eae25a4c1afbf63257 2,115 1.00/1.00 vMB 50
670,667 670,667 0000000000000000000c23442df5dd98ac9942963289c7b3a387893f2ef7092d 2,360 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.