Loading Tool

Explorer IconExplorer

Memory Pool

23,900 transactions
11.27 vMB
0.06257360 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 62.97/200 MB

Candidate Block

Mining Attempt 5dacac740be3a54166e7d965715823c6090a230bd6630b5290e79535b891ca2c
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root c2cdf885885c447165a258815979aec4c61582ee830f9b808b0bd135fbeaedb8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,260
Size: 1.00 vMB
Total Fees: 0.03872492 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (760,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,765 152,765 0000000000000bdbd13d4e18da82a140cb2c14168cfbbdc7fa9acb30cfc798f2 10 0.00/1.00 vMB 16
152,764 152,764 00000000000006708449cc9d48e43de0764a1e07814632c7eefb4307a27d1f5d 156 0.05/1.00 vMB 28
152,763 152,763 00000000000006a28f8cdb8319837dc9f0fedcf88f3dd8f97a0ee64549f2ce59 53 0.02/1.00 vMB 127
152,762 152,762 0000000000000a46b2c5d16ab92e271ac48c617d96ce874940bf540ca2990b57 144 0.05/1.00 vMB 33
152,761 152,761 0000000000000a5a05f9de39928cc1aaa3b0339da7400c90818e5d140d54b7d1 45 0.02/1.00 vMB 105
152,760 152,760 00000000000005681365fc81df56c80cad3a6b92474c004715e5400584f8d8c7 46 0.02/1.00 vMB 149
152,759 152,759 0000000000000aef60a8f5a771926e6ae1e68f78f258cf0d9ef1cd30ffaceef5 136 0.05/1.00 vMB 15
152,758 152,758 000000000000038be380e62bd7fc43fe066a5c597e6fe0417dd003eebb5dbd2c 108 0.04/1.00 vMB 96
152,757 152,757 0000000000000c12facb8756013a5578f28b031aa079f851e88404d388870c3e 41 0.02/1.00 vMB 107
152,756 152,756 0000000000000b7ca498f34b4bef3a2bb181479008de0be160ed70b920c5620e 38 0.03/1.00 vMB 43
152,755 152,755 0000000000000414034907de29d2b6d27e421d2cfe92e314108d87540ded4041 36 0.02/1.00 vMB 119
152,754 152,754 0000000000000de3ad2860097f42d2b48bc47b6a1fb50e15b3d6f24e6e7e21c1 69 0.03/1.00 vMB 125
152,753 152,753 0000000000000c4c8cdcb5ef684650bc1a13fd17a877618ad965693d0e5ac1fe 106 0.05/1.00 vMB 17
152,752 152,752 00000000000005c03a0e1f11ad55d1cef3774233995f5d58a0067d775f2313d8 5 0.03/1.00 vMB 56
152,751 152,751 0000000000000381929a8c0c8bd18ec8c3312f3355d9b44d779963db4ba59a04 8 0.00/1.00 vMB 387
152,750 152,750 0000000000000a2631d52d8cfe5f78d546ea71546ba06ede33b5cb8dcc66d75d 17 0.05/1.00 vMB 54
152,749 152,749 0000000000000d92845e0b07f4e1cc6a564da5aa7cdc35766a51d63bcd60ee83 39 0.02/1.00 vMB 43
152,748 152,748 00000000000002008d94c010a10f1f77fde3b96676191d66aaf9f6d4a78912fd 1 0.00/1.00 vMB 0
152,747 152,747 0000000000000a16c19f8607ab44fade8b9cf204a19d5ef180b82d33c7112d46 10 0.00/1.00 vMB 341
152,746 152,746 000000000000059486372801f8e42dd3936bfdec03f6e8068628db659543aa44 31 0.01/1.00 vMB 61
152,745 152,745 0000000000000835f090fd2136cfce9873717cf79467b936a56b206130fa532e 107 0.04/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 779.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: 435.03 GB
    • Received: 2.38 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.