Loading Tool

Explorer IconExplorer

Memory Pool

81,399 transactions
29.95 vMB
0.08776684 BTC
Random Selection Loading Transactions
Max Size: 180.83/200 MB

Candidate Block

Mining Attempt 5af4eb9ff5437ed4cb19c2df4b8c81cf48596757e8f3b510344661dd8af781e9
Version 20000000
Previous Block 000000000000000000000566719f650a5928fbb1a01177f015bdbcdec5c3c5bc
Merkle Root 7aa3db5a1494ad5b2e8e915a4057beaf4a0b1660cb374144703cbd4163edc5b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,625
Size: 1.00 vMB
Total Fees: 0.02661442 BTC
Feerates: 500.73 > 2.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,965 (356,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,766 558,766 000000000000000000014e77daea1aad008c8a788e121cb19ec1d6f04b4a70fc 2,836 1.00/1.00 vMB 13
558,765 558,765 0000000000000000002787b70a4165cfcc6aa57ea044833d84264553191ddf90 2,106 1.00/1.00 vMB 3
558,764 558,764 0000000000000000000afcdedda2fc10d6638e6474dcf4a661a7933afcb17c14 2,383 1.00/1.00 vMB 24
558,763 558,763 000000000000000000186b88b0e8f22d4076bce6a7f3d470518fe2360f8cdcd1 2,343 1.00/1.00 vMB 8
558,762 558,762 000000000000000000101a2b742364fab86aadfe4956e8baab10705ee9aa7631 2,670 1.00/1.00 vMB 7
558,761 558,761 0000000000000000002d41fac904b9a2e7c5f12828c1ae84d116a4833e0972d8 2,912 1.00/1.00 vMB 35
558,760 558,760 0000000000000000002a12323d7ba5b63ff4b3094740c4067b2fba2a70600ec4 2,824 1.00/1.00 vMB 23
558,759 558,759 0000000000000000002b1ee642e3192908f14e653c0a25930fc2d043c216bb2e 2,598 1.00/1.00 vMB 19
558,758 558,758 00000000000000000010cdcd3d133d74c66aa41787053e18030e219321621eea 3,033 1.00/1.00 vMB 8
558,757 558,757 0000000000000000002c804e1e28f3751a4019002e745159477f86c0a6faf291 2,631 1.00/1.00 vMB 6
558,756 558,756 0000000000000000001dc1ec339ecc9d14445fa72d6ac0d4f1483330054cd0f6 2,619 1.00/1.00 vMB 22
558,755 558,755 00000000000000000023e67efee92a56228ccbe446c2cf65ab1aeb7a0951acb9 2,859 1.00/1.00 vMB 14
558,754 558,754 00000000000000000013c14113ec4a5e594d2538bff8bef8b896286ca89dbf99 2,755 1.00/1.00 vMB 28
558,753 558,753 00000000000000000028c9d98d612426102262126353502bf723e7d1b72744fc 2,767 1.00/1.00 vMB 19
558,752 558,752 0000000000000000002c2f0f48062b42c0a05fa90d3b7b4a7843e6ec16e2c2c0 1,855 0.71/1.00 vMB 11
558,751 558,751 0000000000000000001492ae68488ccd146925a2f059dd9d4df31d4b6fe3acaa 748 0.24/1.00 vMB 14
558,750 558,750 00000000000000000021315ca6870122c8b526186f4ec53abf555877f1a50427 789 0.28/1.00 vMB 13
558,749 558,749 0000000000000000001a7a6edfedf412bd785ab7aae134cc58608ab3c45d40a9 2,829 1.00/1.00 vMB 11
558,748 558,748 00000000000000000018f5bf1aa0c158d39ce6e0124be15bb8ea1f0c7319b0ad 2,542 0.92/1.00 vMB 14
558,747 558,747 0000000000000000001ee7edd5ea6b6de18c72cc59ed8f121cfbbddc39dc5c03 1,710 0.75/1.00 vMB 12
558,746 558,746 0000000000000000002de47944600034a54f91b070e622dad39b834354d88a76 2,390 0.80/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.33 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: 660.36 GB
    • Received: 14.69 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.