Loading Tool

Explorer IconExplorer

Memory Pool

76,216 transactions
20.67 vMB
0.06741807 BTC
Random Selection Loading Transactions
Max Size: 138.76/200 MB

Candidate Block

Mining Attempt 973b942db1afa726ef5f762ddb632bbd2baeda12f328e7bb51204903259b7d97
Version 20000000
Previous Block 00000000000000000000cb307316e28c1562033a67b95a2af403240845975703
Merkle Root 5e75cc3c8979d3cb23c0e0ae8f681e44864025304b35b83de9592f4204824f42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,796
Size: 1.00 vMB
Total Fees: 0.02215270 BTC
Feerates: 170.94 > 2.22 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,968 (201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,767 915,767 000000000000000000011439da5e08fd1630c2459e3cb72c1e5204972dc35de2 2,505 1.00/1.00 vMB 3
915,766 915,766 000000000000000000002c17330b5809b1270d585151b7e14638c1a67694e869 2,207 1.00/1.00 vMB 0
915,765 915,765 00000000000000000000c5ee9b6c9fb7e3d90eca5af53b968b01fb07aa7f5d45 3,996 1.00/1.00 vMB 1
915,764 915,764 00000000000000000000f5e26896fe413b0146f6b33efa56c18afa6c0fd73d0c 2,601 1.00/1.00 vMB 2
915,763 915,763 00000000000000000000b83de4677c8641ec3c2f0b02a3339e77133125092b37 4,094 1.00/1.00 vMB 4
915,762 915,762 00000000000000000001022dcee2ce082beec0c3016da867bd81f9881e0507c4 4,720 1.00/1.00 vMB 1
915,761 915,761 0000000000000000000139d9c02147beac255bb7570699b608cdf494fd83f562 4,254 1.00/1.00 vMB 1
915,760 915,760 000000000000000000000407336b672c6be4359da8dee7f1f59ebcd62a983cd3 3,195 1.00/1.00 vMB 2
915,759 915,759 00000000000000000000eb4681b3f5b98126bc1ffc9a7ac9067c9848c2a28cd2 2,710 1.00/1.00 vMB 3
915,758 915,758 00000000000000000000ed000d837b2e3b68e9de910c761a99df1aab5d4163b4 2,731 1.00/1.00 vMB 3
915,757 915,757 000000000000000000010c5b5749d830d9d14185aaaa8284ed03ce95de43efbd 3,841 1.00/1.00 vMB 0
915,756 915,756 00000000000000000000247c7eebe42dc5c78649f1556b830c87a1d1fbf1ad70 1,677 1.00/1.00 vMB 1
915,755 915,755 00000000000000000000361954497a67a37b97fca9da5f638bffe1c101a84b9e 3,858 1.00/1.00 vMB 3
915,754 915,754 0000000000000000000063aee706fbf34de5fb84189e02aa664dbd9ee8d222bc 3,622 1.00/1.00 vMB 5
915,753 915,753 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30 2,271 1.00/1.00 vMB 2
915,752 915,752 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1 2,168 1.00/1.00 vMB 1
915,751 915,751 00000000000000000001dce2bd57b1097285a5090a51e7c94ebeb57d8c51e2e6 2,236 1.00/1.00 vMB 2
915,750 915,750 0000000000000000000191bae13e235e203e46eeda20438da86830bff6f3b4ad 4,424 1.00/1.00 vMB 3
915,749 915,749 000000000000000000002329d6ceff1da8bb4c90e8999c15f6186b02fbbc782d 4,058 1.00/1.00 vMB 6
915,748 915,748 00000000000000000001dc283a9b6d121c967e8a47e53b8914bfdc3e91781dd9 4,099 1.00/1.00 vMB 4
915,747 915,747 00000000000000000000e9c18216a09b40d8d3b31f1de704be773267d384c3ae 3,788 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 784.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 804.43 GB
    • Received: 22.98 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.