Loading Tool

Explorer IconExplorer

Memory Pool

33,601 transactions
28.13 vMB
0.06358962 BTC
Random Selection Loading Transactions
Max Size: 139.40/200 MB

Candidate Block

Mining Attempt 1b67eb0003fb25c8fcadd9f6b1ebd8ee653a0b7a2b05ea5dbfbaf166805b6cd6
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root 9c0ad82587eac055f7957bc51bbf5134d3659bb4a2dc2fa827cf75bb7d434c6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,859
Size: 1.00 vMB
Total Fees: 0.00952897 BTC
Feerates: 73.20 > 0.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (140,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
773,738 773,738 00000000000000000003c30a6bf6fd6b64eeec3125feb9c05712f5cdc4a7f918 618 1.00/1.00 vMB 12
773,737 773,737 00000000000000000003a9f9b0438ee0644cd4be1a2d49e148e84a655cb1a02a 2,518 1.00/1.00 vMB 11
773,736 773,736 00000000000000000002656e34cc33e8fbee6b63f7fd7cb3cdec29f2322b00a4 3,104 1.00/1.00 vMB 14
773,735 773,735 00000000000000000001686853eb8a9e9eb2402840aa327a945a5942650d5f7c 3,130 1.00/1.00 vMB 15
773,734 773,734 00000000000000000005485b547efc0ace36946ded1a4d4da7054fa6d7993a4e 3,734 1.00/1.00 vMB 10
773,733 773,733 000000000000000000013885c37ed2075a08a3d9bb71bdfb5cde26b01e2b6a19 1,995 1.00/1.00 vMB 10
773,732 773,732 00000000000000000005dd021d9be98cdad9a2b0a8266d07c182fbd933b3b99f 3,412 1.00/1.00 vMB 12
773,731 773,731 00000000000000000003971f9ecc730c2dcd73469cbac172a6ab41a6feb3ace6 3,348 1.00/1.00 vMB 22
773,730 773,730 00000000000000000001477ecc4314dd1d2479bd7d5fb229404b305a000a9115 3,698 1.00/1.00 vMB 18
773,729 773,729 000000000000000000018a91baf4d6e3a0381a961f18d09ee5f0a3423176a165 3,481 1.00/1.00 vMB 21
773,728 773,728 000000000000000000068eadadc191439073a42038ccfe6fcb28e6efeadca8a9 3,102 1.00/1.00 vMB 22
773,727 773,727 00000000000000000006a991eb3f1ca5825ffdf791a11fa9d6ae856c6f561da6 2,760 1.00/1.00 vMB 46
773,726 773,726 00000000000000000000231149128ddf7201819b1a7d644ae11c73adcf421271 1,654 0.48/1.00 vMB 9
773,725 773,725 000000000000000000028b80ecab418224c32ae18532de3a427475a23b4b6b1a 64 0.01/1.00 vMB 13
773,724 773,724 00000000000000000005d1e1cbfc947e2d0959c06a895191b9968c5ccc71eb6c 1,679 0.50/1.00 vMB 10
773,723 773,723 0000000000000000000271360c865112ac2079778dcd51a3c61491a003a2293b 1,873 0.51/1.00 vMB 10
773,722 773,722 00000000000000000006b4d8671b520ff08080b2aa6673fe869de77dcf6cb2c8 2,047 0.99/1.00 vMB 5
773,721 773,721 000000000000000000070e3315af2264e3a791c5e5de6a424b9576581f538192 1,805 1.00/1.00 vMB 6
773,720 773,720 000000000000000000034c3ea9bf7edece057e94b7c614f56a10d06bc47c00d1 2,664 1.00/1.00 vMB 14
773,719 773,719 0000000000000000000278bcd7a2f3f8d79dda901ecb56e6f3b941b72179a6e9 3,755 1.00/1.00 vMB 11
773,718 773,718 000000000000000000043ba8dff1de72d32da7d38d7bfe192ca81e9ece1b5a33 3,184 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 615.16 GB
    • Received: 11.16 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.