Loading Tool

Explorer IconExplorer

Memory Pool

80,880 transactions
30.09 vMB
0.12716197 BTC
Random Selection Loading Transactions
Max Size: 180.98/200 MB

Candidate Block

Mining Attempt 2fea056704e9001d887220c473594272acddeade9fd6e979f3ed40f4669b3647
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 1f4066eebfbe340c1e432753dceda396508a2eaf8df46615d69296a54d161fe9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,788
Size: 1.00 vMB
Total Fees: 0.05251336 BTC
Feerates: 242.90 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (139,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
775,677 775,677 0000000000000000000722cd71c978b0338b2509b9e1d893083f800267cf551c 699 1.00/1.00 vMB 6
775,676 775,676 000000000000000000054b6f26793d1b042034cc0cf539a4ac34cc3f56f3c772 1,734 1.00/1.00 vMB 6
775,675 775,675 0000000000000000000556c5fe1d1677a303c18e948a9f3177a462b5c0b34b89 2,209 1.00/1.00 vMB 17
775,674 775,674 00000000000000000004a57b6df40db87041ac34c6c77d082221fb0cec7c56f0 3,368 1.00/1.00 vMB 18
775,673 775,673 000000000000000000056b009e6fa08c6d7eb36c8ff32cc399615b046eaadcad 1,207 1.00/1.00 vMB 7
775,672 775,672 00000000000000000006c0b0b661b3f45bfb272c19a559f49e577e6fe85e921c 3,457 1.00/1.00 vMB 15
775,671 775,671 00000000000000000000d37bd4f80934b73ab33691f12d2285e8e863a6191ed5 2,561 1.00/1.00 vMB 15
775,670 775,670 00000000000000000001f9fc677601a053899b4d46febce963aaaa91cc5e3742 3,133 1.00/1.00 vMB 21
775,669 775,669 000000000000000000058af6e8913b4d8ed558cc91cdc893a427077f0cd7820b 2,122 1.00/1.00 vMB 11
775,668 775,668 00000000000000000005e6e2085ae056e9efac4e06b84a666ba60556981c9bd0 3,184 1.00/1.00 vMB 21
775,667 775,667 00000000000000000005894974bcb811efcb64b3440cee23e75f38df18436de4 1,503 1.00/1.00 vMB 6
775,666 775,666 000000000000000000001a6a22e7647d90aaf5f683365268301b9ef32a38f9b4 1,177 1.00/1.00 vMB 4
775,665 775,665 000000000000000000061abe3aa1ed5b72bd2a32618c0d82467287bcc6b6ce07 1,993 1.00/1.00 vMB 11
775,664 775,664 00000000000000000004edd9ad157a5efe227c25e93d348e25ee9c6c5c088fe6 2,392 1.00/1.00 vMB 9
775,663 775,663 00000000000000000000e6d3fe75868b64d6feca05b3aabbb35f88d11045aee4 2,326 1.00/1.00 vMB 4
775,662 775,662 000000000000000000046343379e1acb4b9a211b9f7a8f3eed59f715f0e13f00 2,964 1.00/1.00 vMB 13
775,661 775,661 00000000000000000006e1c8472568d29db6ba6e0f5caa4b1cea2dd25ae5153f 2,023 1.00/1.00 vMB 12
775,660 775,660 00000000000000000005e4a1acf672d1228d17db5eefbb34e476a9730aa8a598 1,751 1.00/1.00 vMB 8
775,659 775,659 00000000000000000001be1435a1dbe0fe30de0dacca2e5076cffea81d5119c7 2,852 1.00/1.00 vMB 19
775,658 775,658 00000000000000000001b3ebcecf788084f58add0d7b0c9f40240104317fc5cc 1,475 1.00/1.00 vMB 22
775,657 775,657 000000000000000000054063e6425eaaf29ead183d5f643e6a6fb1cc11ca9b82 2,701 1.00/1.00 vMB 21
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.29 GB
    • Received: 16.42 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.