Loading Tool

Explorer IconExplorer

Memory Pool

75,161 transactions
27.79 vMB
0.07788910 BTC
Random Selection Loading Transactions
Max Size: 169.20/200 MB

Candidate Block

Mining Attempt a340ed82cd017ce4f79fb18d7a602edd90597c4fe50f74b2cd70ddfb1350a72b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root dc2ed74231015b4e6f2ad1339af507365b9252adfc978aeb3ebe5a7b2b9ada78
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,393
Size: 1.00 vMB
Total Fees: 0.01841404 BTC
Feerates: 150.80 > 1.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (52,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
862,369 862,369 0000000000000000000226cfa8373df71b3200f1db8bd0eb99cd94e9d1b5ae1f 2,928 1.00/1.00 vMB 5
862,368 862,368 000000000000000000025d091e359a95a4c5bcd2e6ae3bc49becc662b280d496 3,722 1.00/1.00 vMB 3
862,367 862,367 000000000000000000005fae4f4aa46f637ca6d401e4340e08286ec9699b5812 7,176 1.00/1.00 vMB 1
862,366 862,366 000000000000000000006d30fbb9148a12af72ef6533cebfcb8ce7f3af651cbf 3,897 1.00/1.00 vMB 3
862,365 862,365 000000000000000000024c5a536c5000a256f6e0dc48bf9b61a5360148c73d51 4,453 1.00/1.00 vMB 2
862,364 862,364 00000000000000000002faa72a7ad57f2bf54dd555915b9e6409e8a4d874dbef 3,415 1.00/1.00 vMB 8
862,363 862,363 00000000000000000001336c25eb37276ee04f4c1d76314843c645438400c0fa 5,636 1.00/1.00 vMB 3
862,362 862,362 00000000000000000002fa35b120c889474aeaceb9dab99af2a25942a0e076f7 4,936 1.00/1.00 vMB 2
862,361 862,361 00000000000000000002a438fbeb1a9d15513ab2aa432ec93d28503f1dc2db29 5,221 1.00/1.00 vMB 4
862,360 862,360 000000000000000000018e6b02f4b20dc0dfb4bbf21442eb52ff881abf33b7e9 4,550 1.00/1.00 vMB 4
862,359 862,359 00000000000000000001ea892e012320d6896505b23ba96f0386d401b6b28813 5,062 1.00/1.00 vMB 4
862,358 862,358 00000000000000000001cfa4f3df7b5c54b26aff2bce1f1fc6cb9c75a4fd97e1 6,627 1.00/1.00 vMB 1
862,357 862,357 0000000000000000000208319305d70c56a92e842f7098f472606d0957455df4 3,665 1.00/1.00 vMB 4
862,356 862,356 0000000000000000000266f108bc9fe4c2c6e98c15a128b2a2a85debc084d3f4 6,537 1.00/1.00 vMB 2
862,355 862,355 000000000000000000028343c8c2d88b8eb5039f559dacbc02be9c7ccf76b99d 6,997 1.00/1.00 vMB 2
862,354 862,354 000000000000000000021cce1cfb569628d16c069ae70fcb9e9db161678c7e2a 6,199 1.00/1.00 vMB 2
862,353 862,353 000000000000000000004ecb3e357b6a7954a60e85129b4d2f72d349822aee26 4,073 1.00/1.00 vMB 6
862,352 862,352 00000000000000000002449c8d5833ce360b4f8ac21035ba1ec2e60644005b87 5,636 1.00/1.00 vMB 2
862,351 862,351 000000000000000000018102377ddbe7f7521a7ded3b754c9586b2010daa3a02 4,716 1.00/1.00 vMB 3
862,350 862,350 00000000000000000001f3e9b1c422331c4008826541a1bbe6b423d88b729ce6 5,871 1.00/1.00 vMB 2
862,349 862,349 000000000000000000014f7c4cfebd386354cbb4d3c358021745b4e7870734ac 3,470 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.