Loading Tool

Explorer IconExplorer

Memory Pool

45,351 transactions
28.74 vMB
0.12601070 BTC
Random Selection Loading Transactions
Max Size: 152.12/200 MB

Candidate Block

Mining Attempt 1d2b585925f63905fd91e42afe70b190639150cd6e5a3d86e7503142026a753b
Version 20000000
Previous Block 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718
Merkle Root aab1ebbc4a958df0ad90ebee53318c582a4b7beb72e06a3bdc145a7b9577520f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.07110162 BTC
Feerates: 101.65 > 7.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,809 (785,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
129,680 129,680 0000000000000026fd3b74e17583571846997805a361efc38da0c5dade03fa11 84 0.02/1.00 vMB 49
129,679 129,679 00000000000007bc7b345c7b4e0fa5e4915c94b197fe684897a15a9139aad6f9 15 0.00/1.00 vMB 822
129,678 129,678 00000000000015fa0ae1690ac4f9a37349f9d1737603ea9a771417887a73650e 189 0.07/1.00 vMB 1,195
129,677 129,677 00000000000004738b07a4020890aba81b5b924fd53cde0700d2a9ebf9cd3025 16 0.00/1.00 vMB 3,239
129,676 129,676 0000000000000937b362c8a8a1e0b511289fce50ba379150ebc641c58f8be38a 83 0.04/1.00 vMB 665
129,675 129,675 00000000000016b2a17f9fccb99b0b6830a88c4c8773b8b5a8b918e2adf48a21 19 0.01/1.00 vMB 1,471
129,674 129,674 00000000000002afb5674ea37bd25cd0de09e7256b4d3f55921b11b8f888e5f8 76 0.04/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.89 GB
    • Received: 13.34 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.