Loading Tool

Explorer IconExplorer

Memory Pool

25,424 transactions
27.07 vMB
0.05723570 BTC
Random Selection Loading Transactions
Max Size: 129.16/200 MB

Candidate Block

Mining Attempt 6c9a3b86aa4d0a765c2dc7d20a8b11f606231a5bed1d671733b511a9b082d8f5
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root a0694ac004cb9f6d59f58bb4c98c1b942c2e6d7c14af748bef269b2bd32814bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,002
Size: 1.00 vMB
Total Fees: 0.00607590 BTC
Feerates: 100.46 > 0.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (444,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,749 469,749 000000000000000000ed1d6aa957e51a70dd8f1e0a3b5f86cb8df6c551bad23b 2,394 1.00/1.00 vMB 172
469,748 469,748 00000000000000000040c35676d8be99da3373df79689df4baef91a998ea4d0c 1,904 1.00/1.00 vMB 181
469,747 469,747 000000000000000000d8ce11cb8795fa494cab49ec153b0b76af8aaab4496d1f 1 0.00/1.00 vMB 0
469,746 469,746 000000000000000000219ef87a118b1b2702606e3284c5e98481e14764a02d1e 2,169 1.00/1.00 vMB 75
469,745 469,745 000000000000000000707ee297a0e8bd5c8f0430bb1b5f2c8a71fab4d08069a1 1,837 1.00/1.00 vMB 213
469,744 469,744 0000000000000000009a8aa7b36b0e37a28bf98956097b7b844e172692e604e1 1,818 1.00/1.00 vMB 245
469,743 469,743 000000000000000000f5281e673bb3f7cc0a29fa2e95f616493ab8f5eb0743ff 1,756 1.00/1.00 vMB 338
469,742 469,742 000000000000000001046a06f6cc25b9514efb8b367aafd717424ddb2e628518 1,592 1.00/1.00 vMB 402
469,741 469,741 000000000000000001925267fc208a90af627d72c795c8f9110cd90c091b4b19 1,223 1.00/1.00 vMB 318
469,740 469,740 000000000000000000c6e90d1e8652672667d7311532944f363395933c45ea42 1,675 1.00/1.00 vMB 414
469,739 469,739 000000000000000000edba78a7b89cd59c7bd0fc0f0c8f574ce240f77d33cb6d 1,514 1.00/1.00 vMB 308
469,738 469,738 000000000000000001823d1e87ae2e77290c93940dd1de2dd70044bd6897159f 1,906 1.00/1.00 vMB 494
469,737 469,737 00000000000000000152b3424937c8cfc3f5bbdb4233197b86895952037f2244 1,728 1.00/1.00 vMB 446
469,736 469,736 0000000000000000011c2ead391070a19bfaca09b81604845ff92d0e88dfe7bc 1,636 1.00/1.00 vMB 413
469,735 469,735 0000000000000000015c29fe4a3bdf13fdca6f27c2a5cffa69c8f1b61cc9ce0f 2,486 1.00/1.00 vMB 389
469,734 469,734 00000000000000000197cdc010f6ccf9967f1549d88458c0354d3ebc7bd9ec96 1,862 1.00/1.00 vMB 403
469,733 469,733 000000000000000000eb05e6e747a7e30eba8b180670720c22dbe9416b7facda 2,006 1.00/1.00 vMB 372
469,732 469,732 000000000000000001200bae2b5e504fe85cf465f7c5a152bdb53b8bc3a005b8 1,775 0.75/1.00 vMB 175
469,731 469,731 00000000000000000049ce9464d27b5378699f46d1f200fc0c259bb490cf0e28 1,375 1.00/1.00 vMB 177
469,730 469,730 000000000000000001116e0eb4f550d4286cb36d438371fb679030891268300a 1,728 1.00/1.00 vMB 278
469,729 469,729 000000000000000000b6e2ad65b9149467b4c5010e898b8cd17193d00ce40f29 2,012 1.00/1.00 vMB 344
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 611.26 GB
    • Received: 10.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.