Loading Tool

Explorer IconExplorer

Memory Pool

78,230 transactions
29.29 vMB
0.07745525 BTC
Random Selection Loading Transactions
Max Size: 179.55/200 MB

Candidate Block

Mining Attempt 961f31bb3250de79b6a99a2c492036da944cf0aeb1e2aeb0a416b9c7453da04b
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root fe209d765f5312460a8bf6bb6e56814d79f2e4f989e89efcb970d7b6b02f7b90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01315834 BTC
Feerates: 73.20 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (121,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,723 793,723 00000000000000000002c4c81405e036ef52ae85eb98639c30694ffaafae5b81 1,241 1.00/1.00 vMB 19
793,722 793,722 000000000000000000005fca167969a9bd5449db0211050bd184bd180b126865 2,374 1.00/1.00 vMB 27
793,721 793,721 0000000000000000000102ed063f6734e1ff06e7c225fd1bd6e2c9b7ebcf6948 2,369 1.00/1.00 vMB 38
793,720 793,720 000000000000000000013756da444bbcce0794c52472b1e8fdd1cb872f2995b8 2,432 1.00/1.00 vMB 45
793,719 793,719 0000000000000000000353387494ddd336e2d26d2e6f90ef21b1794af5b82d94 3,208 1.00/1.00 vMB 67
793,718 793,718 00000000000000000005174c7e1df2fa606595e843e6a7185df03b055bb965c9 3,242 1.00/1.00 vMB 78
793,717 793,717 00000000000000000001b3bc0264f2ab784495e28331ed8de38d60a372dfaf4e 3,381 1.00/1.00 vMB 76
793,716 793,716 000000000000000000038025683d0c7102d73f7f3cb78c36b4d2f7159afccbd3 3,410 1.00/1.00 vMB 51
793,715 793,715 0000000000000000000528ce1bf9b2c1a887a97ec4a5e341612e6c588eb04c76 3,190 1.00/1.00 vMB 19
793,714 793,714 0000000000000000000239cf0e3feb98e26676dbd694effc9afde0e7e6d0b304 1,575 1.00/1.00 vMB 14
793,713 793,713 000000000000000000011fb78a365b3ec0eaf24ace3babecffcf803a369cc255 1,654 1.00/1.00 vMB 28
793,712 793,712 000000000000000000027b63b4a0639f345ae9e711cf31f112f2575a7538c4ec 2,470 1.00/1.00 vMB 23
793,711 793,711 000000000000000000003309968501ac1219388f0d4c798543943127c98b48b0 3,167 1.00/1.00 vMB 19
793,710 793,710 00000000000000000000767b92903625fe0c15253413d8a0a66ffd627129fa0a 1,661 1.00/1.00 vMB 31
793,709 793,709 000000000000000000023ce0c126f947e4a11965172e7fd2bda60f470f010ab9 2,667 1.00/1.00 vMB 43
793,708 793,708 0000000000000000000565dbbdc2c5ba58351e4e99f56c112a75ab9fb0f6e6d2 2,951 1.00/1.00 vMB 36
793,707 793,707 00000000000000000003a86c5c1bbb6dc25550d346b7df963e6b05261b274def 2,430 1.00/1.00 vMB 28
793,706 793,706 0000000000000000000381f41e20862440f698553e7ed0aca549cc34a2a18565 3,124 1.00/1.00 vMB 46
793,705 793,705 00000000000000000004988d97da630b789f18bce608c95f88517ab91085fdb6 2,998 1.00/1.00 vMB 46
793,704 793,704 000000000000000000005cfe6d247666d8cd03c7301073980aa503b5d5ca0aeb 3,404 1.00/1.00 vMB 54
793,703 793,703 0000000000000000000366ee99c3c4863ce9159349cd43c57e20d5436180e1d5 1,882 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.