Loading Tool

Explorer IconExplorer

Memory Pool

79,016 transactions
30.16 vMB
0.11925965 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 0a2622c5d1964dbe3a897625c4c187e09250ba4dfab3cbb6d19b7147b1829315
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root dc5c39e17a1d4f3e6e767b52f8904053d1c19d3fbc80f4b69517f8b40bd8f10b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,320
Size: 1.00 vMB
Total Fees: 0.02885182 BTC
Feerates: 109.82 > 2.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (85,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
829,390 829,390 00000000000000000002633f1aef305ac9f22394420eab9edb1ca454705c37bf 3,946 1.00/1.00 vMB 66
829,389 829,389 00000000000000000001c773b2c22654dbe052af449679c5a2830acfe9a921a7 3,425 1.00/1.00 vMB 82
829,388 829,388 000000000000000000033370791887501a74403807137e472d144ec574ce053f 3,767 1.00/1.00 vMB 98
829,387 829,387 0000000000000000000264a113b2a81c4da0d038dcaf98d9d7b2b27d0658955b 3,908 1.00/1.00 vMB 104
829,386 829,386 00000000000000000001d1ddfbf5ab3e285ef3c5905e31527abb57cf8e16b611 3,884 1.00/1.00 vMB 99
829,385 829,385 0000000000000000000263bf7d0bd5dcfa0e07fafb3f466f5193f1e341b4f9fc 4,425 1.00/1.00 vMB 111
829,384 829,384 000000000000000000034b32ad724136407b7b7058cbaaa3beb55095c2aae5b9 2,563 1.00/1.00 vMB 127
829,383 829,383 000000000000000000016531652fe430b01d837027b4d356edd9e19b04fe8dd6 4,831 1.00/1.00 vMB 77
829,382 829,382 00000000000000000001bb948fb63feb4f563f924c6b520bfd46970cc4d30ca1 3,451 1.00/1.00 vMB 44
829,381 829,381 000000000000000000032ea8a74fbc6acfbc8b581fcf623b192734c7ca007363 4,384 1.00/1.00 vMB 59
829,380 829,380 000000000000000000028e74cb36214ab5449ef0cd49e6ab4a5a82eccd3113d8 3,109 1.00/1.00 vMB 61
829,379 829,379 00000000000000000000daa1ee6ceb381cf97ea9ab916669ed2a2ccdbac43aa1 3,808 1.00/1.00 vMB 78
829,378 829,378 000000000000000000004aa653ea038a6aae38b53dd8c03bed98bb97e21e3c9d 4,441 1.00/1.00 vMB 89
829,377 829,377 00000000000000000000804c5efcd3949102e0125c24b8130bddc143b5e2e9fc 4,836 1.00/1.00 vMB 110
829,376 829,376 00000000000000000002d0aa7d28fcacf506914fe6b5afea66a784cc9a239c41 3,835 1.00/1.00 vMB 76
829,375 829,375 00000000000000000000505a883b84847986e829d78931c62afc0104d146dccc 4,364 1.00/1.00 vMB 100
829,374 829,374 00000000000000000001ab55b969e4f4b53aafb9453fafd080a6f5a2d3fa2d05 4,415 1.00/1.00 vMB 92
829,373 829,373 000000000000000000024ab82f61a51c31cd5a92269353f70d935a55685fe1ec 4,230 1.00/1.00 vMB 121
829,372 829,372 000000000000000000031a2fa27b4f2be635960fbf8bed1c017d188c7c4d0d6f 3,270 1.00/1.00 vMB 154
829,371 829,371 00000000000000000002dcc4dbae3ae65c202f26f193c1ea540535b0f35d409e 3,816 1.00/1.00 vMB 88
829,370 829,370 000000000000000000013c70765d31ccc72ef0c96fe625b36f56bc4e93116bde 3,839 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.91 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: 714.20 GB
    • Received: 17.52 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.