Loading Tool

Explorer IconExplorer

Memory Pool

44,142 transactions
20.84 vMB
0.06235144 BTC
Random Selection Loading Transactions
Max Size: 117.61/200 MB

Candidate Block

Mining Attempt 6367801267741355428fe5c7e43ddc4e3b85c5f90a68c9b70b1ae9ccb80ed839
Version 20000000
Previous Block 000000000000000000007dae9b7e7e1d00da353eb04587d7b003687d74a0a2f4
Merkle Root 26bb9af0b9499280d713f2dc8039286d39cb431cc9e2259a1fef55c23626a60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,916
Size: 1.00 vMB
Total Fees: 0.01905885 BTC
Feerates: 502.67 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,068 (819,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
94,941 94,941 00000000000537a6439f63f7cd0590b359a70cbd0ae1fa41ba926d5454630152 3 0.00/1.00 vMB 0
94,940 94,940 00000000000019fa9709602c1f588b04d2a3538e1a26973c3bea52e6db68eb35 1 0.00/1.00 vMB 0
94,939 94,939 000000000005e602f29657e15da7c0058fcee8b70982d51fc50f135fb8f3f41b 3 0.00/1.00 vMB 2,624
94,938 94,938 000000000000b1b2dbdf0d58c153114e25bf2e821625438afcf6a9cde8746b27 3 0.00/1.00 vMB 0
94,937 94,937 000000000004332cdd6c55d0c62344f2900a403c74afea7e4b991fe54ddc39c7 1 0.00/1.00 vMB 0
94,936 94,936 000000000003f3e612a8f5a9740b0b5557ab0433c2f7fb4e0494ce60754663ed 1 0.00/1.00 vMB 0
94,935 94,935 000000000006fbd4bea6cf0a4bfb7e61e5e2d221395b6c31df1bb1fced6704e5 5 0.00/1.00 vMB 0
94,934 94,934 00000000000265dbb0e3edf0b577e466a89917da802df1c9736423d30abca53a 1 0.00/1.00 vMB 0
94,933 94,933 00000000000239b683704c620ff8ae593643d7ea6b9bf2e58cea0d8905373b48 6 0.00/1.00 vMB 0
94,932 94,932 00000000000171390da2ddb816b53748942a89a148a0a157515fcca35dac81e3 2 0.00/1.00 vMB 0
94,931 94,931 00000000000007e87d0c05a29610587ea56c0744a547d2fc5defee3bcdbed6bc 1 0.00/1.00 vMB 0
94,930 94,930 0000000000048114b761640a2336fd5a96643fa46d9058015a91144d6c1344d8 1 0.00/1.00 vMB 0
94,929 94,929 00000000000502f3200f8aa614a84b07c1db5c38df08854a26e8d2de274b62be 3 0.00/1.00 vMB 0
94,928 94,928 000000000002001a28e95671172c1d0c4e6d28c9d47e60cd4ba603d140dfac10 1 0.00/1.00 vMB 0
94,927 94,927 000000000001a34baa97bfb10494652ceeb5e0db9bd1003c33e38ed6bd5dcadf 7 0.00/1.00 vMB 0
94,926 94,926 000000000004e28cca11a7bf31cad514dcc8cd0f1abaaf26546063596144a005 1 0.00/1.00 vMB 0
94,925 94,925 000000000000aefc67c85a880de8231b9cf5a662f61942dbdd902a73d4c4b74b 3 0.00/1.00 vMB 0
94,924 94,924 00000000000445bc7cd3f5cd6b6f00ba62da38cbb4cca8ad50b8fffd7094f7ef 1 0.00/1.00 vMB 0
94,923 94,923 000000000007dc87ebe07b8914832c695426b53cb7b2c7764adcae790a1bf920 2 0.00/1.00 vMB 0
94,922 94,922 0000000000010af5fdc8d55028be3d85013ef2c40ae82551449c83556b7b8165 1 0.00/1.00 vMB 0
94,921 94,921 0000000000063d2ec1c06d87752c84ade520183056e0375725549782dcface34 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.71 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: 555.02 GB
    • Received: 6.86 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.