Loading Tool

Explorer IconExplorer

Memory Pool

75,295 transactions
27.76 vMB
0.07893592 BTC
Random Selection Loading Transactions
Max Size: 168.83/200 MB

Candidate Block

Mining Attempt ec6cb2bc4f5f6d6c8fb2611b121c8efb6f48a95cccf0f6d3a6ef309cfa12d10b
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 828f4b47341e2b9ccce43c39a111c541edc30b4dce3e0e292f3c958551a24d7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.01948977 BTC
Feerates: 151.01 > 1.95 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (531,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,995 383,995 000000000000000010547bd2f9b775826f5ef6b3bfd0c1292f3c74c7f6b4176b 842 0.45/1.00 vMB 22
383,994 383,994 000000000000000001796f9d72832b77778445bdfe21245b7b87c49b86a0ddd2 1 0.00/1.00 vMB 0
383,993 383,993 000000000000000007bd54a1e23db7d830b0f0890f009a6faedd577e290b738e 704 0.23/1.00 vMB 49
383,992 383,992 0000000000000000099c767380553d19953e914a50db9c199532e7a8c2326b26 332 0.17/1.00 vMB 27
383,991 383,991 000000000000000002e6b4fb7a3b3100fa1233bb82c1d592e8f8e3d89627040d 501 0.35/1.00 vMB 18
383,990 383,990 00000000000000000962bd9f253247b1afff420eadb790afc7601b01eaed5493 1,001 0.88/1.00 vMB 22
383,989 383,989 00000000000000000f6de77f2e239efc484172ff2f14b1f579b90051f213c84c 636 0.31/1.00 vMB 31
383,988 383,988 00000000000000000d45c79ddf6c898c2165f7be320d448795dac6a6a5bf1c2d 1,104 0.70/1.00 vMB 21
383,987 383,987 0000000000000000047648b7751bfac78e78f6419a8a0962083d7e8f456bca72 1,345 0.54/1.00 vMB 35
383,986 383,986 0000000000000000071cd82f2ab00a829e7bf655917f3ec4ee4eb8ca229323e4 921 0.42/1.00 vMB 35
383,985 383,985 000000000000000005cadefd336cdfb5360d41de161543f9d329b4a91da1ec03 1,593 0.95/1.00 vMB 32
383,984 383,984 0000000000000000077cfdd5b04a3390e2c71e061c414f4c322f94c80a86729e 2 0.00/1.00 vMB 0
383,983 383,983 00000000000000000a5c1ad988911413f5f92608e242833a298fd45f7b9eb0c2 299 0.18/1.00 vMB 29
383,982 383,982 0000000000000000038558b623c49c7da1306fbabe37cffb7a76a759e6a32d99 328 0.18/1.00 vMB 24
383,981 383,981 000000000000000004969e7e2eb444ffea4a9648d19fb7fd7cedb7b8a8e1c2fe 1 0.00/1.00 vMB 0
383,980 383,980 0000000000000000009d710e1e3aaaffd5f704980aa5fcf05c104a2a9f273851 162 1.00/1.00 vMB 1
383,979 383,979 0000000000000000047b5cc199ca27949303c5905feb5bd7e89c58ad23399147 548 0.31/1.00 vMB 35
383,978 383,978 000000000000000009023bddd496d6f0011d74da7b39ad9be4c19a691cc12e66 1 0.00/1.00 vMB 0
383,977 383,977 00000000000000000cd7ce9d862f2f139fd88ad1bc54acece92cb3fb892eda13 406 0.25/1.00 vMB 28
383,976 383,976 0000000000000000097662d13f29c8dd2cd8ea84174bcd658d5a8d9fc1962e72 212 0.22/1.00 vMB 16
383,975 383,975 000000000000000010a916daffdf0b5fd09400784ab2c1a73e869f3dc728fc69 590 0.36/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.94 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.90 GB
    • Received: 17.62 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.