Loading Tool

Explorer IconExplorer

Memory Pool

82,232 transactions
31.12 vMB
0.12137167 BTC
Random Selection Loading Transactions
Max Size: 188.82/200 MB

Candidate Block

Mining Attempt 12afe4b4f955dc0f0ed02cc98a69591589d7d954009eb35fc16c24c460d68725
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root fe1d2d3faffff30f907527a70006a49fe07b28f4c7338e3958dab5112a7db8c5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.04183706 BTC
Feerates: 318.30 > 4.19 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (438,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,736 476,736 00000000000000000108d77f945f3083539eec0ac2b6ea563a8eced987efe1ae 1,494 0.99/1.00 vMB 141
476,735 476,735 0000000000000000013e0e1a9f1dd0e5d91c49ffdb4fbe8c47cf2704e1387e05 2,015 1.00/1.00 vMB 161
476,734 476,734 000000000000000000823d59898867eb34a047598adef72d132c73ede8acba82 2,173 1.00/1.00 vMB 194
476,733 476,733 000000000000000000c6fe7b612f9e0cf2cd1fc5f88aad882adf3b3621f9f203 1,948 1.00/1.00 vMB 142
476,732 476,732 000000000000000000aeff13f424d2c9d12d21a46c32b773391bf47e85f1c0a7 2,087 1.00/1.00 vMB 189
476,731 476,731 000000000000000000d0daca0145d2ba81578774945f6040daa9774089a3b54a 2,424 1.00/1.00 vMB 214
476,730 476,730 000000000000000000cfb97b68f594f6d01182f182dac6f5f4882b125ed2f30b 1,956 1.00/1.00 vMB 200
476,729 476,729 00000000000000000154d315ea4dbd385a400b2c70f18148d0e72566100b4741 953 0.99/1.00 vMB 182
476,728 476,728 0000000000000000014ea3a686d9acd7c68c02ffa59f6e8d8e6e14d0f9c393ce 1,747 1.00/1.00 vMB 204
476,727 476,727 000000000000000001112f783fcb1328e151de4acbe4c1bba624108d1f07781d 335 1.00/1.00 vMB 152
476,726 476,726 000000000000000000503c79173d954d695b981b15ad8fca9f497dc02f204497 1,661 1.00/1.00 vMB 159
476,725 476,725 00000000000000000071fe77a3f167c41326175c767b58f954fbe89e3fe2e373 1,753 1.00/1.00 vMB 193
476,724 476,724 000000000000000000bf69acfee30dfcab9b8d9ef2982ce5b7c84d227d9fb611 2,084 1.00/1.00 vMB 198
476,723 476,723 0000000000000000014c310487603dcf3d92ebf3201374d3ae1686d80954bcd7 1,538 1.00/1.00 vMB 181
476,722 476,722 000000000000000000c26f3ed115a6f1f432b9549e618e04b9df3cd61876fe82 1,391 0.99/1.00 vMB 234
476,721 476,721 000000000000000000f1d1d6d5dfbd6268cfb9de75ef38a2c68d5452671ae800 1,089 1.00/1.00 vMB 222
476,720 476,720 000000000000000000e8c71826811fdb9cee202f708739d476534445c25ee6f3 520 1.00/1.00 vMB 198
476,719 476,719 000000000000000000ec3d0aa66f1add5237c90b9808418e97cbdfb86e6fc57c 946 1.00/1.00 vMB 209
476,718 476,718 000000000000000000a8151844acdd81b22c777ea2683c6b72c94d5cc3a5d3f6 2,222 1.00/1.00 vMB 261
476,717 476,717 0000000000000000007a1d1052b1128266980e1669c34398d02a6ec0526d7985 1,309 1.00/1.00 vMB 218
476,716 476,716 000000000000000000ef61852676a00b8d9f68c7e71d32b27f7f47eef5275bea 1,183 1.00/1.00 vMB 231
Previous 10 blocks ↓
Total Size: 783.08 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: 722.01 GB
    • Received: 18.39 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.