Loading Tool

Explorer IconExplorer

Memory Pool

76,756 transactions
28.66 vMB
0.07439131 BTC
Random Selection Loading Transactions
Max Size: 173.46/200 MB

Candidate Block

Mining Attempt 6136c8ed9d4a213e9ec3627674f77612498f448860d0c21d5da4cc611c9c1b58
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ce18c0da40349f8351705af4b82aa5eb8f8b007f73d3fd4251565f0d683fcd78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01486665 BTC
Feerates: 150.93 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (454,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,693 460,693 000000000000000000dc0100fa66c7dd16553d1322584e220b69e3808ece4db3 2,439 1.00/1.00 vMB 205
460,692 460,692 0000000000000000015581364c0a1dc16f71ee31ae6470225ea73d3c5e84fd4a 1,328 1.00/1.00 vMB 141
460,691 460,691 00000000000000000024cc290d92f59d1d4e3d6ce64d4b466e814fdaeff2004c 2,235 1.00/1.00 vMB 144
460,690 460,690 000000000000000000ebf3bc98f0bb299a316eb15a3f10f2f52f20f9c9136eb0 1,546 1.00/1.00 vMB 154
460,689 460,689 00000000000000000018947a567381790c2bf9f24a2b615eb097722a389d2654 2,031 1.00/1.00 vMB 235
460,688 460,688 000000000000000000aec4b0315a8307b3599fdcdca8843570d2e2966b7bae5f 1,813 1.00/1.00 vMB 142
460,687 460,687 0000000000000000001eb572a783c8bb810d0ac9bb9cfad318ff1271a8224b5a 2,338 1.00/1.00 vMB 161
460,686 460,686 000000000000000001dd325adac3d52330dcad71d578bed20e8dbd654f9c8f1d 2,046 0.99/1.00 vMB 123
460,685 460,685 0000000000000000021b9b09dd47a13784f9bd9c63cc37d8bc0c174435a62e10 1,930 1.00/1.00 vMB 191
460,684 460,684 000000000000000001fe7df46e49080a4838fd191b7ef3837c8fc3e676129a6a 1 0.00/1.00 vMB 0
460,683 460,683 000000000000000001cd0cdcea3d922d8e19fa4de32622323304eac0805514a1 995 1.00/1.00 vMB 107
460,682 460,682 000000000000000000ebbdefa07b25387eed6c1bfe437d62910d726cd5a9c530 1,723 1.00/1.00 vMB 150
460,681 460,681 00000000000000000033c047d3df51797d9cb5e7458fe1aa97f95fab57fcfdc9 2,043 1.00/1.00 vMB 119
460,680 460,680 000000000000000001ff8a43d12ba45627f44e59507cc8a22acb03d66eaba83e 1,829 1.00/1.00 vMB 131
460,679 460,679 000000000000000000437c0ff9f6051a8c51acf87a8711c447ba4b5b363875ca 2,056 1.00/1.00 vMB 153
460,678 460,678 000000000000000002093688031acdc9c8ccff4d175150d6175679cd85021dce 2,618 1.00/1.00 vMB 204
460,677 460,677 000000000000000001d0ec211a64c881eafcf9ed4ed4f29a68f25aeb49c874bb 1,347 1.00/1.00 vMB 119
460,676 460,676 00000000000000000115809b50543248c3b0572642402a9ba3fae22e269c21c1 2,266 1.00/1.00 vMB 215
460,675 460,675 00000000000000000053ea88b25c3867244523ba5e1c75528be88cb3348043a1 2,165 1.00/1.00 vMB 131
460,674 460,674 000000000000000001732753e5ead4baf4d42526ea9e2fd2d6c0f60f40390920 1,322 1.00/1.00 vMB 123
460,673 460,673 000000000000000001039263d2be408e05355cf08777b1a642412d4a4df77ad4 2,502 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.39 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.