Loading Tool

Explorer IconExplorer

Memory Pool

85,040 transactions
31.86 vMB
0.19116342 BTC
Random Selection Loading Transactions
Max Size: 189.29/200 MB

Candidate Block

Mining Attempt 7f28c2bf24b2d81ba5d872d44eaeab088fd4b29a5960ad058727419bca7c2da7
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ebb60cf9472b0cb4423c67345bd67b0fff75de82264e555dace22f5225222fa3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,859
Size: 1.00 vMB
Total Fees: 0.07290809 BTC
Feerates: 301.64 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (407,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,113 508,113 00000000000000000004b077bffffa77e9737e3b7433832ccdf5c6c3066e2a14 2,083 1.00/1.00 vMB 138
508,112 508,112 00000000000000000030dd5f759725350001bd92c75ecd1650e2c2a3f17fb444 303 1.00/1.00 vMB 17
508,111 508,111 0000000000000000002e60259930057530caf2fdddaa00c0c7c4e712196b2b7e 1,279 1.00/1.00 vMB 18
508,110 508,110 000000000000000000353b9497ed367bfa720c9a14ce9c8cf1bf0164ff81fce2 1,839 1.00/1.00 vMB 54
508,109 508,109 00000000000000000036c863bb548f0b1ea79d1e3ce42531a54c2911ed6c6773 2,020 1.00/1.00 vMB 130
508,108 508,108 0000000000000000002b51cbd8bbcdcd3c3662707c669c7186e9b9abbbb46ef4 2,099 1.00/1.00 vMB 16
508,107 508,107 00000000000000000032fc7e00c5cbb923146f8272c4d48f0835d026a2b0b385 1,970 1.00/1.00 vMB 93
508,106 508,106 00000000000000000057482df62ffe5fe4ea70d0a7bb0aed196c549f3166a9ab 1,931 1.00/1.00 vMB 90
508,105 508,105 00000000000000000055dd27ff7cbb26dcae403df2fe73e073139fdc4bd60331 1,919 1.00/1.00 vMB 144
508,104 508,104 00000000000000000002a23ea03c6962dce27e50866c2187aac16d6880ade276 1,655 1.00/1.00 vMB 65
508,103 508,103 000000000000000000303ea41ff068a7cf128d3eadb80f65d1175f2ad4270e3f 1,894 1.00/1.00 vMB 90
508,102 508,102 00000000000000000030d8da174d8da21d00597c45e6a5aba8c2d8ced1ca11b4 1,785 1.00/1.00 vMB 82
508,101 508,101 00000000000000000037f2bd988069fa97508a5e09a5014739ca0b28e9ff1fce 2,138 1.00/1.00 vMB 192
508,100 508,100 0000000000000000004a129538f1b7cd22b98e4845eba6d509814af839ac4dcc 699 1.00/1.00 vMB 100
508,099 508,099 0000000000000000003011f22a8a798a6c10af62a7fce82e1540bbcef3dbd68e 1,625 1.00/1.00 vMB 153
508,098 508,098 0000000000000000002547216a2191c5224a5ea2e0ae68cf896ab435ccdb195f 1,483 1.00/1.00 vMB 119
508,097 508,097 0000000000000000002e9565b064af89d09699305709f1f68170a54399919642 1,904 1.00/1.00 vMB 132
508,096 508,096 0000000000000000001530becd6a20abbb016c082d2ee33d692e38086344498c 2,578 1.00/1.00 vMB 175
508,095 508,095 0000000000000000002c54b14fe39b446d6f5deaaacb84cfa6ac84d90954bcad 2,558 1.00/1.00 vMB 172
508,094 508,094 00000000000000000047470c1725bec7f67cd44c1477c419dc80c9638a5b74ea 1,663 1.00/1.00 vMB 75
508,093 508,093 00000000000000000056bc556e8070b428b77d65c5f70a76fbbcf8e35fcbb6ea 1,900 1.00/1.00 vMB 129
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.60 GB
    • Received: 16.28 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.