Loading Tool

Explorer IconExplorer

Memory Pool

73,485 transactions
28.28 vMB
0.07445488 BTC
Random Selection Loading Transactions
Max Size: 167.38/200 MB

Candidate Block

Mining Attempt 9eef8f73d671b5075fd215cb456770f9efffba6c465e024403e9e1163e5f6d8d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root b9106545c85b9ef36503cf100f3ff733642a73ff75b751e823b487a6f1f9c90d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,870
Size: 1.00 vMB
Total Fees: 0.01781492 BTC
Feerates: 150.86 > 1.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (284,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,231 630,231 0000000000000000000de85e0edb15b817b187f64bf036896f0ff7bd2313d093 1,397 1.00/1.00 vMB 110
630,230 630,230 00000000000000000006ba1bfa41a3f891287b243d15599a2c03485b76c8e278 2,668 1.00/1.00 vMB 115
630,229 630,229 00000000000000000008da7edccb5a0556e135c11c752d5a42088833f964c90c 2,109 1.00/1.00 vMB 71
630,228 630,228 0000000000000000000c9d005656bb2fbf9f12c5483207902df18225b49b4300 2,315 1.00/1.00 vMB 61
630,227 630,227 0000000000000000000dba7844e4cb7abb90c750f6a4aed7508bccf748b61682 2,696 1.00/1.00 vMB 68
630,226 630,226 00000000000000000001ec86dfa0fa8d5bddea8115c67960649245c624792f33 242 1.00/1.00 vMB 5
630,225 630,225 0000000000000000000811a5df28b7a58b94500507337013eddfab8ffd1013f1 2,061 1.00/1.00 vMB 49
630,224 630,224 00000000000000000009d9aafc2cecbc64f5f6c36bb2acd8af54f2b346eacc6b 1,680 1.00/1.00 vMB 77
630,223 630,223 0000000000000000000a40aef92c8bde515d3496f242ac57d2fbea138c5afb62 1,939 1.00/1.00 vMB 26
630,222 630,222 00000000000000000007f2623d05ec124735a0f964febecc4409a77d8e1899ec 2,246 1.00/1.00 vMB 12
630,221 630,221 000000000000000000063e68143ff64c810932c59fae039bdb3e8a6d96ca15f2 2,792 1.00/1.00 vMB 66
630,220 630,220 00000000000000000004f1e8153d01d836c5bce2bd89acf59db6ed88398a52ee 2,767 1.00/1.00 vMB 110
630,219 630,219 000000000000000000053612c94dcebf962eaab5dc2aec52320eff37933413dc 2,362 1.00/1.00 vMB 17
630,218 630,218 0000000000000000000ac26e63ff9f5d3a8db8077d537b4f090c740b17de451b 2,773 1.00/1.00 vMB 60
630,217 630,217 00000000000000000009a792f01cfcdf7e62df610f20a4a614430f70ee5bfae8 2,781 1.00/1.00 vMB 43
630,216 630,216 00000000000000000005697612eb15b998c8c93c63b10fa0bc8103c21e24c7e2 2,609 1.00/1.00 vMB 23
630,215 630,215 00000000000000000002f71c45350b987597b20b86170b32ba4ff2283ff8e627 2,620 1.00/1.00 vMB 41
630,214 630,214 00000000000000000006f8a5d52dd04390101cb5944a8396d8484d2fe5c604c4 2,037 1.00/1.00 vMB 92
630,213 630,213 0000000000000000000262f4ee6fcad5e8b2e787e962473cc7af481538c5a0f1 1,760 1.00/1.00 vMB 110
630,212 630,212 0000000000000000000cf81c3394f4dcc37a17ba3eb3a9b2471c02adf9f4a075 1,794 1.00/1.00 vMB 112
630,211 630,211 00000000000000000004fc1fd879dd2bea7576a56ffb7bab1ef9571d378b896a 2,674 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.