Loading Tool

Explorer IconExplorer

Memory Pool

34,244 transactions
11.19 vMB
0.12417329 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.61/200 MB

Candidate Block

Mining Attempt eb651c7f272fd94c7a0e4fa9426f3ba73b3d33ef4e3d79b332732840704d47ad
Version 20000000
Previous Block 000000000000000000011ebd83612b996cae9108d9add28b828f99f3c93d70d7
Merkle Root 75aca6058db259fa9974d80c5a971188d5c5f98e0b53f1e01b5b1e1caceb25ab
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,817
Size: 1.00 vMB
Total Fees: 0.04454070 BTC
Avg Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,032 (745,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
167,858 167,858 0000000000000b3a19c5373ba77a0ef77ae0edb7dfedabfadaad067b1fad18d6 0.04 MB 105 65
167,857 167,857 000000000000085b66def3eda857fe52b6329f3fc92551147f9145766b6ee730 0.00 MB 10 53
167,856 167,856 000000000000060415ebc457a3e3d0059500cfec81436f7680f6475743d152da 0.00 MB 11 13
167,855 167,855 00000000000001571ba5e1c7aabfbf73223bd24d80ccc70ca2b1143de016bf25 0.03 MB 61 56
167,854 167,854 000000000000043dd212d028b3d09432b6464d11291d9d3f2cfe0b8d35a82201 0.01 MB 22 0
167,853 167,853 000000000000076bc6e948482737a63cf2fe5dafb3df16bb4ce841308e68e8b5 0.01 MB 43 278
167,852 167,852 00000000000000b78f97198474e26c5c3d7bac1b40b2246a976a0c00e01fbe4b 0.04 MB 58 120
167,851 167,851 00000000000000813353c68526471b6e9d0faa91d59bb0117b5012aa4722f939 0.02 MB 48 117
167,850 167,850 0000000000000823a0651bf071224b0b4e482ce7fc97753b40292433d9e859af 0.03 MB 77 162
167,849 167,849 0000000000000725c3819031f32efda660aae4c5b02846db4924bb4a39ab1fa6 0.05 MB 136 78
167,848 167,848 0000000000000b14a4d7be33aa58994ae670ee59eb127c0e67af322e2c1ebbb6 0.01 MB 15 15
167,847 167,847 00000000000001428be5c16eba2ec01bffe1cfde0af2de6f64675bea7be13cb8 0.03 MB 49 110
167,846 167,846 0000000000000222612ad4db0d86356d4361cf843da07bb72e0da3e39f80441d 0.00 MB 5 35
167,845 167,845 00000000000009765fefa01dec1831e0132a964a85c18e897855f5f3abe687a3 0.02 MB 31 207
167,844 167,844 000000000000012fd755d3692e95d81ebdc27f20eb0db9a7f8be313ccbbf1701 0.02 MB 79 0
167,843 167,843 000000000000026e00600d9ff352c44ca1c3b4fce64a699ebc9034204e2d2791 0.01 MB 12 28
167,842 167,842 0000000000000023261a8f96acafef7fcc02bf00f1db4894100c97e9876cc52a 0.11 MB 39 61
167,841 167,841 00000000000007f5c8f6990a3814108467ef165cd04a1df13ea5d83604b3e29b 0.00 MB 10 373
167,840 167,840 00000000000003c6ed52db628fa58b4cbc322bd288d3ff86af62c586105feefb 0.05 MB 70 96
167,839 167,839 0000000000000bd9f5c4540b83c269586da7578cfc4a5a32cc8fd51bef73e975 0.01 MB 22 116
167,838 167,838 0000000000000a0d0b234794ec69c77a64b57ca754057205cd1ffb36fc9c0eca 0.05 MB 99 77
Previous 10 blocks ↓
Total Size: 778.90 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 21
    • Outgoing: 10
  • Data Transfer:
    • Sent: 0.09 GB
    • Received: 0.03 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.