Loading Tool

Explorer IconExplorer

Memory Pool

81,034 transactions
30.25 vMB
0.07424862 BTC
Random Selection Loading Transactions
Max Size: 185.56/200 MB

Candidate Block

Mining Attempt eefd73c06c67b61b2d61e16f88e25da552c73b5ef7801c02c471c4e72bacf1cc
Version 20000000
Previous Block 000000000000000000019cfdd578855077e60f36c781b1a8c71950cba95fc08d
Merkle Root 9c3f1c7e44055bae487a371a100da8b0e102225676c1162421c26c59fe089d2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,883
Size: 1.00 vMB
Total Fees: 0.00679677 BTC
Feerates: 7.79 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,361 (509,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
406,047 406,047 000000000000000005f95a371fd1651e6cb1c7f4ab909b47ce3645be28e1e161 2,478 1.00/1.00 vMB 62
406,046 406,046 000000000000000001bf42da5b050a443fbf701348ffa6abe336a23347b6ffef 2,395 1.00/1.00 vMB 46
406,045 406,045 000000000000000004c33391c288f2e0965951a60be5e7b4408fd220cc2f055c 1,524 0.92/1.00 vMB 37
406,044 406,044 000000000000000002d20be41ec6e48ac1c73027c0df720cd93bdc72d704a60e 2,761 1.00/1.00 vMB 59
406,043 406,043 0000000000000000033d3faa4dca1c76f0278303846c31a5febceadbf9221db0 1,086 1.00/1.00 vMB 33
406,042 406,042 00000000000000000113c079e929771b1864d3e4f185848930b42e6a262489f5 1,858 0.99/1.00 vMB 38
406,041 406,041 0000000000000000045b9d59d7e2d5defac9c9c80fca046e51a68492e3cbf9b2 2,839 1.00/1.00 vMB 61
406,040 406,040 000000000000000005972babd01052e701792733fe6384b65cde8573b027b54a 1,236 1.00/1.00 vMB 25
406,039 406,039 00000000000000000220c942ed8841f0cab75b75751c7bbe3f84a748aaea571c 1,019 0.88/1.00 vMB 27
406,038 406,038 0000000000000000034ef361440f8a2ec8eef248847e2ebf5f96663df139f788 2,612 1.00/1.00 vMB 54
406,037 406,037 000000000000000000105b68cb1fd4af30f4f298f9832acc63afff9a9bde1801 1,150 1.00/1.00 vMB 25
406,036 406,036 0000000000000000040f33732dd7a126efa9e2983a36955e34f24800d6ba6460 2,986 1.00/1.00 vMB 64
406,035 406,035 0000000000000000051da2ae42be98e0ae2fbcf38a4669eea9d4584c00749fbe 982 1.00/1.00 vMB 19
406,034 406,034 00000000000000000414c416734d96b755f0ba69ed9c32dbf82a4eea2a377ed0 1,590 1.00/1.00 vMB 29
406,033 406,033 000000000000000006755eb9e5c085f388624e32711dea8c9c11bb8857afdd36 2,829 1.00/1.00 vMB 55
406,032 406,032 000000000000000000e307101857138a72e438bfa1743ac9f384f006dd933ed9 263 0.10/1.00 vMB 39
406,031 406,031 0000000000000000038cbb73ddb02147a34cfe8bb079270d63df2525957fad6a 2,187 1.00/1.00 vMB 35
406,030 406,030 000000000000000000bcebfe2dad259c33ef26dee62ec88f8dda54ffed4f9643 2,113 1.00/1.00 vMB 34
406,029 406,029 000000000000000005cf7655cdf684b4b2a5e4daa14b18c4fadb9d34f91db277 3,001 1.00/1.00 vMB 65
406,028 406,028 00000000000000000286e19a52716dc08e6eb05abe774f06f173144da2f474b8 3,441 1.00/1.00 vMB 84
406,027 406,027 000000000000000006494380ee709e1e75be5cc687d13f79f3cf59b76c1f1046 2,622 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 783.02 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: 718.97 GB
    • Received: 18.01 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.