Loading Tool

Explorer IconExplorer

Memory Pool

88,454 transactions
33.80 vMB
0.13847293 BTC
Random Selection Loading Transactions
Max Size: 199.93/200 MB

Candidate Block

Mining Attempt 68726ca1cfb14dbededeebda6de5445f6758b5a5671df84523cb36ce9b4fac9e
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 8b62e8b01c9ee86f889c0ffa59e91d275baed37c234a00046e08de5d540053d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,049
Size: 1.00 vMB
Total Fees: 0.05544655 BTC
Feerates: 469.97 > 5.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (415,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,881 499,881 0000000000000000002124d0ca82abf1c90a4b06770c4d5acdd3fdf799233920 2,641 1.00/1.00 vMB 380
499,880 499,880 000000000000000000256947310b7c1dbfed0ebd4d00db7d18db0dee974ec3e9 2,995 1.00/1.00 vMB 411
499,879 499,879 0000000000000000008ec937de6385f4912bbefb84e5ba7feccda16f07f088cb 2,924 1.00/1.00 vMB 428
499,878 499,878 000000000000000000ac469859cb394b40316e5870be5d0c247a7145483440a2 2,955 1.00/1.00 vMB 337
499,877 499,877 00000000000000000077d251f60e5fa4cd94d89fd04ecebc002846d02fe03a8c 2,668 1.00/1.00 vMB 411
499,876 499,876 00000000000000000083223b472bdd8bc35369feb84e08db9f560fa6a8b27b4e 2,831 1.00/1.00 vMB 414
499,875 499,875 0000000000000000000e2532c7d8886363f61ccd43f074aed593763ccc65af01 1,661 1.00/1.00 vMB 233
499,874 499,874 000000000000000000b040a9dd99798ce82adabb3d835bb3856ab5993b03a8a5 1,182 1.00/1.00 vMB 226
499,873 499,873 0000000000000000006416f1d4bafd68eee7d6d12a2c8326a4221eadf106da15 559 1.00/1.00 vMB 160
499,872 499,872 0000000000000000006a7cd2a0cb834a01fbc145ed0ee54548236562a98a9b07 914 1.00/1.00 vMB 183
499,871 499,871 000000000000000000ad844c4dad30de48af6867567eafc56beba86a867672cb 1,827 1.00/1.00 vMB 246
499,870 499,870 0000000000000000001994c6c3317b315df6d4465d45a689e8e588ae64429f07 1,807 1.00/1.00 vMB 304
499,869 499,869 00000000000000000010144948da876d96cf3b05fd77b00a0c0c141121f3286e 2,825 1.00/1.00 vMB 333
499,868 499,868 0000000000000000005d45ab13a37eacd818fe342d6f8dedecb7c9a11bcb3a2e 2,886 1.00/1.00 vMB 422
499,867 499,867 000000000000000000a8eabb37019a079f4169c2f258078e879f06d65fd117c1 1,389 1.00/1.00 vMB 249
499,866 499,866 0000000000000000007aadd2bc11ed29fe38f81919eaf540d72aae520a6a2e34 746 1.00/1.00 vMB 143
499,865 499,865 00000000000000000021d7a39b33c5970d5cb5ca88afae47a7df5e2cd9f7e31d 2,761 1.00/1.00 vMB 260
499,864 499,864 0000000000000000008dcf19ea4885c4e65192c6d7efa74832096a10b89709dd 3,121 1.00/1.00 vMB 399
499,863 499,863 0000000000000000006f9d3286dd0035dc23ff65e9c88dd7ef2b3b129ded6244 2,746 1.00/1.00 vMB 428
499,862 499,862 00000000000000000043cd47524b0aab372b28643a6eb9cab1877e2e3c195b0f 995 1.00/1.00 vMB 169
499,861 499,861 0000000000000000009aabee84c000111d676d5f5fe1b1242852851b53ceb239 2,556 1.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.30 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: 657.87 GB
    • Received: 14.56 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.