Loading Tool

Explorer IconExplorer

Memory Pool

77,678 transactions
30.07 vMB
0.08826024 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 17a742882defbd3b5c98af078f086b7e5b9c59a15a95560bb1f5102c4917f474
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root b4c7b4b9257168178ef4b994b8e674e4cebb60e098aedffa549068e428e8204c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,830
Size: 1.00 vMB
Total Fees: 0.02169068 BTC
Feerates: 201.36 > 2.17 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (265,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,809 649,809 0000000000000000000d515eef00e4e4efba702d3bf9172780641e68fbaaac17 2,956 1.00/1.00 vMB 54
649,808 649,808 0000000000000000000c9afda1b765bc6fc03098e333cbfbafab6c9a34aa631e 2,808 1.00/1.00 vMB 65
649,807 649,807 000000000000000000098e8a9a64513dcc4039cfce67e8de8167635e0e9b5d6a 1,981 1.00/1.00 vMB 72
649,806 649,806 00000000000000000001978c10c37105af9bc071f7a2f0ca552c3758d365ced8 2,844 1.00/1.00 vMB 82
649,805 649,805 0000000000000000000e748029895efc469af50aa6363aed6f5125f964cb3cb1 2,779 1.00/1.00 vMB 79
649,804 649,804 00000000000000000007552c569d06bf56bb3c0fe71e1c623214529f9f92b983 1,943 1.00/1.00 vMB 31
649,803 649,803 0000000000000000000792f5ec7b87b5c165ecdd21a720deae7c233a601b6ee1 1,999 1.00/1.00 vMB 45
649,802 649,802 0000000000000000000af0b43e7b41024c05f2ad3b6caa471d96364fff579f77 3,020 1.00/1.00 vMB 75
649,801 649,801 00000000000000000001c19d73888d9a776bc88d21076aa25b6a4aeaa21e6d83 1,987 1.00/1.00 vMB 48
649,800 649,800 000000000000000000013416da991019db48880986e6a0945953dd0360b74694 2,600 1.00/1.00 vMB 47
649,799 649,799 00000000000000000006e3c45f392418000e47e3482a9f105d343d21a6b2c53b 2,221 1.00/1.00 vMB 59
649,798 649,798 000000000000000000032019f485b7dc5ad679612bbc5b6dcf92338f3942ee5d 1,836 1.00/1.00 vMB 60
649,797 649,797 000000000000000000035cd4ee6a5700e1933a906b1bdaeb2f016ecb37a2d334 2,893 1.00/1.00 vMB 59
649,796 649,796 000000000000000000097ad28da4acd6f7362601502d260199c1cec4243a365b 2,509 1.00/1.00 vMB 79
649,795 649,795 000000000000000000099599719e9db4d6893d52e82e535b1599217de1355e47 2,953 1.00/1.00 vMB 81
649,794 649,794 00000000000000000003f7a37b318f3a43f18e390adf247878737a979d803b56 2,738 1.00/1.00 vMB 94
649,793 649,793 0000000000000000000d72d994f5b911725b19021c604eb087221c6cbbe078c5 2,127 1.00/1.00 vMB 75
649,792 649,792 0000000000000000000402c7fe1e28fe277ae80c13797a6bf81e56b64d873ef4 2,642 1.00/1.00 vMB 56
649,791 649,791 000000000000000000016c7476ab004ebb7e9709067fbbecf5fc9a48c95a556e 1,782 1.00/1.00 vMB 41
649,790 649,790 0000000000000000000709ca86ea9b35497b2d896bac6ae3a0e4c8a7d2cfc8c7 2,696 1.00/1.00 vMB 76
649,789 649,789 00000000000000000000ac7ecf2f25c579ccc76c669592ade6d6a6f98c451a38 2,777 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.49 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: 668.30 GB
    • Received: 15.47 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.