Loading Tool

Explorer IconExplorer

Memory Pool

33,456 transactions
8.01 vMB
0.04241082 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.52/200 MB

Candidate Block

Mining Attempt 0158e1108d136fde6af8428c578148ba1d50fb4742917bc3330248379faaa404
Version 20000000
Previous Block 00000000000000000001fa7dc51cd7d8caa9cfd50317b6e1a71d6f288e6552fc
Merkle Root 36c5531b0aa72f593de1a50493d029e09b0dd696806b5a2cbad20c805383aa48
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,695
Size: 1.00 vMB
Total Fees: 0.02186176 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,964 (747,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,800 165,800 00000000000008da23f05e81937e393bf6a8f9d8aecb966de96a288e630c2e61 0.02 MB 36 121
165,799 165,799 0000000000000abf2d454eebea318bfd3c31e3af4dc15460fa9096cab5c31c30 0.05 MB 96 260
165,798 165,798 000000000000080520b3747bcf2ead956a25423d63591c73d53970e17e163265 0.05 MB 118 176
165,797 165,797 0000000000000bc8e6f37e6e4d255929d85d14cc64b3c50911a96d863d02de7b 0.02 MB 24 69
165,796 165,796 00000000000002fd2865822fbfece9e50af0974062eadb0ceecedb923cdb8834 0.02 MB 49 55
165,795 165,795 0000000000000b0d59eaf214c095e6c416259d8d6c066b1a1d1f2cc02afe3124 0.01 MB 24 79
165,794 165,794 0000000000000193f2bb60c4436604aebfc2cff5f02aff30b7de209c343440e5 0.02 MB 87 2
165,793 165,793 00000000000001e902f0ab6b97f6cfa54436827f2e741ed3392f9b09e3060eaa 0.02 MB 55 171
165,792 165,792 00000000000006e2955cebcff29c86c46b785a1ebb8c6700b3c4b4e3cc77dc1c 0.01 MB 21 71
165,791 165,791 000000000000038fc3d6395c748d556403103c4adf93f65c97c0b20edea36bbd 0.04 MB 87 109
165,790 165,790 0000000000000c03a7ea300eb85d6ccae6f1587acbfab9f336d13e5955c6bb05 0.04 MB 108 246
165,789 165,789 00000000000001d70468831871eff2885d55e3e5190007c80bffb78cfb241a3f 0.01 MB 21 95
165,788 165,788 0000000000000aacfa9185848803e764b0083e8b3c78da2385389755dc5a2e30 0.01 MB 26 365
165,787 165,787 00000000000001da972c70d3bec32007694b5c5ba2e2cbada41e85e7e6e0b74b 0.01 MB 26 417
165,786 165,786 000000000000052fcdfdc65e62e6c1e630ef1750cf465fdd4dc52cf6e57e11cd 0.01 MB 26 137
165,785 165,785 0000000000000141a52da994f660e220f35a23c1f890529d38020af258337f3d 0.01 MB 22 152
165,784 165,784 0000000000000b655304f9fa06e45565c8563a942af34b49df4f8fb4d17b2bcb 0.01 MB 22 184
165,783 165,783 00000000000006d709be5a892dabc04104d4b5328c8ec841bc2a9bd44a946929 0.03 MB 77 509
165,782 165,782 00000000000007989dad73014ca0f919d0c005b3c47d62197c9a2773d957f47b 0.00 MB 1 0
165,781 165,781 0000000000000186ffac45d97a4920205c190d90bd6a36319d61cc2d6bd34628 0.00 MB 9 51
165,780 165,780 0000000000000458eb1e382acab3064311c4dcf7e6c79344b42829a16c4066fe 0.02 MB 55 19
Previous 10 blocks ↓
Total Size: 778.78 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: 354.26 GB
    • Received: 3.13 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.