Loading Tool

Explorer IconExplorer

Memory Pool

82,212 transactions
30.24 vMB
0.16918832 BTC
Random Selection Loading Transactions
Max Size: 181.81/200 MB

Candidate Block

Mining Attempt 4ff4ec77681b08670b181d92b7d46f625085fa2c0ede8ddb4ddac6e834ffaf45
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root ed024550d4f6b7de2ec3aaa196dad89e8d81110aedeb1014d0b7486b4550ace9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.06435789 BTC
Feerates: 1,002.91 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (403,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,727 511,727 00000000000000000053c65827480d03408d2517220572f092e6155e352c8d26 414 1.00/1.00 vMB 5
511,726 511,726 00000000000000000053166c1004fb0fb1218b73803b4768cad1c6076d62c6b9 538 1.00/1.00 vMB 9
511,725 511,725 00000000000000000039783c7237ba1411d9f70371524f1abc2e35e46ca1cbc2 167 1.00/1.00 vMB 2
511,724 511,724 0000000000000000004330b157503309635d87f2201c38a6a01774ada0c7bf45 475 1.00/1.00 vMB 13
511,723 511,723 0000000000000000001d6c120d9858656e639224e78dcd97e01413e9d573da92 821 1.00/1.00 vMB 14
511,722 511,722 00000000000000000014f6de88eb45a3369d184a755989b38e68107f945894be 1,146 1.00/1.00 vMB 26
511,721 511,721 0000000000000000002d798bbfbb62ffa548b256b97a8a8fad980fa18db50a59 361 1.00/1.00 vMB 12
511,720 511,720 0000000000000000005482fbe50f8f7548808e843b1c4dc76dfb5effb4822313 738 1.00/1.00 vMB 4
511,719 511,719 0000000000000000003bcee03c72bbcffbdff6344dbd082b7741af95f0f5d439 2,267 1.00/1.00 vMB 58
511,718 511,718 0000000000000000005c5325b540aa5428f35c21bccd1742ae9975c137d239d1 1,154 1.00/1.00 vMB 16
511,717 511,717 0000000000000000000e72e27b24102f1b6cb0b8ec3e90fbdf514f04890a7ef0 1,672 1.00/1.00 vMB 28
511,716 511,716 0000000000000000003e2a625a7bab1474e4e1028b0dd51d1a0e5ccefa5d9091 510 1.00/1.00 vMB 12
511,715 511,715 0000000000000000001cca8a0f8925e6b6d542e31454a3e16bfe1fd7f571b1d0 315 0.09/1.00 vMB 55
511,714 511,714 0000000000000000001c1bacd557f8158fd91676b55da4e8a95357871a8b5f19 158 1.00/1.00 vMB 2
511,713 511,713 0000000000000000001b22c3b42a00ff460c968da7a0d3e94a71bc8f6213c70e 461 1.00/1.00 vMB 8
511,712 511,712 0000000000000000002ddd6bf1f1ee768a42c8c1d365c36ccc8368a4f7981f0a 199 1.00/1.00 vMB 4
511,711 511,711 0000000000000000001fe8b3bf26fa6917652d468fef6e66ffcdbc891325dbb7 267 1.00/1.00 vMB 4
511,710 511,710 00000000000000000009c43955ebf535df0d4c1d1c57a3d135948a21cdeb664f 392 1.00/1.00 vMB 4
511,709 511,709 00000000000000000034a3db4b5402ec381870a3b715f957ae1e7c7850e7f5e0 1,878 1.00/1.00 vMB 38
511,708 511,708 000000000000000000317e7cdae8d889ceb8af3b3b1fff8850ed6b4eff409cda 340 1.00/1.00 vMB 3
511,707 511,707 0000000000000000003bcc47adc0659e299b1d3b643702cc492b4a96f7734f1d 1,775 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.