Loading Tool

Explorer IconExplorer

Memory Pool

43,624 transactions
28.39 vMB
0.06057497 BTC
Random Selection Loading Transactions
Max Size: 150.39/200 MB

Candidate Block

Mining Attempt b8c967a968aeeed52567f33cad6070fa122b4dc4ec11e6ec9f9ad32531ca7e4d
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root fc8b828506282762cb2bf547be312a0436ae49da2f3d74fe1dffc41fa915daae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,693
Size: 1.00 vMB
Total Fees: 0.00692701 BTC
Feerates: 100.84 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (463,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,707 451,707 000000000000000001b912e60a6cb4d5d81e8705832054b92d25f25076588332 2,390 1.00/1.00 vMB 115
451,706 451,706 000000000000000000ce8e2fc885194690f6a83db0b168eaa220f6e56937964d 1,397 1.00/1.00 vMB 62
451,705 451,705 000000000000000000f57e3cb2b55a065635a82ea6c9f61c67c5b89af98244f6 1,900 1.00/1.00 vMB 67
451,704 451,704 000000000000000001c4111d27b9dc3753364acd9c66776aec792fce0c20dfea 1,437 1.00/1.00 vMB 70
451,703 451,703 000000000000000001ea8af7c949f730cbd45b5ab3c72f8a7318d571ff832c2d 1,313 1.00/1.00 vMB 65
451,702 451,702 000000000000000000a9d25bce344e4f3f76dd4e3daab97d6ec1743fe7f0c812 1,793 1.00/1.00 vMB 92
451,701 451,701 00000000000000000139747c88e3ad00df3a44561602c4e8c93429be0eb33bf4 2,205 1.00/1.00 vMB 70
451,700 451,700 00000000000000000129e6bf849ca180c230025b804101f9506a81e7e4e6d444 2,336 1.00/1.00 vMB 114
451,699 451,699 0000000000000000003825ae4a849dffc7c79b0278f195f5c12a04c4e0644bd5 1,794 1.00/1.00 vMB 82
451,698 451,698 0000000000000000026511f6ed6bb0985f692b685fe1c94fd7595941e262257c 1,289 1.00/1.00 vMB 54
451,697 451,697 00000000000000000261527a43030138ebbf3f0a27f5ff24833e1a602f806ad2 1,359 1.00/1.00 vMB 58
451,696 451,696 0000000000000000017cad19f8cb8aac4773725cca5f22e0a55226bb5924af7e 1,454 1.00/1.00 vMB 59
451,695 451,695 0000000000000000004977a794ceccf5eaddd1589bb6b9a98aa5a2592cf1231c 2,079 1.00/1.00 vMB 55
451,694 451,694 0000000000000000007182067f09bc66983d7872351b8c385d00cccfbbf03d4c 2,521 1.00/1.00 vMB 109
451,693 451,693 0000000000000000006e1b1cd5cab85c9fe724591f99da5c420c749a0bce618d 2,417 1.00/1.00 vMB 104
451,692 451,692 000000000000000001db5b054880753f591c2936af461036a574fe9d36450d98 2,259 1.00/1.00 vMB 106
451,691 451,691 00000000000000000153d7759ab9e5bea21d6a1e59a299b59d63cd4b6d7f68ed 2,645 1.00/1.00 vMB 79
451,690 451,690 00000000000000000078edc77cb1660f67278e07489f962936706121c3b3a7d4 2,508 1.00/1.00 vMB 114
451,689 451,689 0000000000000000028599c95924fec0ec49c4d8029180016a4130fe0a812105 2,646 1.00/1.00 vMB 70
451,688 451,688 0000000000000000010d3b1cb22b412223904715660f5d309e1f08a24d90769a 2,179 1.00/1.00 vMB 115
451,687 451,687 00000000000000000079fb2ddd1392918b3495412a228bef5d15057d175f6dfa 1,712 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.13 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: 652.24 GB
    • Received: 13.74 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.