Loading Tool

Explorer IconExplorer

Memory Pool

74,795 transactions
27.62 vMB
0.07606408 BTC
Random Selection Loading Transactions
Max Size: 168.42/200 MB

Candidate Block

Mining Attempt 53d4da8bbd4f0ec357118dbfcf59279e55d47637f4367a6dc1f4bdd2262a2597
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root d254b39fee74292f1b50f6dd9b1c109391aaa0d91e9871d2efe24a63c79bda34
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,229
Size: 1.00 vMB
Total Fees: 0.01712316 BTC
Feerates: 121.74 > 1.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (338,660 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,626 576,626 000000000000000000045324125db91719f2d3f622a1d2a727683ef9f50ab6a6 2,382 1.00/1.00 vMB 159
576,625 576,625 0000000000000000001df9ede565a2814191f1d6e9ebe40628e55ee53f71153e 2,901 1.00/1.00 vMB 180
576,624 576,624 000000000000000000291c6c9095721732e69204a86da85f5cb1aac5d44c1df4 2,973 1.00/1.00 vMB 188
576,623 576,623 000000000000000000200dae629d608a24fcaf4f564f9b39ea517858dabf2238 612 1.00/1.00 vMB 22
576,622 576,622 00000000000000000025068bedee134f6e24adc1658c49888fa95b8c0ba70817 2,499 1.00/1.00 vMB 66
576,621 576,621 00000000000000000009c97732512b0c3f5494b731b1d153f0b99e45833ba9d6 2,519 1.00/1.00 vMB 72
576,620 576,620 000000000000000000145eb83bf95a58ad0c3d1b2be1cabad62e70248ecc866f 2,383 1.00/1.00 vMB 48
576,619 576,619 000000000000000000028677fc714061b2673a6c7384a7de45f0e9a1ca869558 2,612 1.00/1.00 vMB 21
576,618 576,618 0000000000000000000b9a86d284ab5f74325185c1f1ae0a03f104cb6a128d10 2,426 1.00/1.00 vMB 46
576,617 576,617 0000000000000000000ddbfe19acbcba71dc9fe6e6f86b6c9933d36b83aefe16 2,091 1.00/1.00 vMB 35
576,616 576,616 00000000000000000005b36030755a6b98e62ce2726a115108925d662781371a 3,047 1.00/1.00 vMB 134
576,615 576,615 0000000000000000000ac799e265d9c7f8e1bd66f68068d81275ce4d83e76864 1,926 1.00/1.00 vMB 59
576,614 576,614 0000000000000000001af42d8b97ada3a517c2e5350e8df5e268dbc1f3e0020a 2,743 1.00/1.00 vMB 129
576,613 576,613 0000000000000000002820f6a731ddbf9fb84983b52441f9fbed0b7190e69057 2,768 1.00/1.00 vMB 122
576,612 576,612 0000000000000000001b5d2c7b6562c9b16adfe68020786b167f2129da645dd4 2,673 1.00/1.00 vMB 130
576,611 576,611 00000000000000000000f1ccb6d84ecab1687b882e7ae6e3709f9f25cfbaba79 2,878 1.00/1.00 vMB 152
576,610 576,610 00000000000000000008cd4b2c510f2049806827fd61f87e31de75f829995b89 2,972 1.00/1.00 vMB 188
576,609 576,609 0000000000000000001436c17f03228ce6b6d7384caef929109632ef68d6646a 2,501 1.00/1.00 vMB 86
576,608 576,608 000000000000000000286480a5b0feaa915649b4f6796a18a3def0ecb51dc21e 2,723 1.00/1.00 vMB 72
576,607 576,607 00000000000000000017ae6c779f67efa93e78a6fbffa090268f98ebf0b16774 2,694 1.00/1.00 vMB 130
576,606 576,606 000000000000000000034c930b5bbd5f75c8c2b887ca8a3ed9279e14b449664b 2,145 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.35 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.