Loading Tool

Explorer IconExplorer

Memory Pool

80,281 transactions
29.86 vMB
0.11764481 BTC
Random Selection Loading Transactions
Max Size: 179.77/200 MB

Candidate Block

Mining Attempt 9ea2e84a703b8fae96b755d55dfe0dbd3b8e8e729f85035f29bac2f822cebe22
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e84af74138c061d4f7c6a438c4030e1df5ed2658eea1a17c07c49911b6856ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.04867401 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (219,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,763 695,763 0000000000000000000122cfde6d87be99dd88d1abe0ce9d02bc2069abc97726 1,393 0.63/1.00 vMB 2
695,762 695,762 00000000000000000009c3245072ba3928344c6136361f963a141c8f1c17819f 2,065 1.00/1.00 vMB 9
695,761 695,761 00000000000000000004b004c4fc2274a595a3b0ad2ab977c83ebb2fc38ddb24 2,680 1.00/1.00 vMB 8
695,760 695,760 00000000000000000008493aeca7a781cb6e3ca780cf3c8b6568ddd201aa1ca8 2,577 1.00/1.00 vMB 16
695,759 695,759 0000000000000000000a52b2232c491b80be1ee2349c108d59092a1b234be004 99 0.03/1.00 vMB 15
695,758 695,758 0000000000000000000f1793ac56b6b5bc345832951982099f61b94057259cf1 2,186 0.77/1.00 vMB 16
695,757 695,757 00000000000000000004931a4047022fa98e78bb1e1109a337d1bb3d30e78e42 417 0.11/1.00 vMB 13
695,756 695,756 00000000000000000002a85254756cab90ac02a4f7a2d634cc8a6c1ebb8725c9 1,356 0.44/1.00 vMB 7
695,755 695,755 0000000000000000000b9c94e945ddf6c5650d0d1cd1d668cd43e7f17e0025c4 3,393 1.00/1.00 vMB 15
695,754 695,754 00000000000000000006d38d1b9ddc7744423815bdcaf2a6bbbd6cda6208c0ac 3,157 1.00/1.00 vMB 12
695,753 695,753 000000000000000000109abd2c531bbbf6d7389dfc99030b9a7c62819421c282 2,169 0.99/1.00 vMB 11
695,752 695,752 000000000000000000001899f7cb8b28220d53a717835f2803b7dde9f3fc418d 1,458 0.59/1.00 vMB 11
695,751 695,751 000000000000000000093ee00bf0ae620a3183c0a5567340271d10ecd7df7845 767 0.52/1.00 vMB 12
695,750 695,750 00000000000000000004d489202836a5a39bd78dce7ca32536629b5b50ca1520 116 0.11/1.00 vMB 6
695,749 695,749 00000000000000000001dd9f2f2329f764f58e4e8fb2c1fe6cf2d12ec9b09724 78 0.02/1.00 vMB 15
695,748 695,748 00000000000000000010008c65665d9b744fa9953cd95cf93e6e205d6c70039e 167 0.15/1.00 vMB 7
695,747 695,747 00000000000000000008a314b05221f13e6e66567a0e7f94991f852187a811b4 384 0.17/1.00 vMB 4
695,746 695,746 00000000000000000006b9c26e2815b74bfd81f45a2206a16a5543b74b0560fe 1,150 1.00/1.00 vMB 6
695,745 695,745 0000000000000000000f79d5a0e89edd943bd74dfb494122d77039a779df9c9a 2,228 0.69/1.00 vMB 15
695,744 695,744 00000000000000000006d98ee7fc2c4aad2cf53de63200bb8e56d9832da445c5 547 0.16/1.00 vMB 15
695,743 695,743 00000000000000000011fb45758766e9e612da0e72d74f74af772ee47965405c 125 0.03/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.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.