Loading Tool

Explorer IconExplorer

Memory Pool

76,528 transactions
33.60 vMB
0.13030128 BTC
Random Selection Loading Transactions
Max Size: 188.00/200 MB

Candidate Block

Mining Attempt 9e3f0aebd8b5f4e9e709e853b9b834e7c3b38a003a7b97faabd2f17e89547f30
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root d53c87f6b0844eefbb2eb5d31598fcf375f34cae0ecce8ef37f11ab43c722855
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,946
Size: 1.00 vMB
Total Fees: 0.02139777 BTC
Feerates: 445.78 > 2.14 > 0.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (647,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,764 267,764 0000000000000003c577eba51d993c75a1e754fa71a53e842186e887a96e53d4 24 0.08/1.00 vMB 15
267,763 267,763 00000000000000002d5189125d32f18b16312264854422d6144805d6dee44a6b 81 0.19/1.00 vMB 15
267,762 267,762 0000000000000008c49d09ab3859fc25217dceeb36651ba9ee392705ef1e6969 364 0.23/1.00 vMB 52
267,761 267,761 0000000000000004e4bacd13a1d8e5cd0e1ea9fe2bb0d5546049ee7ce985c870 194 0.09/1.00 vMB 60
267,760 267,760 0000000000000001c79212898b53494a67bf0a6af19544fca9f9e2c2ad461d26 27 0.01/1.00 vMB 47
267,759 267,759 0000000000000007dc933f3c8ffb6e200d455f561fa33fb06fd57e7aba24c660 133 0.07/1.00 vMB 61
267,758 267,758 0000000000000000ac3f2fff899d1e0a1b99607596f14bfa0c4f6d53be070900 43 0.02/1.00 vMB 54
267,757 267,757 00000000000000000a00b2f9eea4e2f7a11196323cf6a7ca3c4c9845ce46db39 69 0.05/1.00 vMB 34
267,756 267,756 0000000000000003edcb6c632e9d5b151b7393b40db6af04098f9c6957a4fef2 3 0.00/1.00 vMB 73
267,755 267,755 00000000000000076928d7f87b4aa8f89a1417ebc8bfbb3a17c1606452f1cfed 91 0.06/1.00 vMB 29
267,754 267,754 00000000000000084471cde4b4665a71bfa9d68cadf865a5aeca4c02a32b8d3d 492 0.23/1.00 vMB 149
267,753 267,753 00000000000000096c86a272f145522717876c31455d5a8cbcbcb0211a9ab767 50 0.03/1.00 vMB 24
267,752 267,752 000000000000000731cd8e0087f7b0a417d77c746c7a4d6523b415b6425e5e51 401 0.23/1.00 vMB 189
267,751 267,751 0000000000000008587318dd1de7d56b46aa996a76954e990765f36694de7d7a 216 0.11/1.00 vMB 58
267,750 267,750 000000000000000acdae10fd313bb06e4a6c33a509710a4270973f65fa0aea16 70 0.04/1.00 vMB 107
267,749 267,749 0000000000000002068f45a5506e89d2b975c2e15c337488c85d11ffae1df094 215 0.10/1.00 vMB 89
267,748 267,748 0000000000000008bcd5d4dd79deb33b683864104f4828001fa45046530a12e5 167 0.07/1.00 vMB 41
267,747 267,747 0000000000000006463254324e9fce5172f9e7c4538a3d3164568986d09e350d 307 0.15/1.00 vMB 66
267,746 267,746 00000000000000027bfd62e0b82b2ae09428cd9e4000aee4ff098ebe59e0e769 633 0.25/1.00 vMB 94
267,745 267,745 0000000000000003ed72d016db04ee2c08a1bd5359c5bf6b4f2840fa8a068329 297 0.15/1.00 vMB 51
267,744 267,744 0000000000000006a44ed50fb10950ddc4fc889433e76aed02bd210acf5b315f 642 0.28/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 783.12 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: 736.46 GB
    • Received: 18.58 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.