Loading Tool

Explorer IconExplorer

Memory Pool

41,878 transactions
26.04 vMB
0.05369189 BTC
Random Selection Loading Transactions
Max Size: 136.34/200 MB

Candidate Block

Mining Attempt 66de5222cf98e7b5e42f57254a750b6eb5f0e0dc90e20b104c736dcc63428f3a
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root da3cc00b2c1f303a8df1ef27835c3bf19aa6c296eb59e085ab14a67d83784b3b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,065
Size: 1.00 vMB
Total Fees: 0.00622725 BTC
Feerates: 135.80 > 0.62 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (864,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
49,972 49,972 0000000027a4ecc3c08b3f3d0aad61f317548b4b36fde18f9c746a35bf81dd3a 1 0.00/1.00 vMB 0
49,971 49,971 000000000cfcc990dbdd14176cc11c7488f621df3e7952c390521a51accec313 1 0.00/1.00 vMB 0
49,970 49,970 000000000deced5bbcb403a84b19c5562488d1480e14849d644e806a033bfaa3 1 0.00/1.00 vMB 0
49,969 49,969 000000000e7f1acb26d6d69567b13ff560d08e43baa2bb1aac365fb67a5199e3 1 0.00/1.00 vMB 0
49,968 49,968 0000000008506fefabe4f5e2bdeafced3d372e3f6557911047efe8c756e2dd8c 1 0.00/1.00 vMB 0
49,967 49,967 00000000154f5d89c51bc157c7f52352b2600c3c365f36c7c6311bcc8fcb54db 1 0.00/1.00 vMB 0
49,966 49,966 000000000f6e90e4bac3b15af29fc8c3b4d38484b5f746bdba40c829f5b31bc1 1 0.00/1.00 vMB 0
49,965 49,965 0000000008650f7376363e413c56ea3544d255926d8e6cb3334edc1a49125cab 1 0.00/1.00 vMB 0
49,964 49,964 000000000149e084e71623c2963d23a1b0f43a488f849d87d13d940397913d09 1 0.00/1.00 vMB 0
49,963 49,963 0000000018f0576948290e9c8a1c71f521f9b4604d1b45f3815759871d15eaf4 1 0.00/1.00 vMB 0
49,962 49,962 000000001f2a6b641b9e6543eb4de6b5d3367760326fbe1c3c3df1875fc56c98 1 0.00/1.00 vMB 0
49,961 49,961 00000000160b56a2160cdeddb5ef7f3f1ea48ed766626c534575ddd0972b50e7 1 0.00/1.00 vMB 0
49,960 49,960 000000001faac80c6c5296d44b1d0ec1df410062cd7a459f5db0bece075ad20b 1 0.00/1.00 vMB 0
49,959 49,959 000000000807b76fcca0757ddbc5f6e277f3e1dc30fee435543165e448730b85 1 0.00/1.00 vMB 0
49,958 49,958 000000000f2ed587f9ad1ff610d4e44e467eb04db1e923793dab3728b6d47ffb 1 0.00/1.00 vMB 0
49,957 49,957 000000002092bed471d224535050e420691291abded43f8153f031197667e546 2 0.00/1.00 vMB 0
49,956 49,956 00000000257707fb2a4bea3959acb288ec09884452af2bc6d4192b155898a313 1 0.00/1.00 vMB 0
49,955 49,955 0000000029274674194f2fa7e30c99893ce0e815c899e18d823d079dda49abe2 2 0.00/1.00 vMB 0
49,954 49,954 0000000004a870c6377c21edea71823f2965e50fed2c6312a9c7b09d9ed4edb7 1 0.00/1.00 vMB 0
49,953 49,953 0000000009cc00a63676ae2cab274517766782e5804e3112319f0a950ba722cf 1 0.00/1.00 vMB 0
49,952 49,952 000000001c527663af957acce0f88e26b142741648eca840b4315b0c43f275be 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.95 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: 647.27 GB
    • Received: 12.92 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.