Loading Tool

Explorer IconExplorer

Memory Pool

80,471 transactions
30.15 vMB
0.09058314 BTC
Random Selection Loading Transactions
Max Size: 180.81/200 MB

Candidate Block

Mining Attempt ec49b79454bde99f5c94176252761174edebb8ba0b5fd7565e02eefc2d632090
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1fc24ebd2273f4c413b63c0436df51ce0ba10fcc2d74f10119eac0673703db40
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.02887592 BTC
Feerates: 301.07 > 2.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (267,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,757 647,757 00000000000000000008beaad81ab171d8a05c8d3937e9ced2c341f4ce5bd8fb 1,892 1.00/1.00 vMB 31
647,756 647,756 000000000000000000048bfcc38893abb3eb3c7a19bdd97017951d2e36c68a93 1,857 1.00/1.00 vMB 21
647,755 647,755 0000000000000000000a1b0b474ad90186930769669aff5cad43dc64b0024c29 1,776 1.00/1.00 vMB 46
647,754 647,754 0000000000000000000e80eea41e01e44d782fd80e404bf658cb2ec9256ccfce 1,742 1.00/1.00 vMB 40
647,753 647,753 0000000000000000000293654b474be6cbc7037be54a54f7db5f2acd9ca6ed98 2,208 1.00/1.00 vMB 48
647,752 647,752 0000000000000000000bc5a68bd637c93e6f71835b781e403099c9cb53fd249e 2,383 1.00/1.00 vMB 35
647,751 647,751 0000000000000000000f7f1c237eda1846f2b492ce3b97cbe7fad605d36f5a83 1,952 1.00/1.00 vMB 42
647,750 647,750 00000000000000000005aa4794b933d6c86d878ac65e60106c5eff78dd11bbb8 2,488 1.00/1.00 vMB 41
647,749 647,749 0000000000000000000a295d2168717951289b0ffb4c45ad2216559ad94a4cdd 2,569 1.00/1.00 vMB 54
647,748 647,748 00000000000000000006a9eb363b8c5ab0f789c43cf2f1db1c69f39b8ac72ffc 2,648 1.00/1.00 vMB 75
647,747 647,747 000000000000000000076f36666dfebc0a454e3c30fb8022a69b24bb67f7cc5b 2,202 1.00/1.00 vMB 19
647,746 647,746 0000000000000000000ffa79bf8d0bc71ed3276e6c56a369a8b728129bd480ed 2,675 1.00/1.00 vMB 78
647,745 647,745 00000000000000000006efe27798c27a27e4425781d9d83c764566dccdaac408 1,813 1.00/1.00 vMB 106
647,744 647,744 0000000000000000000d5380720c6459d519bca10fae574273cbfe63110cdd85 2,397 1.00/1.00 vMB 9
647,743 647,743 0000000000000000000801187a8c858270252161010be8c99de594422f1a27cc 1,522 1.00/1.00 vMB 42
647,742 647,742 0000000000000000000a2bfcb1ff9a5e274bcb463c1cabb56047ad4b5bc77a93 1,627 1.00/1.00 vMB 15
647,741 647,741 0000000000000000000b0c33627eea27da7e109af671a571ad9c68643faa9e81 2,405 1.00/1.00 vMB 54
647,740 647,740 00000000000000000002477300b013e861081701906ad17422af3f68fbab7a79 2,645 1.00/1.00 vMB 52
647,739 647,739 0000000000000000000314504d674e04fa83bb48b5bb149d14ab2b686cf84c6e 2,253 1.00/1.00 vMB 75
647,738 647,738 0000000000000000000aa27b1fb8013a5d7bcb61ae8989d83cbd8498c4e3cf46 2,230 1.00/1.00 vMB 107
647,737 647,737 0000000000000000000e63071cf53ac990922db048efe8d42af0315fba9f2e01 2,439 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.