Loading Tool

Explorer IconExplorer

Memory Pool

82,396 transactions
32.42 vMB
0.09392071 BTC
Random Selection Loading Transactions
Max Size: 194.46/200 MB

Candidate Block

Mining Attempt a150abbfe8c4807fb36bb422d9a5fd6a9ab212cda27c1786b4a382aae072e737
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root b240e56001a52f79f23165777b0bc2bd50ab9c197d5a09e663860f0cd6d884b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,668
Size: 1.00 vMB
Total Fees: 0.02014588 BTC
Feerates: 265.25 > 2.02 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (454,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
460,672 460,672 000000000000000000268d29b6377f95cca4874e4364623ec0907d7903531411 1,707 1.00/1.00 vMB 119
460,671 460,671 0000000000000000016ae64e49c75aee2cc552813ad29adf6f69d0b4bca3e92f 1,817 1.00/1.00 vMB 163
460,670 460,670 0000000000000000021215e7d26344f686286906bd5caf4ed7f25572415ed544 1,965 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.70 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: 697.32 GB
    • Received: 16.55 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.