Loading Tool

Explorer IconExplorer

Memory Pool

78,067 transactions
28.95 vMB
0.07856007 BTC
Random Selection Loading Transactions
Max Size: 175.56/200 MB

Candidate Block

Mining Attempt 735500d4bc08ba495af18f30dd0536e72a0e5539b0422a5c7f32d195aa5bebf0
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 9e472b6dd9bb6fd2929b8079d0ed1f90f7a880627da85c67286d94a31f29d62c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,454
Size: 1.00 vMB
Total Fees: 0.01803266 BTC
Feerates: 100.81 > 1.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (360,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
555,077 555,077 00000000000000000003b02a12058d5f876a6854bdbfdc08f8be376013b4ef1d 2,451 1.00/1.00 vMB 16
555,076 555,076 000000000000000000026d1326c5193fb87d860ea76e1536dcd4512e42e94615 291 0.12/1.00 vMB 14
555,075 555,075 00000000000000000008998dcf9e9141332ac0ab607de850a0c7803035c54d32 1,148 0.81/1.00 vMB 8
555,074 555,074 000000000000000000238ccfdec32f44370dc05d531bce4b8d61cfe4c1931da1 2,602 1.00/1.00 vMB 18
555,073 555,073 00000000000000000009fe5bbe189ddecb135a84d00833559cf092396194c81b 2,890 1.00/1.00 vMB 6
555,072 555,072 00000000000000000034e8853efa62c0d583495d3f02c97aa92b97232b478feb 2,968 1.00/1.00 vMB 31
555,071 555,071 000000000000000000091ae439a6061a28d0a655a9135c5cbeb6b54e5c9ffa5c 848 0.35/1.00 vMB 17
555,070 555,070 0000000000000000003138f53afd48e2c8d5b13d5b2daba0e0f18cbaba06b6bc 2,298 0.93/1.00 vMB 12
555,069 555,069 0000000000000000000c9b54d89c3b4f796d3418c320767b2a80871cf6c51e8b 291 0.13/1.00 vMB 9
555,068 555,068 0000000000000000003335792bc44ea075f5e426e83c90a4a627f0f5d03df46c 1,417 0.83/1.00 vMB 6
555,067 555,067 000000000000000000352d6f4fc46c2e02cb80cfbb11ca4049f12e2606bfadbb 2,617 1.00/1.00 vMB 16
555,066 555,066 0000000000000000002d3058f685be637bd7be7935f56163a720f87c44d051fa 566 0.25/1.00 vMB 14
555,065 555,065 00000000000000000000b81cdb9e40624b717fd11680d437844860f0ba8ec950 2,167 0.97/1.00 vMB 12
555,064 555,064 0000000000000000002b1b16f18540015a992f3db981093a53a3c87d711ff189 15 0.00/1.00 vMB 9
555,063 555,063 00000000000000000006329a4dc76398c96310dc3b7a79afd0a4b494f80cc1bf 215 0.18/1.00 vMB 10
555,062 555,062 00000000000000000014e9e55187d87d8a63d6d45e8ccc4ce16ec331b6c319e5 1,818 0.86/1.00 vMB 11
555,061 555,061 000000000000000000244d40eb342120b925a931dc923f47310c8a9f84485399 133 0.06/1.00 vMB 7
555,060 555,060 0000000000000000000aa01870e017b1d035aee3408f331464cc149298a66ded 1,525 0.72/1.00 vMB 10
555,059 555,059 0000000000000000001e4d3a6aac687b206892d68437ea1a8bf4af64732d7ee8 2,299 1.00/1.00 vMB 11
555,058 555,058 0000000000000000001e4850162010c42aafc531e16d03ce19dca42e2fc71bc7 911 0.40/1.00 vMB 11
555,057 555,057 0000000000000000000fda7c5b29d980e14dd9afecc53526c95fcab6b8a6bdb3 389 0.19/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.