Loading Tool

Explorer IconExplorer

Memory Pool

82,291 transactions
31.13 vMB
0.12171704 BTC
Random Selection Loading Transactions
Max Size: 188.90/200 MB

Candidate Block

Mining Attempt cbaa3b2e8048856be5ea0ec607feb20178b50ed3d622cf2d768f106920894cf3
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root bb4c5941d8dae63742e4d1aee430a5e67042de18b0913424304cfaf85026a671
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,200
Size: 1.00 vMB
Total Fees: 0.04197611 BTC
Feerates: 318.30 > 4.21 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (430,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
484,689 484,689 0000000000000000006cf0b940fc9d794b13e7e025e370be0cd0da53542e41b9 2,132 1.00/1.00 vMB 92
484,688 484,688 0000000000000000001649b3a96b295a2bdab144a15e980d6f0f10ef27544dc8 1,726 1.00/1.00 vMB 207
484,687 484,687 000000000000000000c9f5ab4d24e20d01dd6d62473a1c13bcec9bcd68cc5ba1 1,679 1.00/1.00 vMB 42
484,686 484,686 00000000000000000026155ec6c03ff8eeaa35cb21b1183d5eebcb24900929bd 1,629 1.00/1.00 vMB 112
484,685 484,685 00000000000000000122112b92141e2751f0fe9e36a693e8e8b488a552e85ced 1,507 1.00/1.00 vMB 65
484,684 484,684 000000000000000000b2f7efd79a0ae7bfae31b94b4bbe305b54807926e68cb7 2,057 1.00/1.00 vMB 192
484,683 484,683 000000000000000000148bfd1813d6f5cc17fcabc7a3f8c026827132817d801b 1,781 0.98/1.00 vMB 93
484,682 484,682 00000000000000000106a8d85825a93e277b51441daa0de92f609a0fd738f9bc 585 1.00/1.00 vMB 127
484,681 484,681 000000000000000000b80016386a52cd38c45697a883b1a49405442f6dfd2c00 2,022 1.00/1.00 vMB 184
484,680 484,680 00000000000000000120116788399a726dd833c9e5c8f3f31cb45f72f6663195 2,501 1.00/1.00 vMB 224
484,679 484,679 000000000000000000b0950feff9e4ee18b62454c5777ef440d2e9867eb06980 29 0.01/1.00 vMB 962
484,678 484,678 00000000000000000102697d92302d7fc2b44c375d7d8a4e6140c849839bfbe7 2,501 1.00/1.00 vMB 217
484,677 484,677 000000000000000001294413a00fdd90bb34617209d56dedced979c05f96db48 1,960 0.99/1.00 vMB 27
484,676 484,676 000000000000000000136aae284df3ffb61bcd1512fbe70e9a0ec47745c034a8 2,148 1.00/1.00 vMB 188
484,675 484,675 000000000000000000c2f6a2966e911dccc2e86d0ec0d6236d9c299711ca1f47 2,302 1.00/1.00 vMB 171
484,674 484,674 0000000000000000002340c59b42647c26df16d15f3e65e10fcc91dadfab6816 2,193 1.00/1.00 vMB 146
484,673 484,673 00000000000000000108f7f5818a81c9f7aad8d2e4f4ae955866c0b9baa04db8 148 0.17/1.00 vMB 88
484,672 484,672 0000000000000000004a26dce06f002e452f6136bd3b294f9f9055641113cb19 655 0.60/1.00 vMB 22
484,671 484,671 00000000000000000104513901d473e6126f3ec1daf4c01b8a9a4711a035d84f 2,065 1.00/1.00 vMB 89
484,670 484,670 0000000000000000005025507f28a0a09ed1d333765d595af37aeb4d4a896c9b 1,999 1.00/1.00 vMB 80
484,669 484,669 000000000000000000bceeaac79c640f493d1110d0d131f5113fff32a0314b0a 1,987 1.00/1.00 vMB 203
Previous 10 blocks ↓
Total Size: 783.08 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: 722.05 GB
    • Received: 18.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.