Loading Tool

Explorer IconExplorer

Memory Pool

27,887 transactions
25.17 vMB
0.03623712 BTC
Random Selection Loading Transactions
Max Size: 137.35/200 MB

Candidate Block

Mining Attempt 9c216da90fbc77eb0eda6bfe8bb78117236d66168159cd25cf9a8e064056c8b2
Version 20000000
Previous Block 00000000000000000001c55ae97d4578aae7054388978953c589e7e0c10b661e
Merkle Root e2b37325d9044b7c6d177dcefc9ecbfc9cf80be6144169959c94058214e714f5
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,053
Size: 1.00 vMB
Total Fees: 0.00848042 BTC
Feerates: 41.23 > 0.85 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,673 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,673 939,673 00000000000000000001c55ae97d4578aae7054388978953c589e7e0c10b661e 3,000 1.00/1.00 vMB 2 ago
939,672 939,672 00000000000000000000236c9c20ea4f9e61cfa1973421046e58f68b4e3b0c98 4,690 1.00/1.00 vMB 0 ago
939,671 939,671 000000000000000000006e6c7a470c186a8312a687f9513615c4c846dd7f93c4 4,356 1.00/1.00 vMB 1 ago
939,670 939,670 000000000000000000005971ac9f0dfee4a74c5b4a8ae0e425742a82a37f8b3c 3,383 1.00/1.00 vMB 1 ago
939,669 939,669 00000000000000000001c74e35749f367a7f2012253a0781633b3641912b5e9f 4,043 1.00/1.00 vMB 1 ago
939,668 939,668 00000000000000000000b7cb261b382db3b062cbb737f9cb961d54e305af0083 4,589 1.00/1.00 vMB 1
939,667 939,667 0000000000000000000065dede58a98fff3ac1262b70a775f0929c5da6a49a6a 3,867 1.00/1.00 vMB 1
939,666 939,666 00000000000000000001ed9e85eeb4df6bb2072928587dda9eb3d9c7ae3c26af 2,688 1.00/1.00 vMB 2
939,665 939,665 000000000000000000019e5241bf64658525dd0d095b77515c62afd229953a66 4,257 1.00/1.00 vMB 1
939,664 939,664 000000000000000000019a8e10572d03dae9f7b1569dc64fb24a19d0cce2cb95 4,169 1.00/1.00 vMB 1
939,663 939,663 0000000000000000000096f1c4bb85a42cfcc89871d5694fe31535912287b048 3,907 1.00/1.00 vMB 1
939,662 939,662 00000000000000000001bb62dd0d73d91859613ba73b50f245d73abc42745368 2,894 1.00/1.00 vMB 2
939,661 939,661 00000000000000000001344e2aea864cf79c272eee2d0ca8cd1530cec32d82aa 2,897 1.00/1.00 vMB 1
939,660 939,660 00000000000000000000f7996148d3715c5aa34d09602d370323910f4dd6c222 4,061 1.00/1.00 vMB 0
939,659 939,659 00000000000000000000bab9df4e987f338cce04d6bd58fb55bd8412180821e9 2,198 0.84/1.00 vMB 2
939,658 939,658 000000000000000000012d115eb97e90e67361c1f9657e902623052aab655ee8 2,910 1.00/1.00 vMB 1
939,657 939,657 0000000000000000000071183bb08f977d2a4cf59ed76f4de9100de36bf9aeb1 2,043 0.99/1.00 vMB 1
939,656 939,656 000000000000000000015c313ed03d60f3b78cc19b31c9d294c332f9f4e83408 3,348 1.00/1.00 vMB 5
939,655 939,655 00000000000000000000aeb97344b1c3e9f3dc1c3ea0127811bdfe09a8040bfc 3,265 1.00/1.00 vMB 2
939,654 939,654 000000000000000000017ec9f7df7a2a3652b7cce96c49169dbe7ec90216d99e 3,888 1.00/1.00 vMB 5
939,653 939,653 00000000000000000001946618cb2d5673329820056441fea3447346652351cb 2,501 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 826.14 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: 4,284.39 GB
    • Received: 236.78 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.