Loading Tool

Explorer IconExplorer

Memory Pool

39,478 transactions
28.78 vMB
0.06741335 BTC
Random Selection Loading Transactions
Max Size: 146.04/200 MB

Candidate Block

Mining Attempt 40e9be786c559e8d8e55a8b137f211fe52aa24fa80328acbf8162e808539dc0d
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 77abfaa741e5a8344d34aee2eb1ef6d3056c6359daa2e1cfeb36729931ee550b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,322
Size: 1.00 vMB
Total Fees: 0.01158950 BTC
Feerates: 88.61 > 1.16 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (848,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,172 66,172 000000000871168470edeb66409d7a4d01dc17f3edcccf9f5c78a6a1d0e7d0d5 1 0.00/1.00 vMB 0
66,171 66,171 0000000006504dbcd0d41503e4e7df03016b05356f84bf00fa5c69728de3a0cd 2 0.00/1.00 vMB 0
66,170 66,170 0000000001f8239143e2f8b7e151da5ebdd40931e4eea0290a83f5704676893a 4 0.00/1.00 vMB 0
66,169 66,169 000000000930008a87441840c023ce50e99b79c74f18d120582cefbc47e76143 1 0.00/1.00 vMB 0
66,168 66,168 0000000005b65d76fa80f53fc50c4dd2ab9ba2b849fda780153318f867d86b38 1 0.00/1.00 vMB 0
66,167 66,167 0000000003531f64f33542446ed64bf7256703cebd232054ed80a6e64f7951a4 2 0.00/1.00 vMB 0
66,166 66,166 000000000a289819e3864dcb5ddf2e571434de73bf7cc45a00c119278be7427a 2 0.00/1.00 vMB 0
66,165 66,165 00000000042fd6149efc75225860dbc3cd423b8c90d6b2be5edb70d1eab23075 1 0.00/1.00 vMB 0
66,164 66,164 0000000009e8f6727fc03bb98180b2b207625f6be0abf034606cdbab234a2f00 1 0.00/1.00 vMB 0
66,163 66,163 000000000040457e7d373d0a8936d95a1ea735bbd722744c93e263b33d6cb106 1 0.00/1.00 vMB 0
66,162 66,162 0000000002c22ac0e55c0c3ffb1cb7d3a0d1be98729840a04e0f992315ba94dc 2 0.00/1.00 vMB 0
66,161 66,161 00000000006de5a14a9ba858143849da12e5e1ab5559065ea8de7d70e0f72642 1 0.00/1.00 vMB 0
66,160 66,160 0000000002da8e2bc6e9471c2ab2a1a765dcebf9cfdd756d9d5c9b768f817857 1 0.00/1.00 vMB 0
66,159 66,159 0000000007f57bf898e28c4bfdaa6faedd77e338e8975ea8ceae8e41df8805f2 5 0.00/1.00 vMB 0
66,158 66,158 0000000004cb66ebb55280e54a730f02a75fee4cc739735612e4e9a4e84f7f06 10 0.00/1.00 vMB 0
66,157 66,157 0000000003681f0db1699deeaec4715b70dffbf4c47c1ec8aa512d8616562a2f 3 0.00/1.00 vMB 0
66,156 66,156 0000000000513a50edcfbc8fdf297717dfa20a9632d259362b0eab999036fabc 2 0.00/1.00 vMB 0
66,155 66,155 000000000008690ada906f8939342df2969006dcb6be0979ece32d2428a8b24e 3 0.00/1.00 vMB 0
66,154 66,154 000000000067fb57b70c3f233170c735db3bf97d8ec3c7938a051e8d577720d6 1 0.00/1.00 vMB 0
66,153 66,153 0000000004db6bc621f87b60eaf55d0069e415c431bf2c5a3e566b5e6f318998 2 0.00/1.00 vMB 0
66,152 66,152 0000000002ac721909c64d88478cf9e59cc76882bdb1b6ddf65384d584137063 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.59 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.15 GB
    • Received: 11.42 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.