Loading Tool

Explorer IconExplorer

Memory Pool

32,843 transactions
27.21 vMB
0.05652052 BTC
Random Selection Loading Transactions
Max Size: 135.26/200 MB

Candidate Block

Mining Attempt 83a88bdf0777c32b705a69252b6f9198a76fd115f19df3804c36385d8fc3ceaf
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root 4e748eec29b0f22302813065da739efd0a4cdf094a206de82e550553caf6362a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,413
Size: 1.00 vMB
Total Fees: 0.00528225 BTC
Feerates: 40.21 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (83,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,737 830,737 00000000000000000001bb1a21cd65881f2cf3c1f7516aa0746733adf37acdf8 1,193 1.00/1.00 vMB 14
830,736 830,736 00000000000000000000314a6cd32214aa434bf177af9b2b79f04ef1d64551e1 2,624 1.00/1.00 vMB 22
830,735 830,735 00000000000000000001747cdafcce406144177c7e97e2f67ff901fb3dfd4648 2,922 1.00/1.00 vMB 29
830,734 830,734 00000000000000000002889cb5986b2e615cf7fb9036e8180b4179c33af40ac9 2,590 1.00/1.00 vMB 23
830,733 830,733 00000000000000000001c1c896821bc9b80ea0063ecf463124a7b73a2251b611 2,561 1.00/1.00 vMB 27
830,732 830,732 00000000000000000000f365812910a8dda137e955d7ad569f60d5ef25d6e5e0 3,085 1.00/1.00 vMB 30
830,731 830,731 000000000000000000019c508dde7a6b23e5a251b01517d7c3a5ff5f7fac6b2a 3,055 1.00/1.00 vMB 28
830,730 830,730 00000000000000000002c25b030c5314457a78c683bbb694fecfcf055f2dd651 3,166 1.00/1.00 vMB 37
830,729 830,729 00000000000000000001f3c76bd83208ef119b575552c29ae465308bac49def4 3,091 1.00/1.00 vMB 41
830,728 830,728 0000000000000000000108edcae7b711382327f98eab9dac3ad66e50da66a98a 2,222 1.00/1.00 vMB 19
830,727 830,727 000000000000000000027d4397c28571eb32c511136daab2404d5dbfec673c78 2,640 1.00/1.00 vMB 21
830,726 830,726 000000000000000000019399b760073d6d2c03ed0dd903d6e49f9c947c00f3b5 3,262 1.00/1.00 vMB 38
830,725 830,725 00000000000000000002ad637073305c9f1d2e2572b1cc4447a0a65423797c97 2,118 1.00/1.00 vMB 22
830,724 830,724 00000000000000000001dbb95bff4e9594d7e0f2228237d23e8f7fa9a3b81df2 3,099 1.00/1.00 vMB 30
830,723 830,723 0000000000000000000083984eb484a0ba6c4ac0e0afa3a48cbcf03efd728ddc 2,871 1.00/1.00 vMB 44
830,722 830,722 00000000000000000002f2695103cfeb045cb1207622d77708a4d233b2ad1ff4 2,628 1.00/1.00 vMB 21
830,721 830,721 000000000000000000009e0a0b800958b1c7d3329caf89a5d13a01edf41c908c 2,840 1.00/1.00 vMB 26
830,720 830,720 000000000000000000033652af580f7230cdf1c67bf6256f0a501914bfc4791f 3,127 1.00/1.00 vMB 41
830,719 830,719 0000000000000000000216a966a56a01d10279e9ea5ede8cb0ffd9944e2da2a0 2,189 1.00/1.00 vMB 18
830,718 830,718 00000000000000000000fb8afd12068698a9498634757df2781243d06f64f223 2,328 1.00/1.00 vMB 19
830,717 830,717 00000000000000000000ab1d2884d741dd3788bffab2a04d763b330ec77231bc 1,778 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 781.70 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: 628.90 GB
    • Received: 11.84 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.