Loading Tool

Explorer IconExplorer

Memory Pool

82,468 transactions
31.88 vMB
0.07746877 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt f017a24c07f53d81115482e315a611d7a0eda94e740fcc2d179716804826262e
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 309dbfe34ee86585617177c4cf49c6e4e0caa8aa3c9e4af0a1535ff4b091148b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,350
Size: 1.00 vMB
Total Fees: 0.00764122 BTC
Feerates: 146.96 > 0.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (311,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,984 603,984 0000000000000000000c721c7a30c3cc87f0063a72c08b910b9bc87ef62adc58 586 1.00/1.00 vMB 6
603,983 603,983 00000000000000000000a820a8d1de3619ac9d38e6589026589c5597240c660f 2,167 1.00/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.