Loading Tool

Explorer IconExplorer

Memory Pool

82,217 transactions
30.58 vMB
0.08151678 BTC
Random Selection Loading Transactions
Max Size: 187.61/200 MB

Candidate Block

Mining Attempt ce9a592a2ab56c5b0d229ffe19948a6b00eec3da3ab6a29e4ee527983138918b
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 59d36a96d7a4257ea02ba2f9e7cfc1c421cd6d5c8c5407efdb394edbdcb970c4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,449
Size: 1.00 vMB
Total Fees: 0.01264914 BTC
Feerates: 72.50 > 1.27 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (626,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
289,125 289,125 0000000000000000d6a22f7bcefd9b0a3a1fd11e088f96a72e0280168bea10c4 1,408 0.50/1.00 vMB 51
289,124 289,124 000000000000000068be84756e0215a2fc439cceedee0e03f10c1502e127b4d9 963 0.66/1.00 vMB 28
289,123 289,123 000000000000000080fba2d60849e4986f265b00b729d9ca39cde63276fbfed2 851 0.25/1.00 vMB 64
289,122 289,122 0000000000000000e92a30c0ba10caba6b7d77fb555564d3f2ec5cbaedb1994f 856 0.55/1.00 vMB 30
289,121 289,121 0000000000000000e867582f5f065b8cee6f92050fbbbac4e703b3a802f4bf10 30 0.04/1.00 vMB 10
289,120 289,120 00000000000000010ec424214102d367900d8dd6890f8e13a19d6b148b316317 173 0.17/1.00 vMB 21
289,119 289,119 00000000000000001ddc20b67019684825fc6b9c055389803115d2b50f80dd6c 154 0.09/1.00 vMB 27
289,118 289,118 0000000000000000448cb4464545eb4155ac4d874d577ef789f1eb4ccd51caf7 182 0.14/1.00 vMB 21
289,117 289,117 00000000000000011c454a1790d7ff1c0ebc34bb7e9d56a451fafcf2a7be3f05 136 0.12/1.00 vMB 18
289,116 289,116 00000000000000003852cbea3ea9fd0418ca2a53e3fcde2ad7b00103b259ad7f 126 0.08/1.00 vMB 43
289,115 289,115 0000000000000000178507eaf513f822a72f2072263b4e7393bdb99b0643975f 811 0.44/1.00 vMB 34
289,114 289,114 00000000000000009cddb1821f77dfa8936dfe50a6608f52adc1420e7119ce78 595 0.41/1.00 vMB 27
289,113 289,113 00000000000000002676045db8bba96b4727b9895b6650579e67fc6b2401ef22 88 0.12/1.00 vMB 21
289,112 289,112 000000000000000090ab2a45ec486122f6f961db9c0c2562f0a70cc3e3e6725a 366 0.25/1.00 vMB 49
289,111 289,111 000000000000000091a9bb8a1fff9cbf64535afc8b059f9b15d4fee9c27338e5 70 0.05/1.00 vMB 30
289,110 289,110 000000000000000107d7a3d5738f7b6e4f8569b5e206ba9ca36de3ef711eb6f7 378 0.27/1.00 vMB 35
289,109 289,109 00000000000000003af8503b4714e86c578811ad291f3ff34fbbf10060f81e7a 239 0.10/1.00 vMB 31
289,108 289,108 000000000000000095a7b4a4e1342875f4c802658517557b5b7030220268402a 676 0.48/1.00 vMB 28
289,107 289,107 0000000000000000e3b4dc136b587abb5dd6b6d2ae9d8660b4aa7735e6747a55 1,552 0.92/1.00 vMB 35
289,106 289,106 0000000000000000894f2753c273e3e14d00404125614d6392a1e3c12ed01e74 199 0.11/1.00 vMB 26
289,105 289,105 000000000000000034f6a83a9409f0f6f929dca66dbf023395227b64b6b8896f 89 0.10/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.02 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: 719.23 GB
    • Received: 18.02 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.