Loading Tool

Explorer IconExplorer

Memory Pool

43,900 transactions
28.47 vMB
0.06172471 BTC
Random Selection Loading Transactions
Max Size: 150.88/200 MB

Candidate Block

Mining Attempt 48d5b156b970e9a29ffbe509191f99bdc0b328ecc9b8efb2c157d1fbcabbbf6e
Version 20000000
Previous Block 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725
Merkle Root 48561c845a8e8d3322257e5e240bbbcda6f802a6ebf5e6a2b2f94682a2a3e24b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,515
Size: 1.00 vMB
Total Fees: 0.00772450 BTC
Feerates: 100.84 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,851 (222,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,826 692,826 000000000000000000011e17cd2fdb96e7300aa4fbcd1f6e7670e730025b5c48 1,290 1.00/1.00 vMB 7
692,825 692,825 00000000000000000010d90a382c561f2388aa537f83d0b4f43c74631ec4d9d3 1,513 1.00/1.00 vMB 8
692,824 692,824 0000000000000000000dcf87513b2505696156409a2c8803e4d2857d6a9d7d55 1,145 1.00/1.00 vMB 2
692,823 692,823 0000000000000000000146c0e3704cd7d4b08c1b3bd49b1241c4f2ab4f1d0210 2,028 1.00/1.00 vMB 8
692,822 692,822 00000000000000000014626e6ef5b50f8acaf19c9096dad30386358ea92b7a02 1,381 1.00/1.00 vMB 4
692,821 692,821 0000000000000000001395a845ea4ee5d2c11776bdc8b0eabdff105b3d0e7755 2,749 1.00/1.00 vMB 10
692,820 692,820 00000000000000000005bddfd8c12614bcb6a6c8262dc7f0614d5031df576c4a 1,273 1.00/1.00 vMB 6
692,819 692,819 0000000000000000001062960cba1d42c2fcaeb6812639504ba14354ebf89689 3,085 1.00/1.00 vMB 10
692,818 692,818 0000000000000000000a34293e94904cf3d5cc6424d8919b4a97665e003f3b71 1,267 1.00/1.00 vMB 10
692,817 692,817 0000000000000000000e086a7bd427a7766600a51df66f18398f7ffac3c6f8a5 2,338 1.00/1.00 vMB 19
692,816 692,816 0000000000000000000ae627b81ac73a35cda098a1e0c2d91ca1c4a7705f7844 3,000 1.00/1.00 vMB 26
692,815 692,815 00000000000000000012edb859a6e6b422b54c035b8d9bce98741dcd97663084 3,270 1.00/1.00 vMB 10
692,814 692,814 00000000000000000002151e357ce30a149d69436d3b336fc8c9aa782860ab64 2,756 1.00/1.00 vMB 12
692,813 692,813 00000000000000000005923d0dac1ef62cb54126b59d133c46eb535d1155254b 867 1.00/1.00 vMB 13
692,812 692,812 000000000000000000131d69f606bbc064527d680735b7fc39ce1b70d0da97c7 1,611 1.00/1.00 vMB 12
692,811 692,811 0000000000000000000da9277158ee7174614dbdfbac38be870a0d6464a94144 2,705 1.00/1.00 vMB 20
692,810 692,810 00000000000000000006a197b49cd75eabdc5a6225f29206192f635efb623c1a 3,112 1.00/1.00 vMB 32
692,809 692,809 0000000000000000000de5ab7231cce1fb2d69954df47a67a37be2fd7ce6e6ce 2,636 1.00/1.00 vMB 10
692,808 692,808 0000000000000000001216f1c578e1ef7259a0d89c8c381cee5b5564976a0167 2,153 1.00/1.00 vMB 8
692,807 692,807 00000000000000000012db43f1e223483313caaf7c9092d8874138503151ecd1 2,683 1.00/1.00 vMB 17
692,806 692,806 000000000000000000079fdb779428d52fd992b75e754a79c3c82978276f7cdb 2,954 1.00/1.00 vMB 39
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.