Loading Tool

Explorer IconExplorer

Memory Pool

84,009 transactions
31.51 vMB
0.09842852 BTC
Random Selection Loading Transactions
Max Size: 193.09/200 MB

Candidate Block

Mining Attempt 3562787221bafc53a72c6943d6b6a9a29ac3f5f360f399a56e22bf0ffcb2f6f8
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 0902d62e0e35402e5ce067c92b4b52fcc5edb769982411b0eb9c2d54abd4b3c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,123
Size: 1.00 vMB
Total Fees: 0.02588409 BTC
Feerates: 299.70 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (43,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,203 872,203 000000000000000000000241671638b4f490e20844a2f4cf84822be8bf33ff4e 4,422 1.00/1.00 vMB 9
872,202 872,202 000000000000000000022177f601865828f42decef374fe859f902631d9743a0 4,263 1.00/1.00 vMB 8
872,201 872,201 000000000000000000006109871235f24deff0c2c06149a2f599c6d9f9042e1a 4,513 1.00/1.00 vMB 8
872,200 872,200 00000000000000000001c30cab1e8413c93e4dc1ed5e2c39c4772bea5ace2a7b 4,173 1.00/1.00 vMB 8
872,199 872,199 00000000000000000000187e16f8ebd1ce3b9af8f22471d12ed1ebb5bae3ea38 4,015 1.00/1.00 vMB 7
872,198 872,198 00000000000000000002928e3b0ca09dc9489b71bb25431132765b8edacf7700 3,837 1.00/1.00 vMB 6
872,197 872,197 00000000000000000002022339e347cb0175b90dfee232f6e338dce43296d1e1 3,479 1.00/1.00 vMB 7
872,196 872,196 00000000000000000000c94c1d3c4889c6e12ed7f079a1b5567d1ee95533aa06 3,857 1.00/1.00 vMB 7
872,195 872,195 00000000000000000001238ac13f176715fb47986aa2c283f6b4eaddac9459f7 4,432 1.00/1.00 vMB 9
872,194 872,194 00000000000000000001fd023453cc9033b05ce7b2fabe2d552e3c5e8dd071b6 4,515 1.00/1.00 vMB 11
872,193 872,193 000000000000000000016428afb71584915ce001165c778a9383b8fc78c4d591 3,593 1.00/1.00 vMB 5
872,192 872,192 00000000000000000001c59c7e398f056828e4de121317294345ea2dcc78c5cd 4,197 1.00/1.00 vMB 9
872,191 872,191 0000000000000000000071b74328045870c1f44d823e07a1e871a7862a6d4845 3,309 1.00/1.00 vMB 3
872,190 872,190 000000000000000000023bae0999ffcd43ac52bd592b1af971c59b49b26a55c4 1,816 1.00/1.00 vMB 5
872,189 872,189 000000000000000000016945e5e6ea60ebeb1ae1738d68b7aa91f46c24842bec 2,793 1.00/1.00 vMB 6
872,188 872,188 00000000000000000001cbbb4f6ce53cd16400ffc2bb6d5cb473de712ac026a8 3,343 1.00/1.00 vMB 7
872,187 872,187 00000000000000000001c820fe788ca462612ebe2ed516baf497d32353e7e76c 4,111 1.00/1.00 vMB 10
872,186 872,186 0000000000000000000050550f569d3ef19944f38c17f8f1065f9c6f74e5df8d 3,881 1.00/1.00 vMB 12
872,185 872,185 00000000000000000001eb66e8ce25288a654e8e62c193eca5ced036d4ed9d1b 3,400 1.00/1.00 vMB 7
872,184 872,184 0000000000000000000100c656fa0f961d030bf6fdc01775763d18c6ebdac2e1 3,166 1.00/1.00 vMB 6
872,183 872,183 000000000000000000016567251a6216f6830a4db79254dde9d86e5542fd7072 3,624 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.78 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: 709.61 GB
    • Received: 16.94 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.