Loading Tool

Explorer IconExplorer

Memory Pool

83,749 transactions
31.44 vMB
0.09894587 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt 2b0206f670823bd2c9115df34c75914e59708048c47a3cc74142b7f34d49d419
Version 20000000
Previous Block 000000000000000000018a6131e27c6c8e6c00f0695c67492c18c531297b0321
Merkle Root 07445e1cad61f57c8e69091d17b1fc2411f36886f9ef5c4451b09eb6d245424b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,271
Size: 1.00 vMB
Total Fees: 0.02614033 BTC
Feerates: 177.93 > 2.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,332 (186,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,609 728,609 00000000000000000005ddbb54bdb49a3a8514ad77f575d25dbb09d223f8873f 2,181 1.00/1.00 vMB 7
728,608 728,608 000000000000000000010bd09617a17265c3009c16905f29e449a53fbc062f16 2,576 1.00/1.00 vMB 16
728,607 728,607 000000000000000000002cd2cb7c5e917b7ed1e9c883eb5c0e578cf6c4231518 2,407 0.98/1.00 vMB 10
728,606 728,606 0000000000000000000500ae5c91f1cfa6e98c09707cfd4ddc32c886f969ade8 24 0.01/1.00 vMB 10
728,605 728,605 00000000000000000003b1a62ad47bb43a5369716bbd3680cad18d98cd06fdab 489 0.35/1.00 vMB 9
728,604 728,604 00000000000000000003593c1eb388dcc61a5729a724085d9f95fe935d04acc8 1,140 0.66/1.00 vMB 8
728,603 728,603 0000000000000000000515d655dc5b64d08f0b3bd2d3d9aa225e514b7ffefdbd 487 0.23/1.00 vMB 7
728,602 728,602 0000000000000000000011eb2c4a7b51c69d6c4e99571ed68ef59c81d373c05a 634 0.30/1.00 vMB 9
728,601 728,601 000000000000000000063091dccd48774d7f0f02714d850bc96e4cefd8e8c612 200 0.06/1.00 vMB 10
728,600 728,600 0000000000000000000434f26705356c9fd4197db2840914e23af907a3216a4d 2,078 0.87/1.00 vMB 3
728,599 728,599 00000000000000000005b03cdeb6e4d2aeafdf9b0690383778647d537ecc3c6f 1,486 1.00/1.00 vMB 7
728,598 728,598 00000000000000000008dd3dc8b05cb52d2e3aff3e781d2c6cad09053b573065 2,692 1.00/1.00 vMB 17
728,597 728,597 00000000000000000002adde06e809ee1ec703d0f4e1442558281f9e82f2fe68 1,252 1.00/1.00 vMB 4
728,596 728,596 00000000000000000001559e6ba9f35ec6f60c12f54c215e70f76d24f9ef573a 973 1.00/1.00 vMB 3
728,595 728,595 00000000000000000007dbfb83ce04beb291e74d48b0ba2bc62d9482f0057e38 2,531 1.00/1.00 vMB 7
728,594 728,594 00000000000000000001eadaf581c2311b7f542e9904e144395cb4324b04c831 1,818 1.00/1.00 vMB 12
728,593 728,593 00000000000000000000a340ff57c49cfb8f515fd72b8607afc4fec8d8ea16e2 2,172 1.00/1.00 vMB 17
728,592 728,592 0000000000000000000901ecd6501d69a8ca7d9d461dbf51cb36342154d69c06 2,309 1.00/1.00 vMB 16
728,591 728,591 0000000000000000000712990aef0d59fa2b7d2e7160055a5312d11dd16ed964 349 1.00/1.00 vMB 2
728,590 728,590 00000000000000000008fcaf54506f5ade9566d293ba04a7eb56b56748cfbcc8 925 1.00/1.00 vMB 2
728,589 728,589 0000000000000000000826eb21bdb30ba9def42468a78f9c94e77552e77fc54d 2,016 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.97 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: 715.93 GB
    • Received: 17.75 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.