Loading Tool

Explorer IconExplorer

Memory Pool

24,464 transactions
10.46 vMB
0.06309986 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.73/200 MB

Candidate Block

Mining Attempt 76cddd09f4a132f13e0a8635fece8006314696fd7ac3ff3a744d3e0af8e27e1a
Version 20000000
Previous Block 0000000000000000000019a2bc7789d97e1fe54fb5028737bae97eb7a8b5ac3a
Merkle Root 7c531825a10d53a101f0ae957986d0833cc36daf14e56a0c91e65ee8fa8d40f9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.04595635 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,557 (655,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
257,989 257,989 0000000000000013560f9f1f328ad98b5030bd81f4d2c52d7a1dccda075c1e07 239 0.11 vMB 99
257,988 257,988 000000000000001b2f3e0761207a2de19f5817aef0d9da8784dd961ec680e8f6 345 0.14 vMB 105
257,987 257,987 00000000000000250ac41678ca8880900bce9cff68ee04775fdee9b282c55350 179 0.09 vMB 96
257,986 257,986 000000000000001ecc7c69578f289c929decdd9ec07147d6902cd49efb95f3a0 16 0.01 vMB 83
257,985 257,985 00000000000000312174b5d483055e402140324d428ad17501e7c68e99472a38 200 0.09 vMB 95
257,984 257,984 000000000000000d4a5264b1fd9eea54e8a9695a148f9e3ac210fb5a2eda0cc8 64 0.03 vMB 71
257,983 257,983 000000000000002c2edb564089a24f8fc710febe4d7b48c0252090abcf3526d2 406 0.16 vMB 112
257,982 257,982 0000000000000007b9ca211b758ea3ac435135c04268bd94cc5e2f372fb4fc7e 397 0.16 vMB 148
257,981 257,981 0000000000000013bc38e7392bcebae45014ed5b6ef01bea3c6812eeb24aaada 461 0.20 vMB 100
257,980 257,980 000000000000002d89ae4e5625e6da5c9a8ef672710b9be609b5585d89bcbcce 256 0.11 vMB 142
257,979 257,979 000000000000001ba0654338cb82cfbf261ed0f7cbf14d860b7afafbfbe07e45 563 0.23 vMB 110
257,978 257,978 000000000000000c82a55e9f194ca84d7b4b93c6c471effdb2ccde94fc66cc8e 831 0.35 vMB 114
257,977 257,977 0000000000000015f0687fa404c08ead097542a86ece7c1db558c0eb9ce08afd 85 0.03 vMB 104
257,976 257,976 00000000000000050cc705550c41519fb99de2bbae7d68a1336270c4483baab6 634 0.27 vMB 118
257,975 257,975 0000000000000015f3a96dd807f4ebf96aa6b6b25f7bd3a5fed8a378f89b2a2b 410 0.17 vMB 109
257,974 257,974 000000000000002640577157fcf647ba5bc8be881282df0ef4d04e6875a4c284 63 0.03 vMB 119
257,973 257,973 0000000000000006fe310f36702731d78c39fe41692a82fdc8d650eef65b22b3 334 0.29 vMB 46
257,972 257,972 000000000000000bee91337a04ebea333cbadb7ba528f828b08bd8c3c35051b3 514 0.25 vMB 136
257,971 257,971 0000000000000016a37dd73979f7eeaf42968680e0fe6f897b10f5a04b051322 126 0.04 vMB 113
257,970 257,970 0000000000000019c6b7c474dec092927fb3a8e84c6f03d61a60045ea355afc1 471 0.21 vMB 108
257,969 257,969 000000000000001acc3f83485a392b4f17988c0131d2e7709c36855b73954d15 64 0.02 vMB 123
Previous 10 blocks ↓
Total Size: 779.83 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: 422.36 GB
    • Received: 2.28 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.