Loading Tool

Explorer IconExplorer

Memory Pool

82,388 transactions
30.74 vMB
0.08468876 BTC
Random Selection Loading Transactions
Max Size: 188.11/200 MB

Candidate Block

Mining Attempt cb9603003128bc66c02a766b64f4b27ebe99de568749a7ab99178146dfd289b2
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root a3b7c1bc867d8b49f1f3c2232e09c34b1b939b7c846cf60d291601639a082e8b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,808
Size: 1.00 vMB
Total Fees: 0.01505458 BTC
Feerates: 114.09 > 1.51 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (553,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
361,393 361,393 00000000000000000e5c1e518b28bcb8cfa0f59da8f347be287eb4044148ec27 246 0.13/1.00 vMB 27
361,392 361,392 000000000000000008d6d5f81d5ce2b518cce23993cb6176a8f1a3fd0bac52c5 572 0.25/1.00 vMB 32
361,391 361,391 00000000000000001088acecc077b4425f28b14d38f13af19422b2b337d2d959 201 0.08/1.00 vMB 35
361,390 361,390 0000000000000000137354e4a51540201abc97db4f55bd234a23f2471acf66ad 255 0.18/1.00 vMB 9
361,389 361,389 000000000000000006bdc89a8770f4017a0e470f78d6b7afb23a970cf94d861c 277 0.14/1.00 vMB 25
361,388 361,388 0000000000000000104b904f1bbfc50dd1d18144f2d99c838b889b0e29d94326 634 0.30/1.00 vMB 30
361,387 361,387 00000000000000000e6352916d2000f4f0c3419ca1e21d4d55fa1ee809aab201 279 0.15/1.00 vMB 22
361,386 361,386 00000000000000000f021d2533738f3cc6eacd5f4e64b7d9ec10c6335f31fe95 470 0.25/1.00 vMB 16
361,385 361,385 00000000000000000682fb0d536d2d98558de78d7ab0a9af2bd3c03eaf3abbcf 452 0.26/1.00 vMB 27
361,384 361,384 000000000000000007bbe23c3e162ad8af0bd89175f6bf88ef37f6e83ea74756 513 0.31/1.00 vMB 23
361,383 361,383 000000000000000006235c64933abec46a08f2bbb1756abf534a292c4ef4a7b5 490 0.34/1.00 vMB 23
361,382 361,382 000000000000000012327a0161b24e93960b32c3295c9945e60c19b68d4446dd 259 0.14/1.00 vMB 20
361,381 361,381 000000000000000002b7235846f3a6ae01ffc6a7e3a1fe7b17b8e1724e1a80fc 1,351 0.67/1.00 vMB 27
361,380 361,380 000000000000000011c4c734320e3a9bb77b9d455a5d18c02d0edfe286eafe9f 365 0.21/1.00 vMB 24
361,379 361,379 0000000000000000059d6d1fd9bede30d677f9a360ad5b634561ffe71da9b159 154 0.12/1.00 vMB 14
361,378 361,378 00000000000000000b0c3e7359408e5b2698008146ec86b7661bf2d3962f039f 739 0.43/1.00 vMB 25
361,377 361,377 000000000000000006f2ea63e15c1327c2415c932eecf5083bcf03ea027e0d50 679 0.30/1.00 vMB 28
361,376 361,376 00000000000000000978e560c9979a7d5e4f0d2eb74ee6c819707d0bf35a3e0c 891 0.50/1.00 vMB 26
361,375 361,375 00000000000000000b3b3e9f25c31141c256db971ea78e139111b2e8a4b32a56 1 0.00/1.00 vMB 0
361,374 361,374 00000000000000000d51025ef29476c2e02b6e57d4223f26586ac0863e1c232e 620 0.33/1.00 vMB 27
361,373 361,373 000000000000000004fbab81425d6f226f2f49ccdeeab43b6249f894b9639753 755 0.39/1.00 vMB 27
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.25 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.