Loading Tool

Explorer IconExplorer

Memory Pool

85,556 transactions
31.41 vMB
0.13329259 BTC
Random Selection Loading Transactions
Max Size: 189.37/200 MB

Candidate Block

Mining Attempt 2df977e59288519de467fbefdc4d99e67424fdc92abbc1e91263cc088e5a9581
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root fbe9772bb7e08f60a57de373431f542a80f9f335597df42c577efceb45741aac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.05687332 BTC
Feerates: 214.31 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (763,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
151,738 151,738 0000000000000831a0ca12b3d09903a4a2e3e517acb6fca5b6f71f414da2ef9b 48 0.09/1.00 vMB 73
151,737 151,737 0000000000000a798920ec40ea76077b994fef01da561ebe65154f97efd9e58f 48 0.02/1.00 vMB 38
151,736 151,736 00000000000009bb45f74da73b492a777063b78301d381ac4df218aee551c29b 72 0.03/1.00 vMB 160
151,735 151,735 000000000000055a3bc9dda492237c2f533d88f6f9edba4ae73a4e23b3c11fef 123 0.05/1.00 vMB 62
151,734 151,734 0000000000000cea71f7fa8ffbec222a9b27b1bbe59bd624fd7b279be8a5842f 34 0.04/1.00 vMB 730
151,733 151,733 0000000000000924c745ac00e9a50a3d8764ff7fedc180d1f5c520c9d582651f 42 0.01/1.00 vMB 108
151,732 151,732 00000000000002d446dead7f427108807063d28e415140c572a81f17ae79829a 1 0.00/1.00 vMB 0
151,731 151,731 0000000000000bdf0d9e9be27ab6f0661984ae5db85e74e56b4c78ca92e5af19 121 0.04/1.00 vMB 55
151,730 151,730 00000000000009b0db99c0f1042b20aa4f4b04aebfe9d0b82e0cff9a0986d4cf 38 0.02/1.00 vMB 98
151,729 151,729 00000000000006fccb3b44bfea9563b35179ce3f937f4e20a0ec08b9138cdeab 36 0.01/1.00 vMB 116
151,728 151,728 00000000000004374182e6bf4aa0d7d8786e3d817e2363f36a8ef578b5ebb2b4 160 0.05/1.00 vMB 146
151,727 151,727 000000000000081fe19eca86d0d50452bf1d736a17f29d2943bfa621c0d8bdee 88 0.03/1.00 vMB 137
151,726 151,726 00000000000003ddcbf2f8ca37efd06cc60a73ea86992c89596af2aa6f3f2bb0 8 0.00/1.00 vMB 60
151,725 151,725 00000000000002cd4f83a09c7728a6b5cd277198fa273c162811ec42f9213e44 23 0.01/1.00 vMB 803
151,724 151,724 000000000000076e69fe37f7e47677e3e849468d2c155fbc8fcc8fcd390c826c 32 0.02/1.00 vMB 158
151,723 151,723 0000000000000d071027b8c872d8f62f75c1b1813fca182a9e574ae7758280a8 57 0.02/1.00 vMB 6
151,722 151,722 0000000000000284f01dd91321715fdd5d22a15ce12d0a10fd8a9a3904b87c6d 92 0.04/1.00 vMB 165
151,721 151,721 000000000000005e94f0a8652967ab9b8d4dedd90d821bb37024a307c8fa529f 43 0.02/1.00 vMB 2
151,720 151,720 0000000000000cea09769af641b8921827e44e3f29173d9fe44cb9583f0dba90 139 0.05/1.00 vMB 56
151,719 151,719 000000000000036e8a43473b5cae1bdfe896f8c1c3937edcb5a570d0a6e4a7fa 143 0.05/1.00 vMB 112
151,718 151,718 0000000000000244ab5794afb014e2db94c7905fad8f90f977ad00688a68d675 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.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.