Loading Tool

Explorer IconExplorer

Memory Pool

52,353 transactions
31.39 vMB
0.11416237 BTC
Random Selection Loading Transactions
Max Size: 167.42/200 MB

Candidate Block

Mining Attempt 5946c09211cd4d21f73944ae90cc801e2f19455ab91d47a2c5ae770a295f53e0
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root 1099d9108516445145a359c7f4ffc4959b413e7a6f4e77627681b29f5c2e35e0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,640
Size: 1.00 vMB
Total Fees: 0.02755218 BTC
Feerates: 104.17 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (310,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,682 604,682 000000000000000000064c0557c44c87301c0b449d4fab8dba597cd64c26c89b 2,775 1.00/1.00 vMB 22
604,681 604,681 00000000000000000000a52d7610399a31757412014f0c46f44922b3d6afddee 1,185 1.00/1.00 vMB 26
604,680 604,680 00000000000000000012de142296840208e2e7891f587fe4c588035abc7a65ab 3,255 1.00/1.00 vMB 29
604,679 604,679 00000000000000000015aab2576d9465b2a6f13d564c03fa78cd3b0ddcbff61c 2,947 1.00/1.00 vMB 20
604,678 604,678 00000000000000000008db9bb6dc7eb6d4fd8604594cb46ee3988102af97702b 3,024 1.00/1.00 vMB 22
604,677 604,677 000000000000000000160958dbf9c056efa71ae740d14d3821406b5a4ff8bba9 2,635 1.00/1.00 vMB 14
604,676 604,676 000000000000000000125ce7694efb3ef40213e1300742cc6a2242a39526dbe1 832 1.00/1.00 vMB 5
604,675 604,675 00000000000000000004ee7f906786ff77c0a56185edae146effa89e682a9b44 2,554 1.00/1.00 vMB 10
604,674 604,674 0000000000000000000b501dafcb2bb530e02c4f8a826a966e6ffdcfbc77c580 2,874 1.00/1.00 vMB 20
604,673 604,673 000000000000000000117a5c9fd55c36c5dc698f71ca69cdfcba64cabe05401d 2,348 1.00/1.00 vMB 10
604,672 604,672 0000000000000000000fbd675e17efd3a3f44bfc9a542479605b811ef84eb9b5 3,007 1.00/1.00 vMB 11
604,671 604,671 0000000000000000000c1fdf93f8dc8dc08b775aadc09394e2e30757959c9abb 3,261 1.00/1.00 vMB 32
604,670 604,670 00000000000000000013f2ada43630c0d5b49f657c8d49cb2757d00436c45313 2,263 1.00/1.00 vMB 16
604,669 604,669 000000000000000000093c9e253902b7b99b316f271f7c26423ec4072467eb21 2,784 1.00/1.00 vMB 32
604,668 604,668 00000000000000000005414a2a99698661ea23a5df0f703283f9e3d58d8cb6bb 3,495 1.00/1.00 vMB 34
604,667 604,667 00000000000000000008c9291248ba9adb0d1e2f6dfc3d502d0fc56fec1172c3 3,350 1.00/1.00 vMB 28
604,666 604,666 000000000000000000042ba51197738913f01f53b78475b05940b00551d3862c 3,158 1.00/1.00 vMB 17
604,665 604,665 000000000000000000009fde7acdbf247a3b3c92f807b29d1a0a3585edc9345b 3,040 1.00/1.00 vMB 26
604,664 604,664 0000000000000000000b4b2be48b5f4f7cb64af5b994b8480ee4e2008a6d9492 2,977 1.00/1.00 vMB 39
604,663 604,663 000000000000000000135d2e191626d4a87219b34f07673a36b512236ab3a99f 2,622 1.00/1.00 vMB 13
604,662 604,662 000000000000000000087f51fce58b2c6a07fc417ed0d7f17ea3a86e504ee6ce 3,172 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.07 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: 651.25 GB
    • Received: 13.51 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.