Loading Tool

Explorer IconExplorer

Memory Pool

78,223 transactions
30.15 vMB
0.11506873 BTC
Random Selection Loading Transactions
Max Size: 181.97/200 MB

Candidate Block

Mining Attempt 5036b20d05113f5ea733f5f77fbfda4672f98c491719816cb038d1e3141d4321
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root e67d306c6d37a2cf2cb7bb89fe9dd36c105bdb63524f3205dfb9e8729f6b977c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.04104784 BTC
Feerates: 357.61 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (332,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,028 583,028 00000000000000000010cdf73391a042b4f3f83af15eaaba08e3992b0efb0b6b 3,268 1.00/1.00 vMB 150
583,027 583,027 0000000000000000000f95bffd5438266c252314c8f739d267f4f3d9e294655b 2,577 1.00/1.00 vMB 47
583,026 583,026 0000000000000000001a9d55452e2ecefcbde3139326e47701f166ec135df948 3,129 1.00/1.00 vMB 155
583,025 583,025 000000000000000000166398825c285c87e54a974d7387b0c3cf5b35dbcdcf46 2,112 1.00/1.00 vMB 21
583,024 583,024 000000000000000000022f374f443b96469fe4b6adea37a0b0c59dd9a1e86124 3,202 1.00/1.00 vMB 86
583,023 583,023 0000000000000000002002fba7b8e2506c089cc3c245bba10cb9b2804ed6dc32 2,552 1.00/1.00 vMB 128
583,022 583,022 000000000000000000030b1590c25dcf8f93b8176852fc8f40cbf4151f98c740 2,630 1.00/1.00 vMB 93
583,021 583,021 00000000000000000022db7ffb1fe9d28532a45939aabebb7d689e0e79e2e98c 2,865 1.00/1.00 vMB 63
583,020 583,020 00000000000000000013df7b19710921f77034828a8a310de60559a00e429cfb 2,988 1.00/1.00 vMB 126
583,019 583,019 00000000000000000009e6cd9360100d10e164663b5d0cbf08f063fc9a8f9073 2,404 1.00/1.00 vMB 129
583,018 583,018 00000000000000000007831f1393e58267da3cbaf1f8a883824fe9fe23e58835 1,897 1.00/1.00 vMB 160
583,017 583,017 00000000000000000005168a3605cc1643cac497ed565bf162c19c55150531b7 1,161 1.00/1.00 vMB 171
583,016 583,016 0000000000000000001e2d634379cfc8fb87a85664ee10d4b13c2a16f3d2668c 1,390 1.00/1.00 vMB 187
583,015 583,015 0000000000000000000de301a138f17642306069e7bb26cc8fafe58e2e42aed5 2,951 1.00/1.00 vMB 144
583,014 583,014 0000000000000000000065890440c4f3eb8bf6d215cfc73ecbe9315ce92887b0 2,744 1.00/1.00 vMB 89
583,013 583,013 00000000000000000009d9c70938db5c8e487b4c434319bce4f2ed50824dd770 2,486 0.80/1.00 vMB 56
583,012 583,012 0000000000000000000ebfe75fef30c9a042cca6337d4d6983eff14429f44d64 2,858 1.00/1.00 vMB 67
583,011 583,011 0000000000000000000493199fe6d8e0384e3de25628af377ab09a0da230b223 165 0.06/1.00 vMB 83
583,010 583,010 000000000000000000074ed153f2e08edf1d1b30e9af1e07ad28f2209b3c2078 1,920 0.86/1.00 vMB 5
583,009 583,009 0000000000000000000221b9c192cecf96521744975036545142e58258c8bfcd 2,565 1.00/1.00 vMB 118
583,008 583,008 00000000000000000018082b02aa2871432db67cae0d0a816a09d70255a8c4d8 2,672 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.15 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: 744.67 GB
    • Received: 18.71 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.