Loading Tool

Explorer IconExplorer

Memory Pool

77,966 transactions
29.81 vMB
0.10693639 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 2cb8867bd3dcb3d79df6a67bbd9592f5bf47c0dceb9a8088dd3fd2479e5a2c13
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root c3d1f82b3e98b287e337b9b74000d8a68ccba8cd5dfe0ef1f82558ef2cdb9a00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,537
Size: 1.00 vMB
Total Fees: 0.02350302 BTC
Feerates: 109.82 > 2.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (364,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,080 551,080 000000000000000000075b3c95328fc0da5401abcd0d0329ed7be6db72e5e9b7 1,696 1.00/1.00 vMB 41
551,079 551,079 0000000000000000001f856a1b831aa4f2342a6f7aac3f330ab67a4ad43f5d72 1 0.00/1.00 vMB 0
551,078 551,078 0000000000000000000c473e96f7a68750e1b0f9e42ad8f0872a6d2a92a12928 1,780 1.00/1.00 vMB 52
551,077 551,077 0000000000000000000a6c51e897a30459c2b70dc1441a1815fbce5417fffb70 1,688 1.00/1.00 vMB 54
551,076 551,076 000000000000000000254968cd8aef088b008f89340f934e899da5742849f649 1,152 1.00/1.00 vMB 71
551,075 551,075 0000000000000000001f9985715715ddfc19ef16385bfd89891c3562829b9f62 2,758 1.00/1.00 vMB 28
551,074 551,074 00000000000000000015174201ba4e1334c66d0f77edae71414d1dc41c98438c 547 1.00/1.00 vMB 2
551,073 551,073 0000000000000000000c62c051098568113db0ce052754ebe83a96163c6ec792 2,927 1.00/1.00 vMB 31
551,072 551,072 0000000000000000001264bb974bb36447926474a3ee1bb0709e86dc6d91b351 730 1.00/1.00 vMB 8
551,071 551,071 00000000000000000028fa586ed62a78b49141c6f70d6e2e46dc8342cda1a5bb 2,570 1.00/1.00 vMB 8
551,070 551,070 000000000000000000287af474227ff1290fcf59fcd2e952ff07c4810b3a78d2 2,592 1.00/1.00 vMB 48
551,069 551,069 0000000000000000001fe0be005e280de87eca8c4632ad0e7012788462280974 2,920 1.00/1.00 vMB 8
551,068 551,068 00000000000000000013eabf8d407ac02e9dbdac2b7b71c533f85c30eaf2c4cd 2,377 1.00/1.00 vMB 17
551,067 551,067 000000000000000000181be990d283b7ca52225b8a860132c45ed6ab080de5a6 1,993 1.00/1.00 vMB 21
551,066 551,066 00000000000000000015f4ef32626fc031f2d0d7a4028239d310bbbca8e2f0a6 1,993 1.00/1.00 vMB 53
551,065 551,065 0000000000000000000952b382defde8aa735b9418959d58f8ee65048563df98 2,810 1.00/1.00 vMB 39
551,064 551,064 00000000000000000015f42de12010c6728b15453c982ee68cf65618c327e8ad 2,293 1.00/1.00 vMB 36
551,063 551,063 000000000000000000053285d59be1456f6f34736360621601ea58a84e7041dd 2,562 1.00/1.00 vMB 60
551,062 551,062 0000000000000000000935b8a1b892d0e7b6565ea4b5693d117449348ec7867f 1,534 1.00/1.00 vMB 18
551,061 551,061 000000000000000000094bfa4edb1245c347e42452e4418e9fe5a1d24e335b16 1,992 1.00/1.00 vMB 22
551,060 551,060 00000000000000000020ba8114bf46ee7b8f3a759d197ba5e7d658f2a094b02b 1,976 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.91 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: 714.15 GB
    • Received: 17.51 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.