Loading Tool

Explorer IconExplorer

Memory Pool

38,628 transactions
28.21 vMB
0.06171271 BTC
Random Selection Loading Transactions
Max Size: 143.40/200 MB

Candidate Block

Mining Attempt ccd6c53b135d835e72a9724af892fa641cd93dcb927c0d773ceb308f3d21130f
Version 20000000
Previous Block 000000000000000000001eec6b34950aef5a43e49a51ec58f8f5b097e691fd39
Merkle Root 22ef125f223d8be7b2e7c2aebaafce970c60731438e45180d96ccc681d35203d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,865
Size: 1.00 vMB
Total Fees: 0.00749314 BTC
Feerates: 60.13 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,622 (301,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,664 612,664 0000000000000000000e4b3f4330148b64a37dc0456f796554d74c89409d88d3 3,070 1.00/1.00 vMB 16
612,663 612,663 00000000000000000010f6c7ef9d3c6349d9287c5f5739aafa9e7e1a317772af 479 0.29/1.00 vMB 11
612,662 612,662 00000000000000000006442f2ee3ddeec8fc009357ec673811e67f1b5a6efe4a 922 0.36/1.00 vMB 10
612,661 612,661 0000000000000000000458de49389baa7e0f8631068eb60b963b3ea92a06915c 2,635 0.87/1.00 vMB 11
612,660 612,660 000000000000000000026cb599bc6d58a25b9a12da9077ce3f2ff9b24eb5a054 1,581 0.63/1.00 vMB 12
612,659 612,659 0000000000000000000088ce7860a1a9bb8fcf40477cf489289322bcd5d6a0eb 1,423 0.55/1.00 vMB 8
612,658 612,658 00000000000000000012c0b289ab5e41e0a389fd20b1c7b201b055a02d075d98 2,359 1.00/1.00 vMB 3
612,657 612,657 0000000000000000000d12fee09e3af870528ff16708d72adec4f269e8f34dda 2,767 1.00/1.00 vMB 12
612,656 612,656 00000000000000000008a28a71d30503fc4b0ec4c04510f3cc6ff0df3b46b564 2,642 1.00/1.00 vMB 17
612,655 612,655 00000000000000000007f593cabb959bed42365391466f05878205d133310b41 971 1.00/1.00 vMB 2
612,654 612,654 00000000000000000007e0352009e62f0f8d5c24cbe685840bd9bf9796b0da38 1,311 1.00/1.00 vMB 2
612,653 612,653 0000000000000000000ea7703f011e7c5ca7e4bb9fe930a4151068416c251992 2,599 1.00/1.00 vMB 12
612,652 612,652 00000000000000000005533c904122276002bca59cce0cf3e3e2db93639d1b9d 1,589 1.00/1.00 vMB 2
612,651 612,651 000000000000000000129d3e7a079ae54c5655472317c9b901628dbdd3280c9c 2,644 1.00/1.00 vMB 13
612,650 612,650 000000000000000000034a5b1b2ce84277ab9f7eb3c20591b109aff7973bdfa2 2,340 1.00/1.00 vMB 21
612,649 612,649 00000000000000000002a5d1d0efc672af81ed714775a84258e1063c52cacb80 1,354 1.00/1.00 vMB 8
612,648 612,648 0000000000000000000add8a68c438aac477648f8d1b53ec792e63df7d0e8379 1,697 1.00/1.00 vMB 8
612,647 612,647 00000000000000000014165cd9ddf2ccd63b5ca24b4511f529a4710e4b4c88a2 2,830 1.00/1.00 vMB 6
612,646 612,646 0000000000000000000770543522ea53240e86426d47bf6005292c34dd201dce 3,049 1.00/1.00 vMB 24
612,645 612,645 0000000000000000000444803ca23cffb65ea59fb0afef4065b2ea897a03e120 2,477 1.00/1.00 vMB 12
612,644 612,644 00000000000000000003ac7bda6909ee357240ef08c97b58f6bf8273c7c9dbc1 2,371 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 629.85 GB
    • Received: 11.96 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.