Loading Tool

Explorer IconExplorer

Memory Pool

82,743 transactions
30.45 vMB
0.08157871 BTC
Random Selection Loading Transactions
Max Size: 186.80/200 MB

Candidate Block

Mining Attempt 7d615680e361958ab11b3fde871680d68b96c1bf604229de48dd7173db967560
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 9a54c4ff8383f02628a93d37e7faf8248c23a3db9453bacff9755e577ca93ba4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.01369054 BTC
Feerates: 120.52 > 1.37 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (739,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,699 175,699 00000000000008b9d61b3a3263d581f6adccc4d75fd2cef8a807e2911fcaed14 28 0.02/1.00 vMB 2
175,698 175,698 00000000000003c7bd818dc51d9a3c66fa84920205f5f6a4aec6186763861cf8 39 0.03/1.00 vMB 63
175,697 175,697 000000000000013008acff8b9c8ab4c6b7e6b8044f2aaf116de768a77d9d4a00 1 0.00/1.00 vMB 0
175,696 175,696 00000000000001f06fa3aceb6f1f63154587c39a4de9f0886f7540ff895d2390 135 0.05/1.00 vMB 354
175,695 175,695 0000000000000946a274ad79b07bc4ba31a9c2fdc41cd9c1a5971462afb49911 144 0.05/1.00 vMB 143
175,694 175,694 0000000000000176396556294bd0ddcfc7f14ab71ffe1636a3b4c26f6ccfe1c7 22 0.01/1.00 vMB 239
175,693 175,693 00000000000005fe90d160fa6a4385b10686907d4d7fb3279c538005e72893ce 19 0.01/1.00 vMB 92
175,692 175,692 00000000000002677e859f2e773a32799f38ccafad47a245fab9f241da3fe849 14 0.00/1.00 vMB 63
175,691 175,691 00000000000000d19e1756145c9c4172a0936bca75a9e1e1d463748b18d9812e 283 0.12/1.00 vMB 240
175,690 175,690 000000000000063a0541abd7d151d7238e4e18935adca9e8a8474bef59b5e992 32 0.02/1.00 vMB 201
175,689 175,689 0000000000000a56999a23548b0e2e20193f840b097166b92859add4b077d765 43 0.01/1.00 vMB 120
175,688 175,688 0000000000000488a474407dc46bcc4ea77ec33f4e416e65e397ec642b56ac42 105 0.04/1.00 vMB 190
175,687 175,687 0000000000000725e57b9e819cff558ca099be7499abe27d91f69b5805d995e3 98 0.05/1.00 vMB 88
175,686 175,686 0000000000000398716da4aecc8626e0c0ebce1ddb4028057b3e95ecba9f0a1f 53 0.02/1.00 vMB 78
175,685 175,685 00000000000009b6cced9d0137d0b56685a73e8313f95804743ca8c4213ac1ae 101 0.04/1.00 vMB 131
175,684 175,684 0000000000000a65b9bd3fcbcaa6f5ba1e1615c8e9dfcdb13007bfc5e20f2dec 129 0.05/1.00 vMB 67
175,683 175,683 0000000000000a5aea9dd62aa9072cb3b1ec903b2be699a242dbc18ba4d4206e 12 0.01/1.00 vMB 1,289
175,682 175,682 00000000000008f52c1be053947fc0f0bbf2a6439ddce8e549e9d614d6abfaaa 72 0.02/1.00 vMB 7
175,681 175,681 00000000000003b156edc63d54958eb663faa5f141e926656bb792b840839cf9 37 0.01/1.00 vMB 54
175,680 175,680 00000000000000bee92a6f1690e3ab53c48054540d8181852eb5cb34e1f3c5a0 31 0.02/1.00 vMB 632
175,679 175,679 000000000000030b2fde55a509d9fdb8e310863eb54da99f56782900065acd92 46 0.02/1.00 vMB 683
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.