Loading Tool

Explorer IconExplorer

Memory Pool

30,313 transactions
18.18 vMB
0.04508809 BTC
Random Selection Loading Transactions
Max Size: 96.45/200 MB

Candidate Block

Mining Attempt 7891d64ffda70ab372dcc8e37a27a1d3a7aa54796b0cbca6d4ef5987f69d4a0a
Version 20000000
Previous Block 0000000000000000000119ce95786a15a8ef79eb69929548bb35e0e13ef5ced5
Merkle Root f65dfd4ad2b97713f4de522ee843269eba4bdad1844da063a7e32f6ba59f8286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,253
Size: 1.00 vMB
Total Fees: 0.01053785 BTC
Feerates: 200.82 > 1.06 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,891 (765,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,809 148,809 00000000000001cdc74052e93e7e13580347d80889adb6917e1c39b947ce5e27 22 0.02/1.00 vMB 68
148,808 148,808 00000000000006586573799ec105207b8e3db8253bf600e60ab16469d4b049a5 65 0.05/1.00 vMB 197
148,807 148,807 0000000000000885ec16c87a5e006d846b299bfbe8ae4c46bc1c1ff94b9f5bf8 5 0.00/1.00 vMB 71
148,806 148,806 00000000000000ddd31373aaf9e0826ab3a2bbb7e676fb487ede6bc05417b412 58 0.02/1.00 vMB 92
148,805 148,805 00000000000009d85c0f0c991b787745372e19960f93098eb338e4656d6dda10 123 0.04/1.00 vMB 64
148,804 148,804 00000000000007acc963667be7541b07f177a39f0af3f711c458a5ff0a968f25 21 0.01/1.00 vMB 155
148,803 148,803 00000000000004c4cfefc1a7cd623df8a84556cb6495c578c7d59859937d217b 25 0.01/1.00 vMB 126
148,802 148,802 00000000000000dfd3cba1f4025481a37d6267d3dd0203ef17f34b804e3e3a97 12 0.00/1.00 vMB 17
148,801 148,801 00000000000008e6557fb186c072ab5d9a557cc6304428c0d47382bda5252390 27 0.01/1.00 vMB 173
148,800 148,800 00000000000008371089fddbdee1f7cf580d98e64c276c649102d2ab95fd9844 77 0.03/1.00 vMB 190
148,799 148,799 00000000000007ec364d283d600931d8e6105dc66cf5c7d05e73a1e4b6f70c48 78 0.04/1.00 vMB 162
148,798 148,798 00000000000000cc2b52199ad5df3822b4a22042379662d061090a9a1457a59a 78 0.03/1.00 vMB 132
148,797 148,797 000000000000009e73928ca5e03d07c07f7cd8a5c83e8c8cd8424b29b61450d1 21 0.01/1.00 vMB 201
148,796 148,796 000000000000026efb26750f56c90b004b76da94e58714cdc1b34aae17fd9f0c 35 0.02/1.00 vMB 113
148,795 148,795 00000000000001f33e39ae096bb34068f3c7f67a02c8f84eb3aa814d645f3c92 9 0.00/1.00 vMB 17
148,794 148,794 0000000000000702242a817137165d6131e2c81ae6abc872a568a7c2fec6a734 63 0.03/1.00 vMB 121
148,793 148,793 0000000000000143981c7c10b59a9d18becb3db8573321e9a3c8f24aeeb61e0a 9 0.00/1.00 vMB 400
148,792 148,792 0000000000000637ea5517ee39c4e8f08cd7dc560160ed6a538b3214688caedb 77 0.02/1.00 vMB 4
148,791 148,791 000000000000088614d3de93f3bc9a37f712d3b7a50097cda8e1da1b236e2f0c 42 0.02/1.00 vMB 214
148,790 148,790 00000000000004f5fc292429790b631f3a3f2909e340ac9560a62b2ce1288a0a 71 0.05/1.00 vMB 209
148,789 148,789 00000000000000207486e7c4b170c36ba34c3c5b20457e6fe3660a075e5e58a2 9 0.00/1.00 vMB 544
Previous 10 blocks ↓
Total Size: 780.41 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: 526.04 GB
    • Received: 5.26 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.