Loading Tool

Explorer IconExplorer

Memory Pool

44,610 transactions
26.62 vMB
0.05797523 BTC
Random Selection Loading Transactions
Max Size: 140.47/200 MB

Candidate Block

Mining Attempt 403f2a3e7d5b0a90a2326de5be1336fc2c53ee2ef4baa901a8c39a76f70f4068
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 5ab5ddc72a9e01635d1f7fa8076fbe81230fad8199af47eb5315280e97b7045c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,098
Size: 1.00 vMB
Total Fees: 0.00902582 BTC
Feerates: 54.71 > 0.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (854,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,034 60,034 00000000087b071f402f7841801425ad10f006756f0ad006bce687be85b14f1e 1 0.00/1.00 vMB 0
60,033 60,033 0000000008c16271ea2cbe46d9eed90b704a1f386e6c576f9a2d88db38cbeba8 1 0.00/1.00 vMB 0
60,032 60,032 000000000a004e45e0f6e833c73fe430b62e83509d0bda80d7737447741abb67 1 0.00/1.00 vMB 0
60,031 60,031 00000000084f4952b4ad1d349cb58438029b304a7fb59b2a4a77612f3bad8af1 1 0.00/1.00 vMB 0
60,030 60,030 000000000ac4b318416477f06d6ae37d8307feb457ca48c01241a7f098a06a47 1 0.00/1.00 vMB 0
60,029 60,029 0000000006b568cd8911019f015d4936b379baa672f58e1ec65d4e6b87da62f1 1 0.00/1.00 vMB 0
60,028 60,028 00000000078f507996a20fc3553f616476780361620b61cef218c3c86346d455 1 0.00/1.00 vMB 0
60,027 60,027 0000000009901c1dba4c51982d3cf922cab128d8c6d1904297ba63de63fc71ed 1 0.00/1.00 vMB 0
60,026 60,026 000000000d07c5151024aaa223f4a8d0aa283a22609418fbb2ba7a68d508936c 1 0.00/1.00 vMB 0
60,025 60,025 0000000004706785760494cc961a0c331356d4919088a538317109ae46cfc091 1 0.00/1.00 vMB 0
60,024 60,024 00000000034b4925c0d5724b91f480b724385635094f31f8705a192fc4a44256 1 0.00/1.00 vMB 0
60,023 60,023 0000000005e8cdf2bcd2b000deeb0d5d74ff4b68ca8af4e77c40f7bcee72f1b9 1 0.00/1.00 vMB 0
60,022 60,022 0000000007894d8e2d780a43f8108ee0e625811d35b2e0fb3854e9bc1448fe36 1 0.00/1.00 vMB 0
60,021 60,021 000000000eae0bab664a797c22e233cd9454ab211a8b83db5c0bd80d354c8efd 1 0.00/1.00 vMB 0
60,020 60,020 00000000059641a7038418c76fc3e3f753d7a23df739a00e78efc13eb94d4a64 2 0.00/1.00 vMB 0
60,019 60,019 00000000033b944b709a9b97a6e516b31a107ba50664d86aac619ce8c241a656 2 0.00/1.00 vMB 0
60,018 60,018 000000000b6e32750510c616997d9e7ee02074cab36263539329851c580b9992 2 0.00/1.00 vMB 0
60,017 60,017 0000000007dce902ab8307a9a5ad1de5f7ee09cf6379be5d0671631d61eca815 2 0.00/1.00 vMB 0
60,016 60,016 000000000517be551139898e342359604198296c91629ac9120cddad4c1c61ba 1 0.00/1.00 vMB 0
60,015 60,015 000000000c49330afd80d77823dd2ac83a47810011c7c85cfc29aed8c999d742 1 0.00/1.00 vMB 0
60,014 60,014 000000000714aac5e7cf3d0d7def90023ea358bb4f96acbfa54ad5e876f2dcfa 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.