Loading Tool

Explorer IconExplorer

Memory Pool

77,848 transactions
28.87 vMB
0.06749539 BTC
Random Selection Loading Transactions
Max Size: 175.19/200 MB

Candidate Block

Mining Attempt ff65cc6b72e542cb07b4d91c0e9936be2c28b9b0557b2a5d1c55e7510d5084bd
Version 20000000
Previous Block 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620
Merkle Root b7bb58ecc14cef4ef201c435d8a50df8329330197e85a443100d91939c161299
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,857
Size: 1.00 vMB
Total Fees: 0.00741611 BTC
Feerates: 149.20 > 0.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,090 (311,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
603,625 603,625 000000000000000000074bbc79016030878d7897ca4123de6bab25ccc6dfdec3 2,754 1.00/1.00 vMB 25
603,624 603,624 0000000000000000000da8a32d88638eea46d790c7501143da0e696f37337035 2,956 1.00/1.00 vMB 40
603,623 603,623 000000000000000000145ffb2871d65925edddd7ea58d75deb1d9ef7fcdcaaed 1,211 0.49/1.00 vMB 6
603,622 603,622 00000000000000000011040a548c11897f3c9e816c8f6d602edab4348d8971ee 1,596 1.00/1.00 vMB 3
603,621 603,621 00000000000000000015f59070c41971e7866dec80fd8fe6ab30763b142f73a3 2,082 1.00/1.00 vMB 6
603,620 603,620 0000000000000000000d00b73c1bafb60daf7010db7c414cb930d31015947206 2,577 1.00/1.00 vMB 8
603,619 603,619 00000000000000000011f96d20b3e012f3b475b0d78efecc8c1776e875ac1693 2,549 1.00/1.00 vMB 32
603,618 603,618 0000000000000000000e8237809d325c386a8c7902901f4e44809f837f0f87c4 1,619 1.00/1.00 vMB 12
603,617 603,617 00000000000000000014aff07a812e3ad0c4b4888630a557aff27dfa0893b693 1,521 1.00/1.00 vMB 11
603,616 603,616 0000000000000000000de138f24fc6defe3cbb78528156b29559e77b7989e97d 2,100 1.00/1.00 vMB 16
603,615 603,615 000000000000000000133a3a9f199e383117a2a6a60e7e2a65c2520031ca8e91 2,806 1.00/1.00 vMB 30
603,614 603,614 00000000000000000005258b60b0d59b1494cfc1ba2bfa7cf1b24bf97edcd92b 1,679 1.00/1.00 vMB 13
603,613 603,613 0000000000000000000c580b6d1e9ec90917630b3cf300bf7bc7825fb3262591 2,738 1.00/1.00 vMB 27
603,612 603,612 00000000000000000004ad025e756c9f2f9cb88b5fb5203c14305d2f381cce62 2,803 1.00/1.00 vMB 17
603,611 603,611 00000000000000000005beb0092d9fe6b9996f07ff27019a843084c3a3423494 2,981 1.00/1.00 vMB 15
603,610 603,610 0000000000000000000061b3d48e5263e1bdf3e0d3a5d5be444e06e5158d2c9a 3,138 1.00/1.00 vMB 27
603,609 603,609 0000000000000000000f14ad78bdb79fdde786acbc0d6bbd098fa8b6eeb89bd2 2,770 1.00/1.00 vMB 44
603,608 603,608 0000000000000000000500d5be6eddfa169a3ddc92fedc3efd238e61756f81ea 2,441 1.00/1.00 vMB 26
603,607 603,607 0000000000000000001545207ff0cf565de498eae024f2520da8f933890ffea8 2,183 1.00/1.00 vMB 25
603,606 603,606 0000000000000000000cc67f09cdb8191587b56034c04f842207bcc21d1ce287 2,326 1.00/1.00 vMB 26
603,605 603,605 000000000000000000008be085f9f222c2618d0ee182d62923565120c8dd5c6a 3,272 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.55 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: 669.80 GB
    • Received: 15.77 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.