Loading Tool

Explorer IconExplorer

Memory Pool

91,824 transactions
24.38 vMB
0.06653676 BTC
Random Selection Loading Transactions
Max Size: 163.86/200 MB

Candidate Block

Mining Attempt d784271f399204d64678fd8dc109ea3f249268ea782460fc5a67f8bc4ef157f0
Version 20000000
Previous Block 0000000000000000000168f6fda2d1bf0725812e6c2a4ff42daa955f44ac86a8
Merkle Root ae01706279eb84e2506e72a7dbcda17910c7a5b9b73512bd2b6f1b561b4dcd41
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,481
Size: 1.00 vMB
Total Fees: 0.00904106 BTC
Feerates: 151.08 > 0.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,095 (832,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,699 83,699 000000000018301850ed4f5d54eb7c10b808bfdb32490fd828b151f2478c5798 3 0.00/1.00 vMB 0
83,698 83,698 00000000002e5c05b12ceeb0a1722c83f1d19f4fad3f230fa98fd64edb791050 2 0.00/1.00 vMB 0
83,697 83,697 00000000000ba91d46eb6d4a77ab19d4a2837f1b9b063ba04babbdcfe413eaaa 2 0.00/1.00 vMB 0
83,696 83,696 000000000023c400bf93fd547c2b29d4216fc64af84c3498f09e74917c2aaee0 1 0.00/1.00 vMB 0
83,695 83,695 00000000001bcbcae8247a2f3ce0856cf64c28126ea04e0747641ae6241638ad 2 0.00/1.00 vMB 0
83,694 83,694 000000000027456ec836d6e6410c77d5c63343a517ab4eb8d1cba98e8967b842 1 0.00/1.00 vMB 0
83,693 83,693 000000000008b18634f4b4c3e93812c2c18a3c6e310f498816a7065d9761f9b6 4 0.00/1.00 vMB 0
83,692 83,692 00000000000a0b5eed4b150f1622f677ba2e8013cf0582138015995b0cd157bf 1 0.00/1.00 vMB 0
83,691 83,691 000000000020db44737786ed524eb84dee3dbd9bd3297c16b9d0f63aaeee7c02 1 0.00/1.00 vMB 0
83,690 83,690 00000000000b7e09399e53443ca501e2522ac4e1b4774230c6b3347487b4c0ed 1 0.00/1.00 vMB 0
83,689 83,689 00000000000254b297ed19c77958904c12ac00545a8db8e7711685ce22e51a65 1 0.00/1.00 vMB 0
83,688 83,688 000000000012086927fc59b715e55ae3757f427a75fe5d00802a1d8142f5411f 4 0.00/1.00 vMB 0
83,687 83,687 000000000025786fede83fff752496e3ea8fa56eb042548049b9724a1d69be42 9 0.00/1.00 vMB 0
83,686 83,686 00000000000044b77ba6e72e3e7d4d96bf2c326494030af9b2dfe309aa50d111 5 0.00/1.00 vMB 0
83,685 83,685 000000000024ee5ada2dc82bf0704314b5d9524839ccba0f5d52bef26a9b14c2 3 0.00/1.00 vMB 0
83,684 83,684 00000000002f78368f75a9936e0f5c3eee8cd0b1d207ee6aa5db10a753a041e8 4 0.00/1.00 vMB 0
83,683 83,683 00000000002f0b254f2053c1ea5ee1510fe7aa91585aa8da32d87c77f9b34214 2 0.00/1.00 vMB 0
83,682 83,682 00000000001d519638871447ea210ce42a29c38fd0f79e7dbcbc06a13d924d37 1 0.00/1.00 vMB 0
83,681 83,681 000000000018b7144dd58a0ea01d5c10a69f805ca0e6537c097fb4cbba946f67 1 0.00/1.00 vMB 0
83,680 83,680 000000000008b86081ecf74c089dbec81f6d70afbc884c4d7ea8e34ff6bfc717 2 0.00/1.00 vMB 0
83,679 83,679 0000000000279dbf8ed35d413e41fe7d2bfa97b56542efd6f762aa8c5d08553f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.29 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: 815.18 GB
    • Received: 24.14 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.