Loading Tool

Explorer IconExplorer

Memory Pool

42,374 transactions
29.60 vMB
0.08609652 BTC
Random Selection Loading Transactions
Max Size: 150.67/200 MB

Candidate Block

Mining Attempt 56aea14e8b239d80f9c8bdd3e584b238e53a3f248480c9facf7feae1675a687e
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root 16ba7f050f29dcced142ea1d4dae96397dc060ff4551968fb1b8d8e494b0c63b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,687
Size: 1.00 vMB
Total Fees: 0.02766627 BTC
Feerates: 150.97 > 2.77 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (861,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,797 52,797 000000000cfa41f5d314d6371d45a2119dbfa0cae68fcdbbc3aeb5a5328027e1 1 0.00/1.00 vMB 0
52,796 52,796 00000000007ac840b72c971300c2de05bac59fa1974bcf7324195e98711fedc3 1 0.00/1.00 vMB 0
52,795 52,795 000000000fca5ed5492c1bd6c740812aa3905c04a56d78411ffe32bcad6f0959 1 0.00/1.00 vMB 0
52,794 52,794 0000000015e387cde430f859c126d77a1d817c6ef475bc7de73dd030dee2dfe1 1 0.00/1.00 vMB 0
52,793 52,793 000000000c1a856e7055ad6b48072248a5588d555e0b2f752e9eaa85cbe846bb 1 0.00/1.00 vMB 0
52,792 52,792 000000000e411e3dcc44ba74e319c9fc0e9e587fb5bb1307f482475f40149c76 3 0.00/1.00 vMB 0
52,791 52,791 0000000008ff4d0dc06ec46dec8bfdd907cd42cad438b8f71b3e5cc649aea250 1 0.00/1.00 vMB 0
52,790 52,790 0000000005b0df72ca8169f927648851f0f127704dc92912f19d552a1b480828 1 0.00/1.00 vMB 0
52,789 52,789 0000000010075ba84101d6c59ac895ca3372591ee2868fb43955e772ff2987a7 1 0.00/1.00 vMB 0
52,788 52,788 00000000044a3046f7988714dea8c9a7227db23af845cb23cae9a8f6819af732 2 0.00/1.00 vMB 0
52,787 52,787 00000000008f56adcde0f7c372f25248e505e5059e7e85e7477be262710a594e 1 0.00/1.00 vMB 0
52,786 52,786 000000000e421be807a18cdb1f1e0d47fb4ac2d4c1e23426933815dfd956e6c5 1 0.00/1.00 vMB 0
52,785 52,785 0000000009af618ad2b5b95ae8c7056a15b62f41c291131ff7e5122d1e499c5c 1 0.00/1.00 vMB 0
52,784 52,784 000000000a93aaa50eac7f5790874102f845a95da89990ce9d2c89ab0d053216 1 0.00/1.00 vMB 0
52,783 52,783 0000000014b077740654f8b09634c8bd08d7e42365e20f842007601e217d47f7 1 0.00/1.00 vMB 0
52,782 52,782 0000000002dea817c8b5c0e3ebf790226402da5fc5b8566c0df37fb0f2dcd86d 1 0.00/1.00 vMB 0
52,781 52,781 0000000005d9f181b2067d57801ebcd79a916716aec5e03b116ece8718760afb 1 0.00/1.00 vMB 0
52,780 52,780 000000000433d1906266ecca2caf4928b81380f18cc59e85045f1befff0a9892 1 0.00/1.00 vMB 0
52,779 52,779 00000000163f3cac0b3e6f24cc4e06d487d63cf8d7c82491357153280cf7480f 1 0.00/1.00 vMB 0
52,778 52,778 0000000001f27ddeda2d5efb6059c73379596241eb341642b96928203dd9f258 1 0.00/1.00 vMB 0
52,777 52,777 000000000bc3cabdb9ec01cb29fe6fc789ee0c3a56e3c6ccfb3760a4af77509a 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.45 GB
    • Received: 11.66 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.