Loading Tool

Explorer IconExplorer

Memory Pool

76,671 transactions
28.77 vMB
0.06612407 BTC
Random Selection Loading Transactions
Max Size: 171.98/200 MB

Candidate Block

Mining Attempt b2359306eacd7fab31e1912cd1e24310767098ea969bf65e332def37b73d0974
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 60de9987ccc862d625f9a1e3661f628a58d0ef2ba23b899a89a9ef42a46e58e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,713
Size: 1.00 vMB
Total Fees: 0.00815238 BTC
Feerates: 73.20 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (108,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,484 806,484 0000000000000000000056df8bbcd6edb926c7a2766434099423f17929f70017 1,351 1.00/1.00 vMB 27
806,483 806,483 00000000000000000000a87e97b8735fa98bd7f6f0c0c1cf7c9182d4cc5c3e46 307 1.00/1.00 vMB 27
806,482 806,482 0000000000000000000412d9321f9a45c34e06bf414e0727a26d8479aa8fac9d 3,104 1.00/1.00 vMB 41
806,481 806,481 000000000000000000040364fc0f7f978e05653b3f76848e0ac98e865e941585 3,800 1.00/1.00 vMB 21
806,480 806,480 00000000000000000001e8f2b93bc7a3c3ef4096ac9b9d0ca4b505920141b54a 1,476 1.00/1.00 vMB 19
806,479 806,479 00000000000000000000ed81d4c0b01362e6cd0cab7c73e7df197ad68fbebaa4 1,825 1.00/1.00 vMB 20
806,478 806,478 00000000000000000004e2677149143ba8f7c1227b6a8194c764824bc258d52f 3,228 1.00/1.00 vMB 28
806,477 806,477 00000000000000000003fc39627694b7705c138e1d67908f52f8297c883979dc 3,076 1.00/1.00 vMB 20
806,476 806,476 0000000000000000000009a2a170b65816f83a10c52ad1ba4b6377c55afc8b08 2,414 1.00/1.00 vMB 31
806,475 806,475 0000000000000000000279c7e2330ec1836895911d88d3ecf1cf3b342f37da7a 2,805 1.00/1.00 vMB 18
806,474 806,474 0000000000000000000278a21860c2c810e77ad0fb2bdc27aa1a6c8309b7a002 3,071 1.00/1.00 vMB 23
806,473 806,473 00000000000000000000e2d19da0fe29b6d2fcc7f5b46111b84b892fd8e3a09b 4,596 1.00/1.00 vMB 22
806,472 806,472 00000000000000000001c9a374e2614623c914be9478c48c76377a9dfadad3cb 3,246 1.00/1.00 vMB 41
806,471 806,471 00000000000000000000f7cafab498a78e7ea375e1eb5666413bb8d7fac32244 2,263 1.00/1.00 vMB 33
806,470 806,470 00000000000000000002b2cb8040fc83b6daffdd22adec1e888f54815eb8a119 4,997 1.00/1.00 vMB 20
806,469 806,469 000000000000000000047cf9b3aeafbc81abf5f0fd541b8dacf74b325c856df5 3,071 1.00/1.00 vMB 21
806,468 806,468 00000000000000000002922fdd7b17bacbb7de92191d097ea79c3e61a94ce031 4,921 1.00/1.00 vMB 20
806,467 806,467 00000000000000000000ebea66a7306a863ac4dac1acd7c90d630b32b0bc8d19 3,631 1.00/1.00 vMB 25
806,466 806,466 00000000000000000004183432d2833ddb13873a9dbe323a25781f07e9df3eba 3,510 1.00/1.00 vMB 23
806,465 806,465 00000000000000000003380b286afb62ca8aaff14c7ec932e37c3a03b55db570 4,537 1.00/1.00 vMB 24
806,464 806,464 00000000000000000000f3e284953fe6413b7ec8dbe531676cd71e03ce53f8c8 3,322 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.