Loading Tool

Explorer IconExplorer

Memory Pool

81,597 transactions
31.02 vMB
0.09107125 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt c649eaa7e9cb23ac4bbc1175944b10bdc79df98bdfa2ba9f606e0a0f7efabedb
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 93e0dbd89ed5c7c3406a03c79b3c46a5340ffda850be66d8a9cc77230523904d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,669
Size: 1.00 vMB
Total Fees: 0.02430776 BTC
Feerates: 351.58 > 2.44 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (450,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,817 464,817 000000000000000002196c0c800c17d4ee9339d36946991a408ba13e6761f925 1,587 1.00/1.00 vMB 156
464,816 464,816 000000000000000000938750e23a145e10472e4c6df607a30845fe89f3e84335 640 1.00/1.00 vMB 137
464,815 464,815 0000000000000000000e3f14488e48db36485dad8446c1c322c46500830e43e9 1,911 1.00/1.00 vMB 150
464,814 464,814 00000000000000000152a0187444fc4aca338f6f42579782b92ce21b47d6b13a 2,391 1.00/1.00 vMB 218
464,813 464,813 000000000000000001732064a54e5f4bda8bcfb52d816d58c1e962b7219ca7b9 1,484 1.00/1.00 vMB 147
464,812 464,812 0000000000000000014e8458306c4d4d31957f4ed044649d67eaa0edb2589bed 2,220 1.00/1.00 vMB 203
464,811 464,811 000000000000000001618c0cdffb9e139c179757144a7c99d2e8d732c56d25ba 2,345 1.00/1.00 vMB 165
464,810 464,810 00000000000000000045cb629a0e75396a7e29f7ea98cfdfa1981fd7014b1bee 2,409 1.00/1.00 vMB 216
464,809 464,809 0000000000000000008061a9002200f2ba5cae4aed9c72426e3951518d9e8e6e 2,115 1.00/1.00 vMB 199
464,808 464,808 0000000000000000019a96d5623c4fb0474c5addbf4ba9de8ce2ba754d5e2fae 1,721 1.00/1.00 vMB 160
464,807 464,807 000000000000000001db36774d58504be37e0869f5c96d1f32e7a929f78ef0a4 2,597 1.00/1.00 vMB 189
464,806 464,806 0000000000000000008cf9b7d69c682e10263fee1effb21819d86a45b4a43b1d 3,055 1.00/1.00 vMB 272
464,805 464,805 000000000000000001dfddb9987a16b195030ff120a8b5ace710016bb515547f 2,521 1.00/1.00 vMB 214
464,804 464,804 0000000000000000005d8b3ca0f6db2f3bd091c73b7a69186c341d29033cc5c4 2,283 1.00/1.00 vMB 261
464,803 464,803 0000000000000000000ad21113ae1c738e16686a8012fa49e3e591e829cfb50d 1,926 1.00/1.00 vMB 117
464,802 464,802 00000000000000000183304cb273200bc309216b730253ac585bdfb90cc49185 1,618 1.00/1.00 vMB 145
464,801 464,801 0000000000000000003d21e9f782f6e1401152f2911e008ad82cd577dc957e01 2,199 1.00/1.00 vMB 139
464,800 464,800 000000000000000000149f441ce1ee5b574f704a5f2bf13ae6dcab3e242e5bf1 2,015 1.00/1.00 vMB 143
464,799 464,799 00000000000000000094d2cf1381df2459e4518dd1179b6c2853758078a60a08 2,538 1.00/1.00 vMB 185
464,798 464,798 0000000000000000019a8f214dcc8cd8f77457020414e7e92fc4f5ac1c82bd34 2,089 1.00/1.00 vMB 193
464,797 464,797 000000000000000000e7441ceedce232e8eac8a4c2fdf292c42fb8616e74be11 1,980 1.00/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.75 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.