Loading Tool

Explorer IconExplorer

Memory Pool

42,387 transactions
26.17 vMB
0.05210330 BTC
Random Selection Loading Transactions
Max Size: 137.51/200 MB

Candidate Block

Mining Attempt c6c526aeb9628a5ff0b145309e8b0b95a722780c01898b050e586313730ab567
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root c8efe703478527811782ddf9ee1c203bc18ec806819671cead3cbf836216866c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,608
Size: 1.00 vMB
Total Fees: 0.00429877 BTC
Feerates: 40.21 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (68,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,778 845,778 00000000000000000000c0c5578a7c2e10a5e94c1aa97c1126f7ebe4b82f2982 4,004 1.00/1.00 vMB 51
845,777 845,777 000000000000000000004b17a3cdbe9144071c23b43f6b6d196f5a12b09e12a5 5,070 1.00/1.00 vMB 20
845,776 845,776 000000000000000000029e4480a86afc347c6f80bcfa5f1687e425ca361dfca2 4,846 1.00/1.00 vMB 27
845,775 845,775 0000000000000000000013f49a91860b007987c3133c54af6715d8e02f91241f 3,643 1.00/1.00 vMB 44
845,774 845,774 000000000000000000003ea5abbb2618830148ce10a58a094731176dad163b7d 4,636 1.00/1.00 vMB 25
845,773 845,773 00000000000000000002cf3677fea8b5407225b034c3f7f9c721ad9bec3ab05a 3,996 1.00/1.00 vMB 34
845,772 845,772 000000000000000000021e6213ac47be8d0f1b9245779175b0e0734f52417387 4,155 1.00/1.00 vMB 37
845,771 845,771 00000000000000000002205315d18f35b58437c03b18722a5b45a0a8285d1c28 4,002 1.00/1.00 vMB 11
845,770 845,770 00000000000000000001c4ae4368634d55d2ad75f0dfff6262ee0d94a132a370 4,197 1.00/1.00 vMB 17
845,769 845,769 00000000000000000002d20e69d76d85d45b7c601a87299f18aa57576c395295 5,013 1.00/1.00 vMB 18
845,768 845,768 0000000000000000000154ba78859298ae90d83d2bb741ca803e89af99c375f5 5,337 1.00/1.00 vMB 25
845,767 845,767 00000000000000000001fc931645648e7e8e68707c071d84cedd4867a8570999 5,749 1.00/1.00 vMB 17
845,766 845,766 000000000000000000003eb6e2255d8507826bf4a36f83b5ab73a0df91658865 5,362 1.00/1.00 vMB 26
845,765 845,765 00000000000000000001f08f302b7ad49d5211e0305ade946f79008450c9858f 6,456 1.00/1.00 vMB 17
845,764 845,764 00000000000000000000fa4bf2fc53c75308c294e8a751eb9d1e1b518a9506cd 5,408 1.00/1.00 vMB 22
845,763 845,763 00000000000000000000bae2a9c1558fcceba9bc72992b9e3d6bf305e113ebe3 4,721 1.00/1.00 vMB 23
845,762 845,762 00000000000000000002853d9875ed158e7d53ae5136f36e5891cc3483ec0e00 4,631 1.00/1.00 vMB 18
845,761 845,761 00000000000000000001ab7425ff47e3c40d286299901d99ab4e8466256eae1c 5,361 1.00/1.00 vMB 18
845,760 845,760 000000000000000000022db04a8f6e5ba6a9a9510d00013bf405006b052d87d5 5,296 1.00/1.00 vMB 21
845,759 845,759 000000000000000000006f6ea6223a7f9fa4c440be8e2d25d286faaaf297c641 5,322 1.00/1.00 vMB 29
845,758 845,758 0000000000000000000340127b213b6e99c5cbac64937e6c84de6a74abb8e061 4,471 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.