Loading Tool

Explorer IconExplorer

Memory Pool

45,041 transactions
27.36 vMB
0.10351825 BTC
Random Selection Loading Transactions
Max Size: 143.05/200 MB

Candidate Block

Mining Attempt ec4b65d6156936926e2c56cb08c0c5c17fe7de1b6f03f70f587313065536bfc2
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4f62ee63367aef92d54ef379d34b9881bd7f2b272d5dd3eb73d7f834df813a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.04632039 BTC
Feerates: 151.01 > 4.64 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (378,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
536,724 536,724 0000000000000000001bf70901f74dbbf96e447e4e71509b4d30a886a47d6a43 2,235 1.00/1.00 vMB 32
536,723 536,723 0000000000000000000d2d7a44dc2938204917a3cc6695547c77d9b322839d8e 2,163 1.00/1.00 vMB 21
536,722 536,722 0000000000000000002b9c794d51c015bbdb74d2cfe875b09eb022f21d811f35 2,223 1.00/1.00 vMB 49
536,721 536,721 0000000000000000001d6af2d1aa83ad9fe549913093a9bacd022b91a1c0abc7 2,261 1.00/1.00 vMB 25
536,720 536,720 0000000000000000001d7841a1941a0762c895691c6e9c1e270caf53de9b1d24 2,143 1.00/1.00 vMB 4
536,719 536,719 0000000000000000000bc75d43ffea72051a3d1c4d7c965ee4b2259ac592a573 2,080 1.00/1.00 vMB 25
536,718 536,718 00000000000000000016ae1a85eba7c91714d6f528d97821c7e6ee7f280074e0 2,254 1.00/1.00 vMB 44
536,717 536,717 00000000000000000005327c8282865a845dd10ab02f9c98502032f8ca5c655f 1,885 1.00/1.00 vMB 9
536,716 536,716 00000000000000000008c9a25b09c01c6862f17bb0d600c39e74a43815a23043 2,352 1.00/1.00 vMB 7
536,715 536,715 000000000000000000134a442d332e208323f89d3aa9d2325543c08a3fa50dee 1,805 1.00/1.00 vMB 9
536,714 536,714 00000000000000000012b016fa349d3284b386cd5da8f1a262a39ce6b173eb36 2,216 1.00/1.00 vMB 37
536,713 536,713 00000000000000000017f6a352fee08d16bf8337676b604bf6d60c146c020833 2,880 1.00/1.00 vMB 7
536,712 536,712 000000000000000000267c432414a9d7b716470300877af6c0b25e138b8ee54e 485 1.00/1.00 vMB 9
536,711 536,711 00000000000000000000b70b0e9c6085460b5960cfb5d58e498164ea3a6e3abd 2,109 1.00/1.00 vMB 14
536,710 536,710 000000000000000000065c9afd1dd9b53a3ab045a2fc81ab2aa2b2349678bf32 1,921 1.00/1.00 vMB 61
536,709 536,709 000000000000000000006a45c10df5e60627eb9dd1a8edf43bdddd00728fa88b 421 0.21/1.00 vMB 20
536,708 536,708 0000000000000000000c5b2e8d3bbff928de14046aebf887ab327a3b10086183 705 0.82/1.00 vMB 4
536,707 536,707 00000000000000000024c8056f0067243613d0a037ad19c8540e17b72d46b8c0 1,270 1.00/1.00 vMB 3
536,706 536,706 00000000000000000011fb14ba81c1ca365a103ec173250b41657d090b4bd2ed 2,138 1.00/1.00 vMB 16
536,705 536,705 0000000000000000000f88b948cad4c40035d21daebfc5befc727d1812bce2bd 1,700 1.00/1.00 vMB 13
536,704 536,704 0000000000000000001b3bf349e5056434aca4b49ce78dcb8b330324a894fd51 1,632 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.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.