Loading Tool

Explorer IconExplorer

Memory Pool

79,077 transactions
29.27 vMB
0.09785333 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt acdb73d72922c005b34a7bc60a2068a6c671fb427cbee5a8421594f64bfd4c68
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 2e7d34e5cdb796d36a30109f877886c423fbb826ac585d61b42ebe6c1bcec1d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.03566977 BTC
Feerates: 477.45 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (124,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,397 790,397 00000000000000000001a24130e8a3009e28bad3794bb8a1bc6a6a8f6bbaccd8 3,877 1.00/1.00 vMB 47
790,396 790,396 000000000000000000054a52def649d69cccf2b0cc6c31a1c336289dce29d893 4,170 1.00/1.00 vMB 36
790,395 790,395 0000000000000000000481a20c90090f35f5efb9c7633d275ec9bd4a1cc519f7 3,875 1.00/1.00 vMB 62
790,394 790,394 000000000000000000057247c65f0717c575bba4d0fe290a3c65f7bb676e275d 2,418 1.00/1.00 vMB 34
790,393 790,393 000000000000000000012bc5713817c4e19e642ad48861cfbaadb14483e29364 2,298 1.00/1.00 vMB 31
790,392 790,392 00000000000000000004800b88374a28ec5fb4d90ac052caa110d22a44460bf9 3,909 1.00/1.00 vMB 64
790,391 790,391 0000000000000000000402c3076ba9ab355a32e90aea389d119a805be70b4941 3,323 1.00/1.00 vMB 47
790,390 790,390 00000000000000000005a8cb47d3c862359ea794dd5904c40199f6757ccf27e5 2,929 1.00/1.00 vMB 71
790,389 790,389 000000000000000000013e42b7a6d845ef69edafda927cba085c7dc8eebe2395 2,502 1.00/1.00 vMB 113
790,388 790,388 00000000000000000004840a33a52c6b7251bc7530c1c8d36f275bfd6fbf06e8 3,282 1.00/1.00 vMB 39
790,387 790,387 00000000000000000002008785ffda03c90d1a8010b3ed50e6e89cd8bc2fb713 4,098 1.00/1.00 vMB 44
790,386 790,386 00000000000000000004ad365458c9504c37e673ff2be0709d842a11c81a05f7 3,510 1.00/1.00 vMB 78
790,385 790,385 00000000000000000004f8c53c335e65fba6c4b019c1fb8a3fc188fdabd39133 3,030 1.00/1.00 vMB 97
790,384 790,384 000000000000000000007ff1e1dc8cee86d23f85be7f12bcc91ae440a4f1b5bc 3,430 1.00/1.00 vMB 88
790,383 790,383 00000000000000000005acf06f047ac18f351efd5f3ff7a9acfb212e82a07751 3,550 1.00/1.00 vMB 48
790,382 790,382 0000000000000000000288cd6d8cc2cfd8fcccaaaae12b8b799dde17df32449d 2,560 1.00/1.00 vMB 83
790,381 790,381 00000000000000000000b68b13b188b14f9439f354a50868d56c4c139fb43ce0 2,773 1.00/1.00 vMB 86
790,380 790,380 000000000000000000010f9ad45762beb64a407c0e668e724ee13474afa7efd1 2,724 1.00/1.00 vMB 116
790,379 790,379 00000000000000000001583d6af82ebe20f407f98dee283d8df5c846074c361c 2,229 1.00/1.00 vMB 46
790,378 790,378 0000000000000000000587bb2011e00edc071d5ddedb669dbba797238d3caf5d 3,301 1.00/1.00 vMB 58
790,377 790,377 00000000000000000003025d5db1224a2a0ce54128232544bedb0d55ba636386 3,230 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.