Loading Tool

Explorer IconExplorer

Memory Pool

76,870 transactions
28.65 vMB
0.06785862 BTC
Random Selection Loading Transactions
Max Size: 173.75/200 MB

Candidate Block

Mining Attempt 6c73859ca92ebaee19eacc81adb8caa354c9cda36a47dcbd7239622bbb948c4c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 6a6b0c37807169243351d01a5cb36894ad7f1af1fb5a9c31d399146a696b1fde
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,291
Size: 1.00 vMB
Total Fees: 0.00814197 BTC
Feerates: 60.16 > 0.82 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (140,536 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,621 774,621 000000000000000000040b9fab0330cf358f1ad07ed4a0e267c3e13646e8ea5e 3,927 1.00/1.00 vMB 4
774,620 774,620 00000000000000000002c60e59b510e893a79d65c3a6260daa3eca8188af812b 3,321 1.00/1.00 vMB 23
774,619 774,619 00000000000000000006c4318fa6ee92ba02ab103d68624a847d122bdc233bb1 4,695 1.00/1.00 vMB 13
774,618 774,618 00000000000000000003cd4f9f2230a553be88f145a6d567a135b9528b470c63 2,123 1.00/1.00 vMB 6
774,617 774,617 000000000000000000060139ea9c801515d4d4fa024c96f5ca0b62d6a017221d 2,291 1.00/1.00 vMB 14
774,616 774,616 0000000000000000000094b7efd01cf73af0958ac1595d384c2f7c57ac76ab49 2,824 1.00/1.00 vMB 19
774,615 774,615 00000000000000000006ce96859916f57bffba949d3876e5be18e5a7f7fbcf22 3,342 1.00/1.00 vMB 31
774,614 774,614 000000000000000000050ead4332592f56b3a51cb8d7f07775d4007cb9072cf7 3,212 1.00/1.00 vMB 20
774,613 774,613 00000000000000000001ab72312abe9f066f7785f676688f1303d528364df065 1,230 1.00/1.00 vMB 8
774,612 774,612 00000000000000000005e5df477444b77e26f4021ae9071e3b42f30b64d3979d 3,443 1.00/1.00 vMB 28
774,611 774,611 0000000000000000000650083ebe868d478dde4b56246cfc20ffd2399a071db5 1,485 1.00/1.00 vMB 13
774,610 774,610 000000000000000000012c48109a6da26f3564cef7ad7f191abaab66964a5842 2,102 1.00/1.00 vMB 19
774,609 774,609 0000000000000000000528b11592ef08822b79f6573e4410e2025987cd3e6508 2,227 1.00/1.00 vMB 27
774,608 774,608 00000000000000000001409a7b23376dd079c2d65a649c063bd964bbeb0125ad 2,378 1.00/1.00 vMB 11
774,607 774,607 00000000000000000001c45bf0c960be8de19dabb87097ba2a5029c7fe3af5e5 3,748 1.00/1.00 vMB 32
774,606 774,606 000000000000000000019fa80e8e6e22a7595b7bf5afdce792e1cdf21e875ebe 2,795 1.00/1.00 vMB 19
774,605 774,605 00000000000000000005f56b857f38ff8aafec04d89b8cb38a8dd2ac93d3751c 3,866 1.00/1.00 vMB 31
774,604 774,604 0000000000000000000004a6145e04f41eafd103213689d5d8b505549d2fcf62 3,277 1.00/1.00 vMB 20
774,603 774,603 0000000000000000000699f76d1ba0fa1720400c37f0fdd10e75034cd5d13015 2,017 1.00/1.00 vMB 12
774,602 774,602 000000000000000000000f04a634616326029ed5dad4d71d5300438ad404c68c 3,664 1.00/1.00 vMB 22
774,601 774,601 000000000000000000030c3c3eef28df11d945ed93e3cd4aa1eef76edc82a31d 2,765 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.