Loading Tool

Explorer IconExplorer

Memory Pool

41,026 transactions
26.33 vMB
0.05639178 BTC
Random Selection Loading Transactions
Max Size: 137.79/200 MB

Candidate Block

Mining Attempt 43c7b9ff49c018d279e623180648eca0683668909a271429cea214b58ebaf477
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root e96c7abde63947ef65928b7a7056d157dfcdf30db966f1f61d9b6784e903e622
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,601
Size: 1.00 vMB
Total Fees: 0.00813922 BTC
Feerates: 100.00 > 0.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (785,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,701 129,701 0000000000000d818aaa480a1d494bba7f1e71e6626b87238ddae86d3cd892b7 97 0.04/1.00 vMB 1,107
129,700 129,700 0000000000000e0c4963b942ee4c90ff751e5b3a5c353f8342c39cad047ff840 23 0.01/1.00 vMB 860
129,699 129,699 0000000000001860f9e1822806a2f948e669183e7772cd182d06a0292eb9b2ac 15 0.01/1.00 vMB 910
129,698 129,698 00000000000006e6b9390e0b131950949061a49f2683e41b161db993b79301b7 30 0.01/1.00 vMB 1,138
129,697 129,697 000000000000024aab45ba06706255b3b8eb15e104bd9ee2584519cd4b3fa112 170 0.05/1.00 vMB 176
129,696 129,696 00000000000001af19e7ae2de2a904d5b18bdd832593d9309419a5bc837607c0 36 0.02/1.00 vMB 1,069
129,695 129,695 0000000000000319e3101fa6be987b80a83b441d2c51a2cd41fe019f57f0d24a 13 0.00/1.00 vMB 524
129,694 129,694 000000000000080bdc7f12ab9b26e7f5e37f579a03ae9482b4672977eed1c440 45 0.02/1.00 vMB 1,241
129,693 129,693 000000000000135fb6cb50c20ac04d0b9e0078f1a3c6aaa5594711783c581a81 103 0.06/1.00 vMB 1,123
129,692 129,692 0000000000001bf14880eb7d535b9a43cca53f242515e0d5143253ecb9ce9b09 119 0.05/1.00 vMB 663
129,691 129,691 00000000000010fb8c17b79c6d1ae8de0d04bcf78ed165e6347c515eff4d80fe 26 0.01/1.00 vMB 834
129,690 129,690 00000000000000df662873b44de7f6307a6ef177042de82d739ad02436cd5307 35 0.02/1.00 vMB 960
129,689 129,689 0000000000000b43a26ada24eeff052b02e498d98796d58843219831a55479c7 23 0.02/1.00 vMB 1,220
129,688 129,688 00000000000002bde30d31d6db586a1539d2efd010c29c68d70ebd2fa0eebd5a 130 0.05/1.00 vMB 514
129,687 129,687 0000000000001538422d7d2b7bc85be215ad57ec24485fcfe816620fb6bfdb3d 68 0.03/1.00 vMB 955
129,686 129,686 00000000000004461ea6f46f99976fcb6fcb82bd24fac89e56f9d232fa783180 28 0.02/1.00 vMB 702
129,685 129,685 0000000000001b5d398ee4772b78750395b51f605bacd5a90f416058e05a568d 83 0.03/1.00 vMB 523
129,684 129,684 000000000000104f68ba7a1f96e92109fbdb380247e5ed68bc01a085bbcf3f4a 10 0.00/1.00 vMB 0
129,683 129,683 0000000000001799708bf650a6e63de0cbab637a5b553250dec01dd54b76edcb 94 0.05/1.00 vMB 450
129,682 129,682 0000000000001c1e077d5297cad173517aed7f84297d8cf15f07aaa7175b8af8 29 0.02/1.00 vMB 1,167
129,681 129,681 0000000000001c2ba2e1a89c414e7762ff44279123a747d047095d8bfcf6c699 114 0.03/1.00 vMB 430
Previous 10 blocks ↓
Total Size: 782.04 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: 650.65 GB
    • Received: 13.30 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.