Loading Tool

Explorer IconExplorer

Memory Pool

77,734 transactions
30.03 vMB
0.11076579 BTC
Random Selection Loading Transactions
Max Size: 181.25/200 MB

Candidate Block

Mining Attempt 53f7d4b3540cced8f077b12e95b40cfcf944ffb886cbbed76a6a81b8e5640e31
Version 20000000
Previous Block 0000000000000000000067a6baa6a95faea41c82751e11dd94b2cd8d3557ef06
Merkle Root e28e808e920c61539aa361ce75c47e58d79be2638131ebf1b25517fe4d16f204
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.03885415 BTC
Feerates: 357.61 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,435 (22,775 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
892,660 892,660 000000000000000000007acae545ed0a1a858c7245d209d2aab80d6690c2dcf6 4,967 1.00/1.00 vMB 2
892,659 892,659 00000000000000000000b5c498564ab923b6f5e0a38fb3e676bd8524be422146 4,869 1.00/1.00 vMB 2
892,658 892,658 000000000000000000012ea8507e01c06a4bdc80699547f41e14232c1ef6ba86 4,487 1.00/1.00 vMB 4
892,657 892,657 000000000000000000015fb67912eefa4827de2a0ab91ee6c15a5419e3ec6c8c 4,368 1.00/1.00 vMB 5
892,656 892,656 000000000000000000018b116534521bcf05e65e73825ec24bea2450657f9307 4,167 1.00/1.00 vMB 6
892,655 892,655 0000000000000000000087b8e53c07024fcf0dadb9502c03357a396ff0aad69a 3,380 1.00/1.00 vMB 1
892,654 892,654 00000000000000000001cbe6c9782a30de95bb8b4fabf20f74c91d1d06dd101b 3,936 1.00/1.00 vMB 3
892,653 892,653 00000000000000000000096020abb27348f4e598abdb73b3b0b8c065ad0bf394 4,063 1.00/1.00 vMB 7
892,652 892,652 00000000000000000000bb3ceb9c9e73201c8cf72256a3277f6e4b7f0c3f7592 4,280 1.00/1.00 vMB 6
892,651 892,651 000000000000000000024e9ff04202b75130e440088591ec234c1e1a39f9d191 3,503 1.00/1.00 vMB 2
892,650 892,650 0000000000000000000154a16ee5f5007dcbbe15b66192e17592e4ec4ffc3acd 3,883 1.00/1.00 vMB 5
892,649 892,649 0000000000000000000135747659dc16fabd7237d397478affaf737ad68c0730 3,382 1.00/1.00 vMB 2
892,648 892,648 00000000000000000000ecb8c6ede6df4dd36a5d45447fb206706036fcd9860b 2,993 1.00/1.00 vMB 2
892,647 892,647 000000000000000000011d192c4070e2f61c56e0eeb5a5256840e18a9f050a53 4,124 1.00/1.00 vMB 2
892,646 892,646 00000000000000000001200d1d1127507b904ffa0bd1b8a081301a747cb9d293 4,246 1.00/1.00 vMB 3
892,645 892,645 000000000000000000011b06f48457761d950171b528c4aff4988c88c38d8ddd 3,573 1.00/1.00 vMB 6
892,644 892,644 00000000000000000000c8b90d4ee1565f4956123dde5aa6468a35e891804d5d 4,726 1.00/1.00 vMB 3
892,643 892,643 00000000000000000001bd3c341e0849fdbb67ea6745af160a22cf3a4df8ffff 4,392 1.00/1.00 vMB 3
892,642 892,642 00000000000000000001eb9deb712dc986740d02dbb54ac08c7d9bcfe2483ea2 4,391 1.00/1.00 vMB 4
892,641 892,641 00000000000000000000f3be1434e6726d9df4edb03f8d3fb42fc4047382979f 3,661 1.00/1.00 vMB 5
892,640 892,640 000000000000000000022ee4611df95d7321f1ffa1e2a8c8b4d493565a5fa8de 3,724 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 783.15 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: 744.49 GB
    • Received: 18.71 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.