Loading Tool

Explorer IconExplorer

Memory Pool

80,138 transactions
30.81 vMB
0.08833183 BTC
Random Selection Loading Transactions
Max Size: 186.66/200 MB

Candidate Block

Mining Attempt adee394c92d5674799c03a0b9fc7a9981f7a3fa9cda94d8a01595f5a66e2e3b5
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root 8a40a2c61f6062eec2e2e6e1164ea017c13bf92e080090c6a2d0c410b57d77fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,818
Size: 1.00 vMB
Total Fees: 0.01577135 BTC
Feerates: 106.51 > 1.58 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (750,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
165,023 165,023 0000000000000631b41ce37a2da46c8bf3a013ffcdb45585b0c48fbe12331c62 59 0.02/1.00 vMB 162
165,022 165,022 0000000000000385216b58256657996d80160665d2b5d7acc6ff21fe089fb68c 14 0.01/1.00 vMB 90
165,021 165,021 000000000000006f2796f390cbe13a2dab3a07e4f5505f3730aa509c8b943799 74 0.03/1.00 vMB 98
165,020 165,020 000000000000035bcc3dfae464495a5ebf9c7b2393cb90c6358a9c61f3883d63 8 0.00/1.00 vMB 74
165,019 165,019 0000000000000937bdddf9fe2469a0932db7f2784c2680f770cabb6b8e808607 13 0.00/1.00 vMB 33
165,018 165,018 00000000000002247e2cd084bce839b4c80bdfe3057f43bfb9734d82e4d2bf9d 27 0.01/1.00 vMB 236
165,017 165,017 00000000000008f77b1603a62142210c4d327915b064b41c1b33615299099301 9 0.00/1.00 vMB 691
165,016 165,016 00000000000006c30ec84d2a1f16f143caa66fa7c9f496a1337fe1848c18f429 11 0.01/1.00 vMB 610
165,015 165,015 000000000000085cfdd574d3e1e6255e6d2cbb3cd85c1153846f7220768d51f7 62 0.02/1.00 vMB 55
165,014 165,014 000000000000064c9fe016dc466bcfaf565824bdd9e0d005977da593c9a78b7d 8 0.00/1.00 vMB 145
165,013 165,013 0000000000000a3ed53555e60c15abaf0050da03270057a59aaa98b7c3d82f81 29 0.01/1.00 vMB 58
165,012 165,012 00000000000006b11e72b68af2b2faa735987d6abdca31f4fda07e473ba2fab2 31 0.02/1.00 vMB 9,982
165,011 165,011 000000000000056bc1fd724c4d51fed2d9556d3afb013d76c33958d92b173740 80 0.05/1.00 vMB 6,395
165,010 165,010 0000000000000c5c227e1d72fcb05de7ec595821ddbea645e95b2fc6334137c2 36 0.01/1.00 vMB 1,011
165,009 165,009 0000000000000a71daca7b20308e76267143eebda9ee43bf88d4e74dad084bb1 34 0.01/1.00 vMB 11
165,008 165,008 00000000000001e605e14b5deaeb466c70b227a5a9bea0e9e0b7102ee6922c9f 45 0.02/1.00 vMB 166
165,007 165,007 0000000000000a5bbc4612464281db0768dd20476b4ab5fd366b6fad8c897eb6 69 0.03/1.00 vMB 360
165,006 165,006 0000000000000b882af3b6c6ccc6241df13bf6e8a2f7bdb884c9cf75806eec03 29 0.01/1.00 vMB 164
165,005 165,005 000000000000050795d94f4de6258fc9b4d5ebdb9fe1bd239f78eba97e4d9b4a 87 0.05/1.00 vMB 137
165,004 165,004 00000000000007afc7772875eb72626188f2a3cb936cbfbb27fd9343ac9faec2 11 0.00/1.00 vMB 361
165,003 165,003 0000000000000a9c5b73d05647ccd5ccc4018de822820a0df6c46c53a04ea062 32 0.01/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.