Loading Tool

Explorer IconExplorer

Memory Pool

80,051 transactions
29.64 vMB
0.14226835 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt f4bdf514163cb8e031a5838a24cb94c464d9ebb95c72cd5e6c9d68c84233d7df
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root d9f4118dff4aa3b6a8fc601c8eee2a70153cdb4dfa5f8f13ad8ea30dae66df67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.07687614 BTC
Feerates: 502.67 > 7.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (237,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,335 677,335 00000000000000000009378a48ebcc214ff0f91799df1f5658d5caa801544d89 2,545 1.00/1.00 vMB 82
677,334 677,334 000000000000000000012cff66846340b48c7ad1b9334b64f087ef66ae1388b0 2,724 1.00/1.00 vMB 93
677,333 677,333 000000000000000000037cc36603fedb4989d0acf7187f3dc1e96a3a28afa667 3,047 1.00/1.00 vMB 73
677,332 677,332 00000000000000000008dff00721ae0c24534fde8a003937011cc27f2893d6f6 2,561 1.00/1.00 vMB 89
677,331 677,331 0000000000000000000a1591b9dc0672a5ba3c94c870486998b37d794f61e847 3,311 1.00/1.00 vMB 109
677,330 677,330 00000000000000000004a93e6b23fada71417aad009f1cf5aaa08d1e8d15ff5a 1,582 1.00/1.00 vMB 73
677,329 677,329 00000000000000000000d81ef2013f9ebb658f4ca2cb5a9e618842fcb327b046 1,767 1.00/1.00 vMB 80
677,328 677,328 00000000000000000006cfaac24cb441aa59ea0ec88016f696405690f11a8186 2,677 1.00/1.00 vMB 90
677,327 677,327 0000000000000000000a361bc03dfe02c946c5c1adb5fe495a0d6f71a3ebe3f4 1,780 1.00/1.00 vMB 46
677,326 677,326 0000000000000000000c13c47bc4f04a9404bd8f23db4044d7aa3becdf6c67ab 2,392 1.00/1.00 vMB 67
677,325 677,325 0000000000000000000b1eb44dd74731c2b4e3ce320ac892bdaaf11052c2af91 2,806 1.00/1.00 vMB 52
677,324 677,324 0000000000000000000ab1ca3cb00a888a60ddfb5ad1d2c8cd4e3634374fd1bd 2,832 1.00/1.00 vMB 73
677,323 677,323 000000000000000000057325f49679a7db989471bab1969ed5fe8a5fe0a70b87 2,283 1.00/1.00 vMB 67
677,322 677,322 0000000000000000000c1f64b718da1f92ce4dfbefb3ddcc8913895f31d38c4c 502 1.00/1.00 vMB 71
677,321 677,321 00000000000000000000a0a8cb91798342b5f075fdcb28560487e65eb26a64d6 2,662 1.00/1.00 vMB 76
677,320 677,320 00000000000000000006543c4f81dc743adcca9b73f37f731ba18bfe1520353b 2,285 1.00/1.00 vMB 74
677,319 677,319 00000000000000000000d04a7ce92cceb12f7d9934a07dcf89a7198cba47c53b 1,119 1.00/1.00 vMB 72
677,318 677,318 00000000000000000009e4ddb56eca392129855d1604763c5c5245a74369799f 2,637 1.00/1.00 vMB 85
677,317 677,317 0000000000000000000c7b556e9a2c40cefa17ad58d91749f95382b97c39e0ec 2,373 1.00/1.00 vMB 73
677,316 677,316 0000000000000000000267dd532b13ff36dd76f7cd04206031153ead310fb435 2,256 1.00/1.00 vMB 82
677,315 677,315 0000000000000000000890c9fc5ca5052981cbbd63d75a5205ca7dedacc9d81a 2,102 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.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.