Loading Tool

Explorer IconExplorer

Memory Pool

50,732 transactions
28.45 vMB
0.07711732 BTC
Random Selection Loading Transactions
Max Size: 153.07/200 MB

Candidate Block

Mining Attempt f31fd384d3834afd95b1b08e1992bf2c2edcb4b34ac6b1ebfa9796a42f81f2a3
Version 20000000
Previous Block 000000000000000000006aeda7cc004234c1ab671c5672364bc6b11d12bb94b3
Merkle Root b23713a3d6b497dec0bb91afb0012e4b9af1be25da6c55ad4ec2bbc395ee5664
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,210
Size: 1.00 vMB
Total Fees: 0.02294357 BTC
Feerates: 507.72 > 2.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,772 (172,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,846 741,846 000000000000000000072013f0891e7dfc4a6201b09d4e33c94e3e329dffb73b 2,302 1.00/1.00 vMB 13
741,845 741,845 000000000000000000078668e573b025f9b44919a0b0e2ac030e9ded21359e37 716 0.30/1.00 vMB 13
741,844 741,844 000000000000000000001099b997f0845ffcedd9344334a3f417bf079180fa9c 715 0.21/1.00 vMB 13
741,843 741,843 00000000000000000002895575c9b55dd9ad692f6c6b5c088ef32c6d5afa0d5e 1,287 0.80/1.00 vMB 3
741,842 741,842 00000000000000000005110b2e493a1290e1e8e478e1ac697bd556863946fc28 2,849 1.00/1.00 vMB 16
741,841 741,841 0000000000000000000587ad1f51d1f14100b1f25bfb37c3596231e3dd1ef175 2,381 1.00/1.00 vMB 9
741,840 741,840 00000000000000000002e6552fc5d5eff7bf994adf4c8fd8524b9e698ea395b4 2,236 1.00/1.00 vMB 20
741,839 741,839 000000000000000000070c484e19ccf4d599d1e31b7b66e8e9ab494f40cc9c97 2,765 1.00/1.00 vMB 7
741,838 741,838 0000000000000000000130fb13e3a8fb0cb89c4ea618e64f4852831fc9270aef 2,618 1.00/1.00 vMB 12
741,837 741,837 00000000000000000009279b67ab6c3687b5907294f284bd366a822349c6627f 3,150 1.00/1.00 vMB 22
741,836 741,836 000000000000000000064a2baf5362d960d0a5c93a8ff65d402ba4e4e22f831e 3,179 1.00/1.00 vMB 25
741,835 741,835 000000000000000000062f32fa9a1d2fa5da2c68fded32ee943fdc4c5b7eb2ed 1,141 0.73/1.00 vMB 7
741,834 741,834 0000000000000000000145e0de3455aea008617f8ec99a028132449d9fb97846 1,729 1.00/1.00 vMB 8
741,833 741,833 00000000000000000005f5062e37b16c2e4b464648b9555d500148171cf8af03 1,340 1.00/1.00 vMB 11
741,832 741,832 000000000000000000073ca3c3b33bc48f320faacec409097055e3025b5837d8 2,676 1.00/1.00 vMB 21
741,831 741,831 00000000000000000004772501a65d68c6345f2021e3fb1d7e19512fe0f70ff5 1,799 1.00/1.00 vMB 21
741,830 741,830 00000000000000000008394c8d11914c45d83b80195631706bb25ef8b683c58a 1,078 0.40/1.00 vMB 12
741,829 741,829 0000000000000000000643fbebfba219691a9ec3115dd450fb737ca13a8b49ea 1,830 0.73/1.00 vMB 13
741,828 741,828 000000000000000000053e4d7055507242d266504400f1f1cf1b0ff9b27c2aff 1,170 0.44/1.00 vMB 14
741,827 741,827 00000000000000000002b9fd748c5b48a8e17abbd8284d195746de38c4719db0 1,963 0.81/1.00 vMB 12
741,826 741,826 000000000000000000088495302687548803757494fbbed7017f58c3c0159691 530 0.62/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.98 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: 648.34 GB
    • Received: 13.03 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.