Loading Tool

Explorer IconExplorer

Memory Pool

32,964 transactions
27.23 vMB
0.05666297 BTC
Random Selection Loading Transactions
Max Size: 135.42/200 MB

Candidate Block

Mining Attempt 483e1b5793bd4b56a3a610742fc8c0d08fc1621b244e54d87d7f0617169bb6f5
Version 20000000
Previous Block 00000000000000000001ecdfcce0ab12fa730f2a6a14cc128d30915907e7d5a3
Merkle Root e8646c2248f2ff210f9ba610ddf442e3b4e41e44322b178dd467d6851070a201
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,402
Size: 1.00 vMB
Total Fees: 0.00535877 BTC
Feerates: 40.21 > 0.54 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,605 (83,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,739 830,739 000000000000000000024394a1f3cb1a0c16e601a2bd5910635bb2468d2ba316 2,719 1.00/1.00 vMB 26
830,738 830,738 000000000000000000032c5c856b015059d3df7ce4ab479b7310cad91e247cb8 2,951 1.00/1.00 vMB 38
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
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.