Loading Tool

Explorer IconExplorer

Memory Pool

78,542 transactions
29.43 vMB
0.09862584 BTC
Random Selection Loading Transactions
Max Size: 177.24/200 MB

Candidate Block

Mining Attempt 60fca5d4f9c2ab3b4be49045df0ae455a246afbb130d701bc4d647afbcfa8bb8
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root fc47f34a929679f145e9ff2303f0f5f67bba2ba726d58f7962efd68b8ba3fe32
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,483
Size: 1.00 vMB
Total Fees: 0.03518072 BTC
Feerates: 103.00 > 3.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (138,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,837 776,837 00000000000000000002793055120bac91f4bdd11de2e57e606e9fa3980f2482 1,167 1.00/1.00 vMB 7
776,836 776,836 00000000000000000001fe32e622b019fb0daa554f08b49a63f842d206675bb4 907 1.00/1.00 vMB 4
776,835 776,835 00000000000000000002b3cb6844077b1d2a50ca6673cf318d9bd63e51142be6 3,251 1.00/1.00 vMB 26
776,834 776,834 00000000000000000001ca3986e28ededa78840fdc105ae2e4a4ac15d1829902 2,202 1.00/1.00 vMB 16
776,833 776,833 00000000000000000005e2a240db7b045dd7c9f4b5eb77d7dc15141dd9e8a0ba 1,362 1.00/1.00 vMB 7
776,832 776,832 0000000000000000000384f6253dda4cb6354c175d008a6d2c16c3beaf1cdf26 2,326 1.00/1.00 vMB 20
776,831 776,831 00000000000000000004857e1da9503cfaf5bc5c45a91f09740a9dfdf3c3c462 1,880 1.00/1.00 vMB 6
776,830 776,830 0000000000000000000645fd1053c1745b0e9dd0139bcbf4bfcfeaedd2652164 2,693 1.00/1.00 vMB 16
776,829 776,829 000000000000000000063d76645f9dd6bf93ed9af73db94f9afdec9edc5e0489 1,512 1.00/1.00 vMB 10
776,828 776,828 000000000000000000026ca2b8e9e1ede3e520530b598e5e6bc4f72f6f190718 3,316 1.00/1.00 vMB 30
776,827 776,827 00000000000000000007201c8565cf249f7113a2638eaabc1e15e328d776bea5 1,572 1.00/1.00 vMB 13
776,826 776,826 00000000000000000001795d08a48312808dbdd2873bdf068f84e23e1da5ca84 3,119 1.00/1.00 vMB 23
776,825 776,825 00000000000000000003b7eaaf46b0f8ccfb9f3fe2a2458bea8fc47d8210366f 2,939 1.00/1.00 vMB 23
776,824 776,824 00000000000000000001f0158a913d00ec84d3bb0e84b6b2c3ac50445af1b40a 2,477 1.00/1.00 vMB 17
776,823 776,823 0000000000000000000276a5a63ecb919772d067fa27e37558eee36fd9258caf 2,134 1.00/1.00 vMB 16
776,822 776,822 000000000000000000051018b75e75582b68d4ccf1c226a9b3a3e7b542e73db1 813 1.00/1.00 vMB 6
776,821 776,821 0000000000000000000610cc7c965f6d10fbde4953fd3df5659a5164d9fb3d24 745 1.00/1.00 vMB 5
776,820 776,820 0000000000000000000691cb0856fa1cc04938c509413d31d773e1409b253b98 2,003 1.00/1.00 vMB 14
776,819 776,819 00000000000000000005b8cc422cf8700c57517e1d81317f430845ba431598ed 505 1.00/1.00 vMB 3
776,818 776,818 000000000000000000031c4eceed949b43e2dbd7d2ef90a2e5faa4af59f3d469 1,624 1.00/1.00 vMB 10
776,817 776,817 000000000000000000011313be8983202a078b862a3c9ba343dcfd296316a82d 2,698 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.