Loading Tool

Explorer IconExplorer

Memory Pool

40,958 transactions
20.58 vMB
0.09683221 BTC
Random Selection Loading Transactions
Max Size: 113.16/200 MB

Candidate Block

Mining Attempt 3df155517b0af5ad9ae58daec6ee36cf1a63c7edf2d4da0b0555c6e97bfbf7e7
Version 20000000
Previous Block 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca
Merkle Root 06c314970f807de4f1366218b92c2580d317291e6dc0ea022110626e69fcc313
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,680
Size: 1.00 vMB
Total Fees: 0.04911048 BTC
Feerates: 636.23 > 4.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,915 (756,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,923 156,923 0000000000000050f017f2094e3aded79021129efb9d0ef7d8c196c85b078062 1 0.00/1.00 vMB 0
156,922 156,922 0000000000000c21691121ed2234771fc26f2e703472d9e86ab68d99cc54944e 9 0.02/1.00 vMB 49
156,921 156,921 0000000000000c090800f3012a6c71dcff9125cc3984a4b89be20984ee06bb7d 10 0.00/1.00 vMB 66
156,920 156,920 0000000000000db10f58dfe3de16d7eceb912ba70dc39aca9d13f0e198969cba 20 0.00/1.00 vMB 90
156,919 156,919 0000000000000a95e2894f159e5723709eca446322b5edce1b3ad717f1cc5fd9 109 0.04/1.00 vMB 25
156,918 156,918 0000000000000102e3772620142bbe1cab39cdd870125da99565dcbabe6e6fea 111 0.05/1.00 vMB 2
156,917 156,917 000000000000022d20298df5ae7582e990df28d039af949a174a72016f5df45d 15 0.00/1.00 vMB 44
156,916 156,916 00000000000005bb23bd7197d6cffd82a79ca9042995ef0e52b4521f44b233ac 12 0.00/1.00 vMB 16
156,915 156,915 00000000000008f2520b57a34845fc1878903b7ca6e8d8819220adf80d8c4e44 18 0.01/1.00 vMB 0
156,914 156,914 0000000000000068f905a8644ef7e3527a6597098cd51600849a56fcf20b5464 66 0.03/1.00 vMB 60
156,913 156,913 00000000000000dee2bfea87086ed06b995ec9f79531960140669bbca19cc959 23 0.01/1.00 vMB 48
156,912 156,912 00000000000005e8e4e04ed6b0ffc762988d86eb0e485ba08613231a7479f515 12 0.00/1.00 vMB 494
156,911 156,911 0000000000000b6e57f9f77f6d023d0fcf504b6d3e6b89a62edb505d0dac4e87 48 0.01/1.00 vMB 150
156,910 156,910 0000000000000036f098cd0558c24bda708f1c3f5578d77992c2ab09ce64a43a 11 0.00/1.00 vMB 0
156,909 156,909 00000000000007768b25ef41f7b77ad03ce19bc9b4e0d2228bfa4f127620f80a 37 0.02/1.00 vMB 240
156,908 156,908 0000000000000be485548303c72acf599ba74d1cf019e45dbbb740183e7a1c65 43 0.05/1.00 vMB 44
156,907 156,907 0000000000000b7a6262aac661d62e85e7f0421a1e059fb7d81c8c626766770e 4 0.00/1.00 vMB 68
156,906 156,906 0000000000000a45745dc350b29e6d4df7342b90a1158e7a221cf76be8d6ff3a 1 0.00/1.00 vMB 0
156,905 156,905 00000000000006e1f254e07f24d87405385a95ba8756933127b9f5a7f6afac4a 11 0.00/1.00 vMB 17
156,904 156,904 0000000000000d3eec8a23a8367985973d3026960c5ece8a32b8d24ee6684741 46 0.02/1.00 vMB 109
156,903 156,903 0000000000000563c8f468f2a09750c8c699e75fc3bcf59df6f6e5d50f9feead 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.81 GB
    • Received: 5.55 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.