Loading Tool

Explorer IconExplorer

Memory Pool

39,774 transactions
32.71 vMB
0.07652829 BTC
Random Selection Loading Transactions
Max Size: 161.73/200 MB

Candidate Block

Mining Attempt 366393b8bccdfb183aa76d92f3984e729e40ea15dd5aa14b62420a492e6d3412
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 1efb51aabb8c6fa9cddcdfea8c807c88a541a41605a05ce9c4dff12ba6c929d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,178
Size: 1.00 vMB
Total Fees: 0.00739376 BTC
Feerates: 30.98 > 0.74 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (867,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,751 46,751 000000002d95fdd6144cc58ca461a4e2db277d189905e4456b7840acac991811 1 0.00/1.00 vMB 0
46,750 46,750 00000000269b0aa5eedd598a71f14bb52ad9345e1c7a7cf490eda50d28181ee5 1 0.00/1.00 vMB 0
46,749 46,749 0000000011dd459b6d04c67ae893a58b3983e56bad5e804709d0c4994c6e18fa 1 0.00/1.00 vMB 0
46,748 46,748 000000001eb15f162672c03667b6560ee44fb76c53b94482d438ee5ba0ac75d0 1 0.00/1.00 vMB 0
46,747 46,747 0000000008824ce67e664ce1572dfc834d731db9d10408d1c4d75966342502ff 1 0.00/1.00 vMB 0
46,746 46,746 0000000032b2e1483b450c38558506cbd4e4482d096397024dbf59bb6edf94a8 1 0.00/1.00 vMB 0
46,745 46,745 000000000396ad20766362e0579db83ef42afc9f53192aed8f98f2b1675bd0ef 1 0.00/1.00 vMB 0
46,744 46,744 000000000b852d9e37f8948849ec8d7c08d13f1653cdd119e32ef649eba22113 1 0.00/1.00 vMB 0
46,743 46,743 0000000019cd45f1526d23cd1b7991a2bdff68e09542a580fb5f6a05a8eb964a 1 0.00/1.00 vMB 0
46,742 46,742 000000002c14f48a4e65df9fe9ff2102e4260a6f9cc32ee3988662d8ce81b969 1 0.00/1.00 vMB 0
46,741 46,741 000000000ccc88dfb7a98b7fe59737d317b971021922a242cd94d65aed69d2d0 1 0.00/1.00 vMB 0
46,740 46,740 000000002a3a3ee54eb05a17272cbc38756e1c6a10197e84dfa45fb7fe685353 1 0.00/1.00 vMB 0
46,739 46,739 0000000011c227e86e9fbd708f6881288dc0d0624a68624ad8857a2eaccdfec0 1 0.00/1.00 vMB 0
46,738 46,738 0000000015f69900415b3bba4d5a0f06ffeb6d65023f8da21c3c462f69293e54 1 0.00/1.00 vMB 0
46,737 46,737 0000000009ad9295171fc1dce0d3e27d547cfb489694d62c7f83f408222928e3 1 0.00/1.00 vMB 0
46,736 46,736 00000000245b02539d8f20126bfa55ad5ec16878e3e9c274db31dd2df890f815 1 0.00/1.00 vMB 0
46,735 46,735 00000000163f2323a79529c29a8939ee6fd092b2ebf009c10141d2414ac5824f 1 0.00/1.00 vMB 0
46,734 46,734 00000000186a5b715ff62c944b7b4eeb001bd38d78396a3ffa2dc2060c904158 1 0.00/1.00 vMB 0
46,733 46,733 000000000ee968f8d43e2f2f4104bccbbc9026aed5a66d16a1f0c37794370b8f 1 0.00/1.00 vMB 0
46,732 46,732 0000000003a5e059cf38e159bdde4e639221ed82142109c191a757d6599ed91d 1 0.00/1.00 vMB 0
46,731 46,731 0000000030e9a02b2506ca206c7386df4fbb89df5cb58d0aaa3614b2d5d89fbb 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.60 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: 623.97 GB
    • Received: 11.52 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.