Loading Tool

Explorer IconExplorer

Memory Pool

81,004 transactions
30.89 vMB
0.07742946 BTC
Random Selection Loading Transactions
Max Size: 187.93/200 MB

Candidate Block

Mining Attempt fa450cee9907ab6dae57148763f4d5b8fcffd62b0864314dd1022e941c6684a0
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 985e7dd0431058d5ff7d3584501e9e88efdbd09d6dc417a441f36cc1e57b5c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.01099900 BTC
Feerates: 265.25 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (89,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,153 826,153 0000000000000000000353dc8b6d2a7e0424493e13bf42034627a47f854e17d0 5,133 1.00/1.00 vMB 71
826,152 826,152 000000000000000000030b3c42e6455c58f05817f7ed383d6f89e4f10e4d6bf4 3,775 1.00/1.00 vMB 138
826,151 826,151 00000000000000000001db4bc9f2516495b01989795398288c14057530356cb2 4,362 1.00/1.00 vMB 104
826,150 826,150 000000000000000000009b8066959600b1f7cd308046d2e8ffbfe4ab93564c0b 3,566 1.00/1.00 vMB 70
826,149 826,149 00000000000000000002e8ac65111630459a3b2d8d6a501a12e3fdbe054c6650 4,426 1.00/1.00 vMB 89
826,148 826,148 00000000000000000003b069da4fb98b1e6901258d5e718aa0194b17c343852f 4,805 1.00/1.00 vMB 77
826,147 826,147 000000000000000000005b2dabc7c1933a3afcd0d168e0b65aef78e661e6f16e 4,071 1.00/1.00 vMB 129
826,146 826,146 00000000000000000002a4780b3b22364128f5f4d5e91d08fca316d4031e4577 3,342 1.00/1.00 vMB 59
826,145 826,145 000000000000000000022c698359069e3e6d2f7d1505419dd729ba95704b8a1d 4,379 1.00/1.00 vMB 76
826,144 826,144 000000000000000000001356d8ea07cf70ad9fd6a38a260d59724c73a109c13d 3,736 1.00/1.00 vMB 70
826,143 826,143 00000000000000000001d7ce4b4c2936bd1b36e5f722bf33a3fb98ee932ce174 3,035 1.00/1.00 vMB 72
826,142 826,142 000000000000000000010916b905fffc409b6ae0168d576460961a19385a76b8 3,560 1.00/1.00 vMB 77
826,141 826,141 0000000000000000000178fab7e7a7df2b753efcebab825c2f633defec107aec 4,178 1.00/1.00 vMB 102
826,140 826,140 00000000000000000002b1575b4eab8f4c1df7c692d2e271eb01eda0d7dbedd6 4,215 1.00/1.00 vMB 111
826,139 826,139 0000000000000000000398593be8ea082ec1b450f0cd710c579061adf23501bd 3,739 1.00/1.00 vMB 114
826,138 826,138 0000000000000000000247c640e1722af6b63ad2c6301c9cb151f8378ab134fd 3,821 1.00/1.00 vMB 129
826,137 826,137 00000000000000000000cbfb906f468ad431c8451c10da67a22489e1b3ecc513 3,544 1.00/1.00 vMB 123
826,136 826,136 00000000000000000000c0381a521b7641a3f94f37f95cd60ebe92f122bde2a5 4,009 1.00/1.00 vMB 132
826,135 826,135 0000000000000000000299464049d6d92d5faefac4bd166c51722bcb0dd7abaf 3,787 1.00/1.00 vMB 156
826,134 826,134 000000000000000000002a566264d3acf7dc104cb3431683359e51a8c4943990 4,426 1.00/1.00 vMB 69
826,133 826,133 00000000000000000000ee770675857688c83ccbf1ed35b392932b55179a5794 4,021 1.00/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 782.71 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: 701.20 GB
    • Received: 16.62 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.