Loading Tool

Explorer IconExplorer

Memory Pool

82,185 transactions
30.55 vMB
0.13568482 BTC
Random Selection Loading Transactions
Max Size: 183.82/200 MB

Candidate Block

Mining Attempt fc4e016a140773673eefbdc7c28f5976d8ebf24511e07cec4b3bb636185a2638
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 9f8f3608665daff45b3b3531e0886ad8813ceab11e480ff403282021d3b90af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.05296101 BTC
Feerates: 302.06 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (99,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,928 815,928 000000000000000000025014799ddcc9baae97bcd7d3b89f4a8af68dac526015 4,798 1.00/1.00 vMB 90
815,927 815,927 0000000000000000000096b98e3d5a8bc7e666f3ccf8007145be23196a186cc4 5,093 1.00/1.00 vMB 98
815,926 815,926 0000000000000000000448c1933cb2fc95a21ff08c92eca42f13e76079910ff5 3,983 1.00/1.00 vMB 98
815,925 815,925 000000000000000000037f23637cbf0a8c7bdce7c84fa6455be60e8155a5517c 4,750 1.00/1.00 vMB 102
815,924 815,924 0000000000000000000238082282fe525990616ec764ddb2a944dceb896c461f 4,030 1.00/1.00 vMB 99
815,923 815,923 0000000000000000000062250661605aac0467caa6ad93fd80ec3c6512b507ae 4,789 1.00/1.00 vMB 108
815,922 815,922 00000000000000000004627a6807c0cf862322d586e1c7ed1c1d83e993086f25 3,060 1.00/1.00 vMB 119
815,921 815,921 00000000000000000002c146f30d190bbda4e1820f84c23ae5fcc7faa1b4388f 3,522 1.00/1.00 vMB 95
815,920 815,920 00000000000000000001816d6d1fb721a6fe6cae75b76f6e370081c25dde49e4 4,230 1.00/1.00 vMB 96
815,919 815,919 0000000000000000000269869f9d8dd7c7a1895e8dc21beeea19e1839c04b6d8 3,765 1.00/1.00 vMB 115
815,918 815,918 00000000000000000003d2a1d1069894fa4e1a2b42db4eff33cbc1b497f4bd6b 3,592 1.00/1.00 vMB 114
815,917 815,917 0000000000000000000274a3fc9feb789dc5637769eea9192283edfbd96dcaf2 3,916 1.00/1.00 vMB 103
815,916 815,916 00000000000000000003f079f8e8c9f079d0853ad14391420f8f5d45e9d809bf 4,548 1.00/1.00 vMB 101
815,915 815,915 0000000000000000000208a15c6ebcbef8288b2b68f1245e02e6965d581ba5c1 3,161 1.00/1.00 vMB 114
815,914 815,914 00000000000000000000803ad1b15b13f6ee3aec677831852a24c362d28a3b62 4,554 1.00/1.00 vMB 110
815,913 815,913 00000000000000000000e50025272b67a750f987d2b6601c0457ae50d04d2a7c 3,300 1.00/1.00 vMB 109
815,912 815,912 00000000000000000002c744aba727923c36e25b71d590088efd71028f53e035 3,164 1.00/1.00 vMB 129
815,911 815,911 0000000000000000000110b4c616c89f4e942bcb5aa44b61ca10a0571604d016 3,139 1.00/1.00 vMB 113
815,910 815,910 000000000000000000032caa9ec475a80afc6e8e5e35e8dfa7fb6f40f4012455 4,232 1.00/1.00 vMB 74
815,909 815,909 000000000000000000045adc5b9fbc6042401ff1a91342cf907f2844e98dc7bd 4,031 1.00/1.00 vMB 85
815,908 815,908 000000000000000000023257cdd0bb1df01633cbde667ff76e0364b4d6da3b5e 3,833 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.