Loading Tool

Explorer IconExplorer

Memory Pool

40,044 transactions
26.26 vMB
0.05850294 BTC
Random Selection Loading Transactions
Max Size: 136.79/200 MB

Candidate Block

Mining Attempt 38d7776a5636d70dc9841c711c86d855e2a39b34a457ef43efbce455aef05737
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 70551868933a85116595968b88ec349d60e84a5be1998603f79bd6e72e7b6e42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,262
Size: 1.00 vMB
Total Fees: 0.01033541 BTC
Feerates: 92.86 > 1.04 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (388,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
526,867 526,867 00000000000000000019b0af2268dca9edc8c8f54d0d7291bb6938d29a696a3e 562 0.25/1.00 vMB 25
526,866 526,866 000000000000000000183a3f37e9a652213b7c73f1ef0d859434e480d6a1ad46 509 0.60/1.00 vMB 4
526,865 526,865 00000000000000000002e6dfa9f0d9e340b30ab35f3ee0bb5c2ebea20542bfc0 2,693 1.00/1.00 vMB 18
526,864 526,864 0000000000000000002caaf55b06763274d9e76cc72533fc19ad49d2219f4ebc 1,111 1.00/1.00 vMB 7
526,863 526,863 0000000000000000001b0453178563009d509f9d7309fee80a756e06cfd2b62d 1,754 1.00/1.00 vMB 12
526,862 526,862 000000000000000000315774eb87053d5f0784ac0af55e5af0b207ac55b259d3 2,429 1.00/1.00 vMB 17
526,861 526,861 00000000000000000034da9f83a5b591f6bfc53e6eeee223e6d033c4a50a5c33 2,197 1.00/1.00 vMB 22
526,860 526,860 0000000000000000002da73b519f7a8c8f92b58fec3ce6eca0233d7a3f2a9209 3,095 1.00/1.00 vMB 11
526,859 526,859 000000000000000000072e5b016e1c1a8321c5e35616c0d9770c183ea633c1cb 2,444 1.00/1.00 vMB 17
526,858 526,858 00000000000000000007422e5f321229d5647b1d7f891d97a74763cb7322f06a 1,732 1.00/1.00 vMB 29
526,857 526,857 0000000000000000002bfd8ed2d18a44b9228d14c81724332880ccbe0a80adc8 854 1.00/1.00 vMB 33
526,856 526,856 0000000000000000002fd7b864aaa220d6756b44c4e770682a480908435aa0ca 764 1.00/1.00 vMB 55
526,855 526,855 00000000000000000023ee3b6b2c17b973bf235d8d24397d3996ce69efd12ac8 1,915 1.00/1.00 vMB 14
526,854 526,854 0000000000000000002fcf07d7f9a6de0c53ce2b1e88041f00894580bba67641 192 0.09/1.00 vMB 52
526,853 526,853 00000000000000000013e777410bfacaef42b18836e5dce8298b9985866dd031 1,753 0.63/1.00 vMB 6
526,852 526,852 0000000000000000000ad6dd4d00a462ad0d16366f15e70ef0bd826f79162f97 2,235 1.00/1.00 vMB 30
526,851 526,851 0000000000000000000f6569162a28a9946d142715b994866f44fcf05df0d622 547 0.20/1.00 vMB 26
526,850 526,850 000000000000000000127192a35c9af01ff70985c8e0784723367080c8fcf2b9 1,789 0.77/1.00 vMB 10
526,849 526,849 00000000000000000036b9bd10801b0157ec40f88cbbb6682b83b73c620743e3 2,307 1.00/1.00 vMB 21
526,848 526,848 00000000000000000022dac55aee5fba527edd622608425e40c4a8c2dc2d0baa 2,638 1.00/1.00 vMB 21
526,847 526,847 0000000000000000002a38df7fe478d3229891acad1f3b45fee54757347bfccb 44 0.02/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 656.07 GB
    • Received: 14.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.