Loading Tool

Explorer IconExplorer

Memory Pool

78,057 transactions
28.98 vMB
0.07451082 BTC
Random Selection Loading Transactions
Max Size: 175.57/200 MB

Candidate Block

Mining Attempt 39691f37425e1f38f2e6281c72dd2ad900add1fbcb2e78618ba9da909ae5404c
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root a8da18ec57a188b1fdc02e5d9cdb68ad25c467dfe4dec41ccdff9e9b7a9ad2ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,386
Size: 1.00 vMB
Total Fees: 0.01410703 BTC
Feerates: 263.85 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (554,341 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,752 360,752 00000000000000001043d05e7eb0e404f0cd0d93138fecbf7e4e39477b132633 665 0.65/1.00 vMB 13
360,751 360,751 00000000000000000325e8d6900b53d7a5b40289111cee19778d4a5f16dd35f3 437 0.75/1.00 vMB 14
360,750 360,750 0000000000000000147b52e45e21f3609601f6c3f603c6d7150e0e62740b8f46 1 0.00/1.00 vMB 0
360,749 360,749 00000000000000000768045603bab1a1ddf8485e67fa6f8561e0130dfd2e37f9 517 0.75/1.00 vMB 20
360,748 360,748 000000000000000013a3b2e9d55599541c7c5c67518b1d814944ba0d91aca238 458 0.75/1.00 vMB 15
360,747 360,747 000000000000000003c1193f5c56e8715ffc2f89c27387f9406b7d7e0ec7b602 1,952 0.75/1.00 vMB 36
360,746 360,746 0000000000000000001ea3c1f150285ad2734ba7f6b21c019b3313ad52fb224d 331 0.34/1.00 vMB 15
360,745 360,745 000000000000000011cec225539c7c9e965b371d7f9e54435e7b900a49501790 1,987 0.93/1.00 vMB 32
360,744 360,744 000000000000000011a77018cb3e2845101f8ead71adb845bd35a48f0b1c4d12 1,000 0.66/1.00 vMB 22
360,743 360,743 00000000000000000fb511873fdc5a692432ee46f19a80696aafa7fda1688b38 499 0.25/1.00 vMB 25
360,742 360,742 000000000000000003a169ebe24ab5eb52a79f9440180e4ae0454d7621040fb2 926 0.50/1.00 vMB 38
360,741 360,741 000000000000000013b786c07fcee7ace3bc3adc485d6832dd9793b83623a3ca 471 0.31/1.00 vMB 24
360,740 360,740 0000000000000000017f676cc663004773d4b2ec8841653f757ca7e69cd340ca 1 0.00/1.00 vMB 0
360,739 360,739 000000000000000016ef7f8e6cd6e6dfad3a3c0bde47f4ae1c151a2396628ab3 1,013 0.58/1.00 vMB 34
360,738 360,738 00000000000000000c733610fc77bf945c96cc2ebf75db8d6df33b3cf8b0b3d8 47 0.03/1.00 vMB 27
360,737 360,737 0000000000000000015560886c429778cdf51e7f107070aa2c20437e05b0b4df 942 0.53/1.00 vMB 28
360,736 360,736 000000000000000017130c204f0668b589f60f7775f5e071d693d61dd53955a9 295 0.65/1.00 vMB 5
360,735 360,735 0000000000000000157b58ebdd7a6b27afd61df36d7c1568f4d88713464e8e01 528 0.75/1.00 vMB 7
360,734 360,734 000000000000000003b703636a5e2de30de4d3103e42f4c30f895c1e064efe4f 738 0.75/1.00 vMB 18
360,733 360,733 00000000000000000c6aee397ca6daedfb94885ea28e506a850b5be1888db697 1,960 0.75/1.00 vMB 57
360,732 360,732 00000000000000000265d10bd8cc913994b22cc19b9f9d63774655932846b054 619 0.87/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.56 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: 669.88 GB
    • Received: 15.79 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.