Loading Tool

Explorer IconExplorer

Memory Pool

82,924 transactions
30.42 vMB
0.14852574 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt ee4409921fb94079de2f5d26cf32380afe072be5a4dd2cabc325ad9bf18384d8
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root bc499523167da7c29234e536f6cdd7e0db89d6e3137755393a9ec24f4bb6955a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.06712789 BTC
Feerates: 150.61 > 6.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (299,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,681 615,681 0000000000000000000f0dfc85be4db42c590637a16dd5b5177aeb5bb317cda3 2,473 1.00/1.00 vMB 18
615,680 615,680 0000000000000000000a4b8d0b2f987971e301992e0b3948ad69c54741eb676a 2,409 1.00/1.00 vMB 17
615,679 615,679 00000000000000000012097565f56cbcd51b45a832ff918c31be66b085fe22bb 3,518 1.00/1.00 vMB 18
615,678 615,678 000000000000000000034ff79a0c7ec61ea44e59514172d2a8d83033aaf9416b 2,952 1.00/1.00 vMB 13
615,677 615,677 000000000000000000100169f06a8584b4aaca4b576bc64da4acc7e7de4d493e 2,986 1.00/1.00 vMB 14
615,676 615,676 00000000000000000010dafff3ecb29d3b94c0db3f742e41c2d0a21ba2ea69a1 3,290 1.00/1.00 vMB 15
615,675 615,675 00000000000000000007071e43d5f9651c980a066b2442cfd9a1fe78fce9a755 3,014 1.00/1.00 vMB 22
615,674 615,674 0000000000000000000c3a6e97e127819399a6fa566cfebcd3f8d64f51af5240 2,691 1.00/1.00 vMB 46
615,673 615,673 00000000000000000007f08b77144633ef94c709eed289387ab6e61fd46c4342 840 0.25/1.00 vMB 16
615,672 615,672 0000000000000000000b819795886bd2a436729e0d94b39f56a5c60813fa9950 129 0.03/1.00 vMB 151
615,671 615,671 00000000000000000003e0ac7bb1939b802737c534d38285db8e2772c9a7804c 2,215 0.74/1.00 vMB 3
615,670 615,670 000000000000000000089d6fa7782f1fe1d20cd1fe76f68407fec8b88d3b0a1e 2,191 1.00/1.00 vMB 9
615,669 615,669 000000000000000000114b73ced701f9a699c1d21422c44c3fc5956f2cd1d924 2,707 1.00/1.00 vMB 24
615,668 615,668 00000000000000000001eb35502cb0e553f0d0a4efc91c7c17802644767a3c44 2,486 1.00/1.00 vMB 2
615,667 615,667 0000000000000000000d6a0b66a8f054ae880aef4cadd030fc9f3739dd5c7b98 3,168 1.00/1.00 vMB 23
615,666 615,666 0000000000000000000b3199480035431d7cf986f296f8fd1e1bf2470128b8df 2,265 1.00/1.00 vMB 7
615,665 615,665 000000000000000000065080b74b807419a04f24efaefa3f630e7f3984ead6bc 1,563 1.00/1.00 vMB 9
615,664 615,664 0000000000000000000e04047ba42a2e38b3591bea8b4624262fc42c0162e13b 2,901 1.00/1.00 vMB 20
615,663 615,663 0000000000000000000e48434c6d8b016f345b8030ce8ca6c427ca46c7c8ea32 1,934 1.00/1.00 vMB 15
615,662 615,662 0000000000000000000d78fd1bc0cda2478a5dfc660b13be1321e56b4f7499ca 2,499 1.00/1.00 vMB 18
615,661 615,661 0000000000000000000c22de15bca4afa58ea221ee8dee5ebb39dc1ac3be2b2e 2,070 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.33 GB
    • Received: 16.20 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.