Loading Tool

Explorer IconExplorer

Memory Pool

48,824 transactions
29.72 vMB
0.09246278 BTC
Random Selection Loading Transactions
Max Size: 158.26/200 MB

Candidate Block

Mining Attempt 099053a40e59748def2cec9d107ee25f4e7d909f7250af186b97ee0bdea795c4
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 0508c9b30c100f9b573f3c0efabe22617cfcd2d65fc36a86143d6425a47a1712
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,008
Size: 1.00 vMB
Total Fees: 0.02984293 BTC
Feerates: 105.02 > 2.99 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (862,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,954 51,954 00000000179eccd2a143a6e654517d6104ed434de7e0c6a9dcfcea1388e6ff74 1 0.00/1.00 vMB 0
51,953 51,953 0000000018158af58679ad1d87c28c1554124ab7e7ce71dda7937bbdcbcd5b13 1 0.00/1.00 vMB 0
51,952 51,952 0000000000039fe7280a966c7c75922276b88df41a9ad06a5072529bbd5a0fb1 1 0.00/1.00 vMB 0
51,951 51,951 000000001c42e870d5cb724914dcb8b06a861e35f982ddac5c273a85481cd079 1 0.00/1.00 vMB 0
51,950 51,950 000000000faf1fb728604e90f61be93101a6c989290896a4f195ad26f03f1c87 1 0.00/1.00 vMB 0
51,949 51,949 000000001aa5d0ff010cdb854ac83c43ff5f5944bb719c7d6b0318177394d3cf 1 0.00/1.00 vMB 0
51,948 51,948 000000000f8f73c5a1f4f9d88042be3b9db8ba67c13407c01a841a0cbe2dee9a 1 0.00/1.00 vMB 0
51,947 51,947 0000000012f495be00be9ea0cda8a0bd68b269f7f9fce760e1de27476b4d5623 1 0.00/1.00 vMB 0
51,946 51,946 0000000015f7bf0409e3a8702ec0b1f18cc188c079dee0f8ea2372093879180d 2 0.00/1.00 vMB 0
51,945 51,945 000000000c61b6fa6c01f73be7652b762431dd2a60df213f969f9a1bf1e1918a 1 0.00/1.00 vMB 0
51,944 51,944 0000000010a146fbde2cf1b5cd8f8c270f52d1695d64240eedb9dbdf7ae5ff63 1 0.00/1.00 vMB 0
51,943 51,943 000000000a9b85ea2544fa18a43f88446183baf4c73b8e9580989082e81c8f63 2 0.00/1.00 vMB 0
51,942 51,942 00000000058e89c57b870bba9bdb427d68d0336583859d83ca2b34fdc1bbbe79 1 0.00/1.00 vMB 0
51,941 51,941 000000000c918395346935f3c511d8aaa4cdbc2f3158c932624537e05f26af6e 1 0.00/1.00 vMB 0
51,940 51,940 0000000010185849e5707e016bd4c3512266dfd83627895b9df2718547c2ca3f 1 0.00/1.00 vMB 0
51,939 51,939 0000000000ec011f3202caa89c18653f67615e69723c12e617fdf0e518fdbea5 1 0.00/1.00 vMB 0
51,938 51,938 000000000863677d0aa592ea5e1b79ccc31ab7cd4280365f3acc565674a76d28 1 0.00/1.00 vMB 0
51,937 51,937 000000001d294f3e789b62de8170f3d0a3aba2d10419b8e8392c38a1150aa850 1 0.00/1.00 vMB 0
51,936 51,936 000000000a0c9e97c6d0567d6f901bed1427a73d104b73a1e118cc9126a1a097 1 0.00/1.00 vMB 0
51,935 51,935 0000000020b462b58fe84c789fbff35865372146597f229b744e680be322dd20 1 0.00/1.00 vMB 0
51,934 51,934 000000001478470c5852181e2cd8bd139becfa070eec5764fae663babe649494 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.