Loading Tool

Explorer IconExplorer

Memory Pool

76,222 transactions
28.82 vMB
0.07178634 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 9c5706b177b3da4d09dd7e6e914f4ad37f5a9eccc57c36d1ff0338d478aa1516
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 709c9c05ff738660474e361b44a3d431722d9ab69ddb19eb8e69076a9d416efd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,872
Size: 1.00 vMB
Total Fees: 0.00900707 BTC
Feerates: 104.17 > 0.90 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (87,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,678 827,678 000000000000000000009ce88d5c0598ce48766e53e2aaf5a716cf74abebf18e 3,676 1.00/1.00 vMB 38
827,677 827,677 000000000000000000030019acfb8ccc2515fbee4bcf9a6a2acd67e8bc74067b 4,211 1.00/1.00 vMB 30
827,676 827,676 0000000000000000000099629583fc1469ea5c32ec6e3f2051800416c38b1527 4,761 1.00/1.00 vMB 32
827,675 827,675 00000000000000000002e987c61e95689d5de2ec89ba5fd1febbcd1436bec9a6 2,621 1.00/1.00 vMB 31
827,674 827,674 00000000000000000002123ed37c4b576329914d7f545fe6738a52702ef9e3c3 2,618 1.00/1.00 vMB 40
827,673 827,673 0000000000000000000008c879a6da2d4ed7c0a0aeb85436c19569a134eba2ae 4,856 1.00/1.00 vMB 29
827,672 827,672 000000000000000000031cfe7bf8c128f4e6329066061d26e1d89874cf388adb 4,033 1.00/1.00 vMB 30
827,671 827,671 00000000000000000003d487318325fe1159d0d5f9968e1ef6904ae57e2bfa9f 3,455 1.00/1.00 vMB 32
827,670 827,670 00000000000000000000110cba0a445720173c42cd9a948cf03d1869d31af767 5,459 1.00/1.00 vMB 24
827,669 827,669 000000000000000000023b3d70c1e4f09abbb0c42196047c37385205a413bcbe 4,330 1.00/1.00 vMB 31
827,668 827,668 000000000000000000006c703bf748d422583f07984d4606d01f3d3a79eef76d 5,333 1.00/1.00 vMB 28
827,667 827,667 00000000000000000001b1c4368ec0c80d49eacba8d4e4238325a6d0d72c9bd7 4,091 1.00/1.00 vMB 28
827,666 827,666 00000000000000000001d7ef7b9388f040a1c77be760a73144b0cafb81800ac7 2,383 1.00/1.00 vMB 28
827,665 827,665 000000000000000000004460ffcfa47523eb5ea9f917469705ca074de39a26c5 3,423 1.00/1.00 vMB 28
827,664 827,664 00000000000000000002611d5b3b371347f2e40915a44033571741c2b91f454c 3,317 1.00/1.00 vMB 27
827,663 827,663 0000000000000000000199dcfff0c061dc8a51571780f7e7c351559d34af195d 3,590 1.00/1.00 vMB 38
827,662 827,662 00000000000000000003494556a6b9378e99ad3a0276db8836a0cd3de11097a5 3,189 1.00/1.00 vMB 28
827,661 827,661 00000000000000000001ae1fac131de1e0422a2524872c28ccdf9db80b7c0cf4 2,032 1.00/1.00 vMB 30
827,660 827,660 000000000000000000010831c6b14eafc814094ffa089c3db15889c7a38424a6 2,228 1.00/1.00 vMB 25
827,659 827,659 000000000000000000028dde0f1ce823f35547ff1bebd35dd58ceb04885b0268 6,040 1.00/1.00 vMB 31
827,658 827,658 00000000000000000000f033c55e14376a06d86d087f223acca33efc50fc5181 2,059 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.82 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: 710.56 GB
    • Received: 17.08 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.