Loading Tool

Explorer IconExplorer

Memory Pool

82,728 transactions
30.75 vMB
0.08630150 BTC
Random Selection Loading Transactions
Max Size: 185.49/200 MB

Candidate Block

Mining Attempt c6bca7f85064198eef8a444f9ad28f8301403562ddeeb26ee7101ace14b8c9fb
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root f6faf3c89f1e661156a224d26c8e5f74aaa4aa05f7c6702c1f154c3a031114c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,549
Size: 1.00 vMB
Total Fees: 0.02090109 BTC
Feerates: 73.20 > 2.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (58 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,916 914,916 00000000000000000001e6d808f1df5868288ff1a6cf1119f57aecd8b6a1c77a 3,662 1.00/1.00 vMB 2
914,915 914,915 00000000000000000001994882487e351febb51281fc30d3f9402f5efdddf083 568 0.13/1.00 vMB 2
914,914 914,914 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb 3,015 0.96/1.00 vMB 1
914,913 914,913 000000000000000000015fe54d703480c778f5e8c27a53d251a583c6e5acb2b6 3,037 1.00/1.00 vMB 4
914,912 914,912 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0 5,057 1.00/1.00 vMB 1
914,911 914,911 000000000000000000001e5037ab3245321dd405b5bca943b168a3f43d4c4e96 5,494 1.00/1.00 vMB 3
914,910 914,910 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b 400 0.10/1.00 vMB 2
914,909 914,909 00000000000000000000c50455766f9b5efabcea1d7595d5604542a2f5ddc1ad 4,368 1.00/1.00 vMB 4
914,908 914,908 00000000000000000000ef2b06aa7f82dbaa71ad73b04104ed64fb3c5c1b09e3 3,802 1.00/1.00 vMB 1
914,907 914,907 00000000000000000001b111321ae827478201ad15bbddad0e9be5e1d7430374 3,244 1.00/1.00 vMB 3
914,906 914,906 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6 3,732 1.00/1.00 vMB 1
914,905 914,905 00000000000000000001393e5ce3f8a59f99bebbb69375245f35d67e782190a3 2,928 1.00/1.00 vMB 4
914,904 914,904 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39 5,589 1.00/1.00 vMB 0
914,903 914,903 00000000000000000001fdeeabf10e517d0191cbebdc51fa4551230a7aef4e92 5,593 1.00/1.00 vMB 3
914,902 914,902 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e 6,266 1.00/1.00 vMB 0
914,901 914,901 000000000000000000013c07e3f50f8bd19f23caf49a29d0b82da9f012381c04 2,428 0.79/1.00 vMB 2
914,900 914,900 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1 4,371 0.87/1.00 vMB 0
914,899 914,899 0000000000000000000170f04e01439df67e1d092a82ef056feeb2a1fbf18a34 3,423 1.00/1.00 vMB 3
914,898 914,898 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee 5,194 1.00/1.00 vMB 0
914,897 914,897 000000000000000000006541c0b8e2f386dee130dab69fd333fb79c357f33cdc 4,952 1.00/1.00 vMB 0
914,896 914,896 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70 4,079 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.34 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: 661.55 GB
    • Received: 14.81 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.