Loading Tool

Explorer IconExplorer

Memory Pool

49,317 transactions
30.69 vMB
0.11445998 BTC
Random Selection Loading Transactions
Max Size: 163.71/200 MB

Candidate Block

Mining Attempt a38aef21172536c7c490f04c4d92f9a1efb8c983bbcca94b4d6efa063d55c461
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 17c591a2e3ee15baeab49d681fd4b8f6088da7f1310cbfadceebfe1405d8d9f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,217
Size: 1.00 vMB
Total Fees: 0.04714397 BTC
Feerates: 150.97 > 4.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (358,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,597 556,597 0000000000000000001c1b130a324635a006427114cb9b03e2c1116458700e8b 2,158 0.81/1.00 vMB 7
556,596 556,596 0000000000000000001282f1a80885c941f4118fda2178de07c10f385616c994 2,161 0.89/1.00 vMB 9
556,595 556,595 00000000000000000031d7076762d178edc299a53068b02524fd12bf742e56e7 1,468 1.00/1.00 vMB 8
556,594 556,594 000000000000000000279d4c9a2f7f7f6c2f6743ce6fc0e4bb2d742401bf78d2 3,322 1.00/1.00 vMB 17
556,593 556,593 0000000000000000002a0726b8be555e6142d8d9777e3fdc95b268d14e45dd71 3,021 1.00/1.00 vMB 10
556,592 556,592 0000000000000000000584d1b737813667675040b9557e4147de1d97bedfe9d4 2,610 1.00/1.00 vMB 9
556,591 556,591 00000000000000000025ec667ab4b40012fdebb1d3aa1eaf347e30c89fd58d3c 829 0.39/1.00 vMB 7
556,590 556,590 0000000000000000002ec3d33a8a36ff94b9582beca5816778bb5e3c8c6b5c06 575 0.19/1.00 vMB 10
556,589 556,589 000000000000000000127d8e101f4823c3f3d623a9bb2a5e708b72f90a0a09b3 877 0.49/1.00 vMB 3
556,588 556,588 000000000000000000132f6b82de72ec74770a5236ae444cfd7f79823cff8b31 1,991 1.00/1.00 vMB 7
556,587 556,587 0000000000000000001d99d8052e8d7fb734dc0320240b6ebef1dc0c6a2ed8cc 3,276 1.00/1.00 vMB 14
556,586 556,586 00000000000000000002fe5f67f25f6077dcae3a195f48e1a79d18291efade38 2,366 1.00/1.00 vMB 7
556,585 556,585 00000000000000000003edcd5a24914df0fe63e34b9a84cac416f037f8f9504f 1,801 0.83/1.00 vMB 6
556,584 556,584 00000000000000000004e4caf86a6479ef28791be4e3b2d026000b0bea3d151a 511 0.23/1.00 vMB 7
556,583 556,583 000000000000000000058c1767a160e470bc19131ed24e4b66d7c7b96129289b 1,539 0.75/1.00 vMB 7
556,582 556,582 00000000000000000001e3dee9cdec05d7fdede87b0bd7017029f3854a64320d 1,019 0.42/1.00 vMB 6
556,581 556,581 000000000000000000177345af993615089b531476b46e9d648bfac8301d1447 1,674 0.71/1.00 vMB 6
556,580 556,580 0000000000000000000fb24002b92bd4680cbdf0118d9117218079618596b373 985 0.40/1.00 vMB 9
556,579 556,579 0000000000000000000688afbf7a73e7f5f5251753af550e539d4857a7280195 1,872 0.86/1.00 vMB 6
556,578 556,578 0000000000000000000436d5668694e73c1f6cf79984d9004897e78b0faa482a 450 0.17/1.00 vMB 5
556,577 556,577 0000000000000000000c90a27f3359537ff2fa79c3d0ae9c7b730bf35cf7635e 1,277 0.62/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.13 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: 652.40 GB
    • Received: 13.76 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.