Loading Tool

Explorer IconExplorer

Memory Pool

74,567 transactions
27.45 vMB
0.06864487 BTC
Random Selection Loading Transactions
Max Size: 167.76/200 MB

Candidate Block

Mining Attempt ad8bfaeca6b26105d12a6a7de88effe8fd34a2645dbcbf4554fc5718fada4a40
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root a860b745d899b94a6de541dbd5dc111057bc1543fcfdf3463a9f42370b89359c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,189
Size: 1.00 vMB
Total Fees: 0.01021419 BTC
Feerates: 179.53 > 1.02 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (84,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,940 830,940 00000000000000000000d3a867b5040d5620f5f6d1caefad484e6cd2da288a76 2,211 1.00/1.00 vMB 13
830,939 830,939 000000000000000000030ca62cc16bec3be884692a02abd851b1bab40ad2588d 2,550 1.00/1.00 vMB 19
830,938 830,938 00000000000000000001a375fde693cae231988dea7ede1e925d3abcf13b2d78 3,075 1.00/1.00 vMB 21
830,937 830,937 00000000000000000001b0c26ae38175d49bb5373a9413f14588279924dad5a2 2,111 1.00/1.00 vMB 17
830,936 830,936 000000000000000000030f3246edd7b40f001b184d2af050946fd87c90903b3f 2,088 1.00/1.00 vMB 14
830,935 830,935 00000000000000000001551428ec3e1153569ff6ebfbbebb3ccb1e40909eda51 2,658 1.00/1.00 vMB 21
830,934 830,934 00000000000000000002e54611dd7cbee543d0f442bd22c188c6fffd246aad3e 3,159 1.00/1.00 vMB 21
830,933 830,933 000000000000000000018fc4b0793f96c35dc2adbdc63106067d90d65309587d 2,825 1.00/1.00 vMB 22
830,932 830,932 000000000000000000026e918630f556391be5c3d100fb5890098517be42fee6 3,172 1.00/1.00 vMB 29
830,931 830,931 0000000000000000000220a1c02424ba72bf620f2228d563f722af1cd3eef21e 1,488 1.00/1.00 vMB 12
830,930 830,930 00000000000000000001c8e7ad915e5973f88ffaa4272ec7ed8b4e294704a260 859 1.00/1.00 vMB 12
830,929 830,929 000000000000000000002f51f8b40dbca17d7d45c9546bfa5d304321b622970b 1,186 1.00/1.00 vMB 10
830,928 830,928 0000000000000000000070564c59a06728d6be759e2a661c064530f4a0c06eba 3,265 1.00/1.00 vMB 23
830,927 830,927 00000000000000000001d3c948c2ab04bebdf56348b152bce0ce9a53319aeb16 1,233 1.00/1.00 vMB 13
830,926 830,926 0000000000000000000000947268c36c2abc6b2eea2aa5780691cf31dd0f8c31 1,575 1.00/1.00 vMB 15
830,925 830,925 00000000000000000000b265d40e3925dae2eada590b3fb1a5f73588c3d8f766 1,784 1.00/1.00 vMB 15
830,924 830,924 00000000000000000001f1302ad4f6990032e6cbe46da4e2b7f14ba893f993b5 1,449 1.00/1.00 vMB 19
830,923 830,923 000000000000000000008b1654a940fc85e6fe8f2d0d8076d50fdc44f74a45b8 2,245 1.00/1.00 vMB 24
830,922 830,922 000000000000000000015307be7cdecb366f7e8a4aa0f5421dce199208b16d9c 365 1.00/1.00 vMB 11
830,921 830,921 00000000000000000001cb740ded322fca250aee5e0de8d9651b2b27c41ce0bf 1,543 1.00/1.00 vMB 18
830,920 830,920 00000000000000000001f5932a77b69ec395d1dae4e521de6d34f8e4f3e13b7c 257 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.84 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: 712.41 GB
    • Received: 17.17 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.