Loading Tool

Explorer IconExplorer

Memory Pool

78,834 transactions
29.22 vMB
0.08489900 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 5717bcceee7b4925cf4437c43369d4b61cf2a9a105b07e80602242f454f6a6a2
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (311,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,982 603,982 000000000000000000080a438046841d406c0febd6649fa6c1d542c7a3c73d82 1,778 1.00/1.00 vMB 7
603,981 603,981 0000000000000000000a01e54a7b77ab5503282fe4a87b8fa4c624a8a621408c 2,512 1.00/1.00 vMB 22
603,980 603,980 00000000000000000004ce1c9cb1882fcb8460916df6d2bcdfcf400970fee1a7 1,609 1.00/1.00 vMB 18
603,979 603,979 00000000000000000015c5004e2d43fac2394825e7cd55fb81684ee5393a6896 2,656 1.00/1.00 vMB 19
603,978 603,978 0000000000000000000ce57d87caf2ec4281f6630deaeffcd6595cc9433b911c 2,906 1.00/1.00 vMB 12
603,977 603,977 0000000000000000000799cf3ac71a84ac020a2b692d3d00ec8d49e0fc030f96 988 1.00/1.00 vMB 13
603,976 603,976 000000000000000000005a25f4267d0d8d2065fca901b28985186688b23e2920 2,730 1.00/1.00 vMB 23
603,975 603,975 00000000000000000005eb0207234125d4d6f5fc9657d0f0f9ca1e7600db8ae4 3,022 1.00/1.00 vMB 34
603,974 603,974 000000000000000000131200c763934c061b36c4a7e0e9a29521383fc431d8f0 2,146 1.00/1.00 vMB 16
603,973 603,973 00000000000000000002d1c1ca8ef3ba63b4d05018df508a680dd5c31c64c4f2 2,927 1.00/1.00 vMB 9
603,972 603,972 00000000000000000003bde49dc21b743d17a49e8db82836fb7e454409cec915 2,633 1.00/1.00 vMB 27
603,971 603,971 0000000000000000000016d5dbd912b5b1ed3d2176ff57f2e285e6b096a66392 2,484 1.00/1.00 vMB 4
603,970 603,970 000000000000000000092397eb3c86ad514c200a3996a5224c762e66b053785a 2,083 1.00/1.00 vMB 12
603,969 603,969 0000000000000000000dfce7e13b02e0de59d5f8bdb5b0a7ef8b8bc943b0a65f 2,945 1.00/1.00 vMB 14
603,968 603,968 0000000000000000001229ad89e041d314f54637d8988eac87930c14d56795c3 2,622 1.00/1.00 vMB 27
603,967 603,967 000000000000000000017eabff0d26b6be65bfc24b6d0f843ae6078842b20351 2,726 1.00/1.00 vMB 16
603,966 603,966 0000000000000000000efcea1cc1a169955e9cf6f039ddeabfdd1da1ac6d9899 3,503 1.00/1.00 vMB 19
603,965 603,965 0000000000000000000ee40dc80e8ddd28d6389ba8dd59bb147b48d8f7a87f13 1,725 1.00/1.00 vMB 14
603,964 603,964 0000000000000000000cc742f3903cf8960ffd9c51ad17d03182bf471c59f002 1,234 1.00/1.00 vMB 12
603,963 603,963 00000000000000000004f941b4a37d7500a1c90a681ed0df9eacf845f0c40e3e 1,271 1.00/1.00 vMB 11
603,962 603,962 000000000000000000072200d4179a900d6b4ab78cd0add270a727afbf3a17f7 2,151 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.68 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: 678.89 GB
    • Received: 16.44 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.