Loading Tool

Explorer IconExplorer

Memory Pool

82,702 transactions
31.29 vMB
0.12686489 BTC
Random Selection Loading Transactions
Max Size: 189.62/200 MB

Candidate Block

Mining Attempt 8d34f4c49115eb952331b48e7a9ed0f17f5c3c2e2f14d06b255c566a554c7164
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 65ec639deb323f7e3171a0a30dd6cb414f0289160d70a3f7f7c5d3eace5e7256
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,069
Size: 1.00 vMB
Total Fees: 0.04405369 BTC
Feerates: 318.30 > 4.41 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (477,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,189 438,189 00000000000000000389f25a55bf8c72aa3a29d8c9f54ada1f6921cd4cdaed2a 2,392 1.00/1.00 vMB 73
438,188 438,188 0000000000000000007a16dc74933fdbb082989343bc5762a0f2423906ae6930 44 0.02/1.00 vMB 65
438,187 438,187 000000000000000001d03e8538550e7e91aac9be6b7ff674472952d5f9f6ce01 756 0.43/1.00 vMB 63
438,186 438,186 0000000000000000036baa5bcbfaa0e46b0651606c7aac8dd924cdd4254a3e0c 765 0.60/1.00 vMB 43
438,185 438,185 000000000000000003adccf67d05562b6f3e95c824a383438b3de989342def76 1,105 0.74/1.00 vMB 46
438,184 438,184 0000000000000000022977f422cf06411443b9fe17e26169119b9bc0d2a78c8a 2,532 1.00/1.00 vMB 65
438,183 438,183 000000000000000004484e99cd4ca96c4ba3db469a6160111281a58d47a0380b 1,821 1.00/1.00 vMB 44
438,182 438,182 000000000000000003c29e83bbc408fbc1ea386cd0094aa941cfde0de35fe1d8 2,517 1.00/1.00 vMB 82
438,181 438,181 000000000000000000ebe4c416aa783a743d82efb8fbcc66b05a43acc313bf66 1 0.00/1.00 vMB 0
438,180 438,180 0000000000000000003c1d52b90cab00eb3952a44836749bb83e8f894c1e51de 2,021 1.00/1.00 vMB 53
438,179 438,179 000000000000000002c9b9bb7328f627872462d1af4d2802ced26340d3567fdc 1,523 1.00/1.00 vMB 75
438,178 438,178 000000000000000002507167877364b3d2f1a7afa01d17ceca05dedaffe103c8 2,412 1.00/1.00 vMB 79
438,177 438,177 000000000000000002e061975146dd23e03d01fc23b34a9c409c609e8c5cab87 1,737 1.00/1.00 vMB 50
438,176 438,176 0000000000000000028ad2d1bb0dcc7789fb5014978b10cd24fb9f5f3994e473 720 1.00/1.00 vMB 37
438,175 438,175 0000000000000000034c55c89ad057892f4750dab5685d6480146e6153624f36 2,253 1.00/1.00 vMB 55
438,174 438,174 000000000000000002bba584af2ae927c7db8c472df15ff95c62ba14281c3d34 2,559 1.00/1.00 vMB 81
438,173 438,173 0000000000000000017bf74f2553cd9d071495c40e9d4d481f11bb5c1ba92a89 1,624 1.00/1.00 vMB 46
438,172 438,172 000000000000000002bbad26197ca3fb3fdee5a5d6dc25e9b191e8e0842f3839 2,307 1.00/1.00 vMB 61
438,171 438,171 000000000000000001db20e11dbeb0cc824a36cf95f25236cbb4c6e67bc0f4b9 2,503 1.00/1.00 vMB 73
438,170 438,170 0000000000000000040089843667f286f19e09f76b28e91373698da27b01b7fa 2,500 1.00/1.00 vMB 73
438,169 438,169 00000000000000000447ff8d341c4ceff50e7e6deb3132055dd4d7640290d742 2,594 1.00/1.00 vMB 73
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.26 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.