Loading Tool

Explorer IconExplorer

Memory Pool

48,788 transactions
28.27 vMB
0.08098598 BTC
Random Selection Loading Transactions
Max Size: 150.95/200 MB

Candidate Block

Mining Attempt 7cd283a32954d38335c6f89b644f1d79cfc606cc0db8a2556757242441a276c7
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 375f511bdb3005ecd05acc37ee23baa1b370218891a7d0701898514b621a879d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,135
Size: 1.00 vMB
Total Fees: 0.02692705 BTC
Feerates: 500.45 > 2.70 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (308,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,740 606,740 0000000000000000000ac01c30c217b144a926dd5623d623b9ffecc8774cab7e 2,959 1.00/1.00 vMB 22
606,739 606,739 00000000000000000000a03a4cf9f78cbb1f672471a332bf6d1a0d1e2d142dff 365 0.09/1.00 vMB 16
606,738 606,738 00000000000000000012821a2219cefbdaf156448b7e2a881c8c7b9d173b59b8 1,795 0.90/1.00 vMB 15
606,737 606,737 0000000000000000000357851a775b91022bfcffa9974e869ad2d072b3f17b5c 2,663 1.00/1.00 vMB 8
606,736 606,736 0000000000000000000f323ecdd506157508cf980513bf2d0444909923a48b3d 2,647 1.00/1.00 vMB 14
606,735 606,735 0000000000000000000696e566081f8f50969a4f72cd421eb2acf04bdf3afe99 2,766 1.00/1.00 vMB 9
606,734 606,734 0000000000000000000de01a1a78cb490ea41c154f5fd14b8215e7779ac15a6b 2,973 1.00/1.00 vMB 37
606,733 606,733 0000000000000000001053792495d32fa6faf29121ba93b455c4a1e5bab19acd 3,028 1.00/1.00 vMB 21
606,732 606,732 000000000000000000154ead93ac2076d6b40348253daa4941c49dc04726116c 2,698 1.00/1.00 vMB 21
606,731 606,731 000000000000000000023bbb739a797af7373d211b643efbef46f05911199db3 3,188 1.00/1.00 vMB 32
606,730 606,730 000000000000000000006e6e6acfc3b067901823b74134176895519d53bea8d7 3,171 1.00/1.00 vMB 9
606,729 606,729 0000000000000000000ac1ec532c36b268f4720eb9e111ca689b83edcceff652 2,427 1.00/1.00 vMB 9
606,728 606,728 0000000000000000000334b9d0a4dee902a0d3aca75382ae1502eb07a8b0f9dd 2,559 1.00/1.00 vMB 14
606,727 606,727 000000000000000000118a284d72e47d05ff8bfe3887f117b1216f8306643b4e 2,689 1.00/1.00 vMB 26
606,726 606,726 000000000000000000094f5afa62e536a099e8b8b09b0c8cd1aa868566f24836 3,228 1.00/1.00 vMB 35
606,725 606,725 0000000000000000000ae20d5aab24d6d83457f4c1a7c3b7c719579dd0d30673 2,648 1.00/1.00 vMB 16
606,724 606,724 0000000000000000000c44f84e797896aef3977e7ea1bdcfd2a36f0968c189c2 3,247 1.00/1.00 vMB 43
606,723 606,723 0000000000000000000aa54df92189ade09cdf7a4ed9677966715bb29c15a03f 2,292 1.00/1.00 vMB 13
606,722 606,722 000000000000000000155be2a2acec5422766bf4fb0920dd58d227204e2b78e4 3,107 0.99/1.00 vMB 21
606,721 606,721 000000000000000000015fce6fe59d61327ad74bea044d7759905a8852986c83 3,051 1.00/1.00 vMB 33
606,720 606,720 000000000000000000142a21d5b0105f25c9b5e47cd1aec077d5539423abbf1d 2,934 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.02 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.70 GB
    • Received: 13.21 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.