Loading Tool

Explorer IconExplorer

Memory Pool

79,403 transactions
30.10 vMB
0.10439389 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt 4f38ae10e7d354f99a8146b5d453a9033276d4ef56f7eef04e6f1ee5090a961a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root f010a271f8d8c3a30d507af936ce8ac5c7e1e740233c77c81727ba2a6da9dfde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.03413320 BTC
Feerates: 151.00 > 3.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (40,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
874,379 874,379 00000000000000000001023ca3640ae6545fa397edef37a6eb424dead6447e45 3,333 1.00/1.00 vMB 19
874,378 874,378 00000000000000000001fa2ee88bc27d6ecd113a334121284f1bd8993a2cfb0f 3,407 1.00/1.00 vMB 14
874,377 874,377 00000000000000000000774c5a94b68b491a4fe4741c9c64a6b44b11199be7ec 3,395 1.00/1.00 vMB 14
874,376 874,376 0000000000000000000133c6c639114c3b677ba0029c0adea079bb56181a1a04 3,732 1.00/1.00 vMB 15
874,375 874,375 0000000000000000000164a56319aede22e6897a3b1e9fc96ae2611da18d7019 3,041 1.00/1.00 vMB 13
874,374 874,374 00000000000000000000637b91eab20cd78ce7b39fcc681287389197148c34aa 2,724 1.00/1.00 vMB 11
874,373 874,373 00000000000000000001da0818ce103e2e84f076e7d23ccb243c0efaa70e2332 3,393 1.00/1.00 vMB 16
874,372 874,372 0000000000000000000105ca0c63951e22e9b49bf08fe02c71b65a2e7f050491 3,223 1.00/1.00 vMB 16
874,371 874,371 000000000000000000016a9cafc4f602280024bccf685761f6723f43f04dd31e 1,848 1.00/1.00 vMB 12
874,370 874,370 00000000000000000001e40cbb1b9a41d94f0814a7daa3da9fb97ab42bbeb4c4 2,454 1.00/1.00 vMB 13
874,369 874,369 0000000000000000000181ea8abf5a8d34c03767add007e6fcb75bce44492eb7 1,417 1.00/1.00 vMB 11
874,368 874,368 00000000000000000001be8f6bcb027e06f6e21efd98557e905cd6bed53d1c87 1,908 1.00/1.00 vMB 9
874,367 874,367 00000000000000000000c03c39cc2926713fd189f9632dfd261ea9c44363dfa4 2,599 1.00/1.00 vMB 18
874,366 874,366 000000000000000000001b5e13e491e390f59152f6346f149ee352a4e50c2c3b 3,115 1.00/1.00 vMB 13
874,365 874,365 00000000000000000000964b4c20beecd20302d03e8708d0e0054d814c024d5b 3,641 1.00/1.00 vMB 14
874,364 874,364 0000000000000000000063ad73dadc84c975834e6057baae3e3c4e8eab0de8f5 2,186 1.00/1.00 vMB 20
874,363 874,363 0000000000000000000265ab4cf79b8e041d442895ab349e41f451a2b9430f74 3,463 1.00/1.00 vMB 14
874,362 874,362 000000000000000000029daead7c69a32f038062c71a1223399939911fb0d3d7 2,769 1.00/1.00 vMB 20
874,361 874,361 00000000000000000001e291ac0d353315c5111b82b68eb67e711697ff05a4d4 3,661 1.00/1.00 vMB 12
874,360 874,360 00000000000000000001ebaacc4a240a6c53c3fd5b614751a04de325d31b1212 3,601 1.00/1.00 vMB 13
874,359 874,359 000000000000000000028a884cf974b7cc75bbea3b06120aa313f6bea6443691 3,502 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.