Loading Tool

Explorer IconExplorer

Memory Pool

48,486 transactions
28.28 vMB
0.09883210 BTC
Random Selection Loading Transactions
Max Size: 150.57/200 MB

Candidate Block

Mining Attempt 25dba609db0e28bf35c0e620f80119e4fbec91434d6b4950a277b5ebd22e1cd5
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 4e43c0849386bc6b281a3575a2d5e81d33cdab2048f5f4872651405aecc5ec4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.04162549 BTC
Feerates: 500.00 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (146,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
768,159 768,159 0000000000000000000154b972090e6e20ea63cc720ced2321675b66593ab2ec 2,484 1.00/1.00 vMB 16
768,158 768,158 000000000000000000058a2012ac58c013351582837ef4fd0d8d1f529636a7f1 1,030 0.32/1.00 vMB 14
768,157 768,157 00000000000000000005492cce43e47a8cd3e197b0407044cab8ea7c3f7515cf 150 0.05/1.00 vMB 21
768,156 768,156 00000000000000000007c8216f35f1cc4a4412d8b66d635226117d09510a095d 1,372 0.55/1.00 vMB 14
768,155 768,155 00000000000000000003a1b2ab8710653d26efe0b4c2a5fed8335acf54a6b365 1,197 0.45/1.00 vMB 15
768,154 768,154 000000000000000000036535f5d9eee50a5a18a85595f35d99d80b88bdb7678e 1,735 0.87/1.00 vMB 8
768,153 768,153 00000000000000000001b15cc38f0d2a52668e5ce7c34fcc1fa8cd8de438bc73 1,884 1.00/1.00 vMB 17
768,152 768,152 000000000000000000021e87dc0d4d86d88dad03a69f2cc1b8fbcb18272402f5 1,150 0.43/1.00 vMB 14
768,151 768,151 00000000000000000004e8a506ade8e934e5d96d5dfd6cc06624e26e40c6babe 1,651 0.66/1.00 vMB 15
768,150 768,150 000000000000000000056b6632316fcf1595e5f6117a2d0a56c17775fb45a283 574 0.64/1.00 vMB 9
768,149 768,149 00000000000000000007eb9b9243986c5708033bb4f6fff9de3dee114a1cddc6 179 0.05/1.00 vMB 16
768,148 768,148 000000000000000000023029fb4289ec9db06f720c0437e23a75b8c92b5f7bd3 1,359 0.50/1.00 vMB 15
768,147 768,147 00000000000000000001ac1c646e338d454912774d5f3c04b6cd1fa7cdaa2782 1,567 0.99/1.00 vMB 5
768,146 768,146 0000000000000000000798547bd6d9f41b6a936990ee03360bc1b71365366a4c 3,186 1.00/1.00 vMB 22
768,145 768,145 00000000000000000003ae3935f372dd276acd5eded020723ff1534ace799ead 582 0.16/1.00 vMB 17
768,144 768,144 000000000000000000032aab4d0ac5bb855d7177e68ce64ca5e6edb4a021be15 2,650 0.98/1.00 vMB 14
768,143 768,143 000000000000000000045d9bcd896b28467d54d6fdb302341b190ff77b603f56 597 0.38/1.00 vMB 8
768,142 768,142 00000000000000000004a49ba425cc96ce6638bb00d9f446b6f754d2bf08fef5 1,478 0.90/1.00 vMB 12
768,141 768,141 0000000000000000000612129d59b083582722e253cc4f853ccf9b9410472716 836 0.72/1.00 vMB 6
768,140 768,140 0000000000000000000436f3f7dcf4591c8fc96880d38cb0ee6edb0a146eea7a 1,502 1.00/1.00 vMB 19
768,139 768,139 00000000000000000003b11c576f7d96be0dfd55167a481352e613a4e9b6e82b 2,817 0.94/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.01 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: 649.48 GB
    • Received: 13.18 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.