Loading Tool

Explorer IconExplorer

Memory Pool

77,031 transactions
21.15 vMB
0.07413527 BTC
Random Selection Loading Transactions
Max Size: 140.54/200 MB

Candidate Block

Mining Attempt 4bd78ddf1fd47c52a804e763b67f45f55c30a003c57b33001df70645f7ea30f4
Version 20000000
Previous Block 0000000000000000000045b06345370ebd103ba1221a6d6a92df35f018974258
Merkle Root b02d478300f79510a56c8518317f5bc8f9b0a80f63386f7b453b799cbda7184c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,343
Size: 1.00 vMB
Total Fees: 0.02612606 BTC
Feerates: 200.70 > 2.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,191 (826,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,702 89,702 000000000000822389316c02794f6a2be268f7548fb03749a458ae568eb9fcd1 2 0.00/1.00 vMB 0
89,701 89,701 00000000000e860a2027b04d1a962d00948ffebe7b4fdc69a038892938dc2236 2 0.00/1.00 vMB 0
89,700 89,700 00000000000419696f9c69802da1d5901f14e60527d2323c8e9a775f0ce3788d 1 0.00/1.00 vMB 0
89,699 89,699 000000000000c5b3719e92550b8e6b227e8c6ed4e3014fefdf899af97326cf26 1 0.00/1.00 vMB 0
89,698 89,698 000000000007fe584766f567560399f16249455635e8adc46bcaa4de9eac2254 3 0.00/1.00 vMB 0
89,697 89,697 0000000000005c318a62158e51a7b6265aa0156d76c98842755fbf5ad3cf0c1e 1 0.00/1.00 vMB 0
89,696 89,696 000000000009f7049a0b630a0c71604aeafd7c856d6dae235e98666439e115a9 2 0.00/1.00 vMB 0
89,695 89,695 00000000000d3b72384c7b266550310274b045bd92290fee4b47b28780719fe0 1 0.00/1.00 vMB 0
89,694 89,694 000000000006fca94678db4d1e748d57c5e2c7c2c80d6826e6bc381f5f17a4cb 1 0.00/1.00 vMB 0
89,693 89,693 0000000000058948f9e9d8f29cae593afeee26e1f2e0e7459fe1ca55d4f02438 1 0.00/1.00 vMB 0
89,692 89,692 00000000000e7e56f3d30cf2743821b1da65c0e0b87eb224c7c226cbc98fd25b 1 0.00/1.00 vMB 0
89,691 89,691 00000000000f584c1a3a539f2cf5647943fb98f9b5ff6e28eaa4035c07b03e45 1 0.00/1.00 vMB 0
89,690 89,690 00000000000ced276369cecc387fc351c0656c597d3152eb2babfdf60e5d9140 1 0.00/1.00 vMB 0
89,689 89,689 00000000000aef791ada4d8a7e6467c36a0ccba60fc9c313da4ba3fc7c168b03 2 0.00/1.00 vMB 0
89,688 89,688 00000000000ba41394f6cbf79afe25277d5cb84fde456da8877036cb96f0f57d 1 0.00/1.00 vMB 0
89,687 89,687 00000000000480ea021444bb3630b38cc2e6e6672450e92826d2cd4020deae37 1 0.00/1.00 vMB 0
89,686 89,686 0000000000066e8a8ff790cfa2909c9f3b0ac528c97c6dc2f86530935d9e302b 1 0.00/1.00 vMB 0
89,685 89,685 000000000003efc708947f39503cdf0a47753c087ca3322107fc4a0715626736 1 0.00/1.00 vMB 0
89,684 89,684 00000000000e4f1e29f92b1698e5bb8ed15d64814b52030997a0767582d295c4 1 0.00/1.00 vMB 0
89,683 89,683 00000000000e84f45865e87d5d5ad5c69ffce1da17238177046b57add4fcf376 1 0.00/1.00 vMB 0
89,682 89,682 0000000000103d09f95993db5d80380bdc2469a3921adf8df4c8b56d2b191e3d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 823.05 GB
    • Received: 24.85 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.