Loading Tool

Explorer IconExplorer

Memory Pool

10,007 transactions
3.19 vMB
0.09477378 BTC
Random Selection Loading Transactions
Max Size: 18.57/200 MB

Candidate Block

Mining Attempt ac705f08bd29a16ee11c3ae2bd3b7d6b8e3dde9a6a45c0b3984d486b8236d180
Version 20000000
Previous Block 00000000000000000000d63c1b608be7f434f32c2db8cdda5b36cc55a248f41a
Merkle Root bc1cfe9fe8c08068df4f65cb829e695d06ab371484ff6c6e083c9f87bea757ac
Time (UTC) ( ago)
Target 00000000000000000002068f0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,160
Size: 1.00 vMB
Total Fees: 0.05737425 BTC
Feerates: 477.45 > 5.75 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 953,137 (7,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
945,826 945,826 00000000000000000001f0d137420feb3a0148406fa369d77e65d63a92ff52b8 3,523 1.00/1.00 vMB 2
945,825 945,825 00000000000000000000f84f7a9f2f9c387de3449b05c803c7b7fc74abb9ebdd 3,912 1.00/1.00 vMB 3
945,824 945,824 00000000000000000000c5b702cd06be6a77bc66f1413c0382f1d42c411e890c 6,399 1.00/1.00 vMB 0
945,823 945,823 00000000000000000000cb54f4880c96e85818a261161fc6b0ac653ecae8ae80 5,453 1.00/1.00 vMB 1
945,822 945,822 00000000000000000001156a3022c2f8eeeb61f4c3dd115d2c4661c85e92c6d3 5,154 1.00/1.00 vMB 1
945,821 945,821 00000000000000000001ae02c14efc0e5b512246001ee33cc0842efb2ce29c2c 2,850 1.00/1.00 vMB 2
945,820 945,820 0000000000000000000072f25ee9245c3e9f7debc71e5f2ac7e8cfefcc17a476 6,194 1.00/1.00 vMB 0
945,819 945,819 000000000000000000019b7aeeb8849302b8b39b4cffc0b52cbdc022218d11c1 3,481 1.00/1.00 vMB 2
945,818 945,818 00000000000000000000b1cd42e81170bbba72b26f9883e587f01f6db5f12896 2,391 0.65/1.00 vMB 2
945,817 945,817 00000000000000000001e255ef1ba1108c913e6ce2b9635df7ca7a745eb7c4fd 4,207 1.00/1.00 vMB 2
945,816 945,816 00000000000000000001ef354a95213d069e90cf80090e05a495a9cbb11fc461 5,036 1.00/1.00 vMB 1
945,815 945,815 0000000000000000000192b1a8145c7cea90574b834886a3fd40da3768e4a835 1,743 0.46/1.00 vMB 2
945,814 945,814 000000000000000000004a49fe4703371d44fb7decda48a19433fdecb8c9518d 1,543 0.52/1.00 vMB 2
945,813 945,813 00000000000000000000b2539a69c7e554ef12649faf515876df17acb32de2d1 6,739 1.00/1.00 vMB 0
945,812 945,812 000000000000000000013c3c92754ea75516f030c4f92fbc6d586cc8c33db017 6,169 1.00/1.00 vMB 0
945,811 945,811 0000000000000000000128c559050e838f23d4a87d77d657e0cb84ebf17b49d3 5,408 1.00/1.00 vMB 0
945,810 945,810 00000000000000000001d7ce1420e6fa306835fac99d3b81fd85022521a49155 1,073 0.26/1.00 vMB 2
945,809 945,809 0000000000000000000046df302144e000241684019c8aa26cbfbc08a4a317e2 3,130 1.00/1.00 vMB 2
945,808 945,808 000000000000000000004d3899fe686326cec5e5b7831a516499d546a2bb91da 3,681 1.00/1.00 vMB 0
945,807 945,807 000000000000000000019703800118298e0e4dc333264e2cc4c8596beee3d579 6,780 1.00/1.00 vMB 0
945,806 945,806 00000000000000000000ac806d330cc0a6918827bf933b9a936997815eb6c6f0 5,544 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 850.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 1,904.38 GB
    • Received: 98.48 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.