Loading Tool

Explorer IconExplorer

Memory Pool

37,899 transactions
19.82 vMB
0.06118268 BTC
Random Selection Loading Transactions
Max Size: 108.55/200 MB

Candidate Block

Mining Attempt 639b286ca9bef549e15d9f63ed957915ad6a6316c4647f99d55e904df76fb996
Version 20000000
Previous Block 0000000000000000000069fc60e8390b5bb8a1a0743473e70c8c134b33a8a2fc
Merkle Root 2e5f2a98e7a8bf961ba3a825fbee064a611a0b0081179ed55109c2b7c01825f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.02160958 BTC
Feerates: 199.45 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,911 (751,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,168 162,168 000000000000059fcc69965a0d57822104e9b1b67336b3c173aae0c1ae2342f8 12 0.00/1.00 vMB 0
162,167 162,167 000000000000043a983573e4ccf92337a0c775d94c7f606e8ddf00a06061869f 40 0.02/1.00 vMB 95
162,166 162,166 0000000000000321772e198adf90bfa4d712f9c2ecb24ee34a43d56b70248a69 11 0.00/1.00 vMB 76
162,165 162,165 00000000000001500f67326eca283d2f0571ad224ca6bc667d191b0b0828bfa1 68 0.03/1.00 vMB 137
162,164 162,164 0000000000000cc8d8d1727d2af9b1e4deb7614f412f4ddebc809c33031da8e4 4 0.00/1.00 vMB 25
162,163 162,163 00000000000003e420892c6c41c700487c5c91267674635e045d8b508e80fae4 1 0.00/1.00 vMB 0
162,162 162,162 00000000000000bef8d36223609e5d5abb7e157ba5604595c7d4c5114ca1cbec 88 0.03/1.00 vMB 62
162,161 162,161 000000000000098f0506b20e38aefd5fc98692a8b45468d4b8213321b25e08e8 115 0.04/1.00 vMB 167
162,160 162,160 000000000000058d867ac9319b57dec7d389f2bfdc25392248cc00fa063d88c4 29 0.01/1.00 vMB 328
162,159 162,159 0000000000000d13a49495232ee4516b99c411bee7adc0cf154be15655d58e72 18 0.01/1.00 vMB 46
162,158 162,158 0000000000000276c2e76b57ff126781606bb1479a792ff86d1020964cc129ec 42 0.03/1.00 vMB 87
162,157 162,157 0000000000000d06132114f650349cb5c234101b7d07174362684ebaa932e8fc 97 0.03/1.00 vMB 225
162,156 162,156 0000000000000b938d3792b8d8df47b7d63da46077c3a7c5ea5266effec624c8 55 0.02/1.00 vMB 97
162,155 162,155 0000000000000736dd68b0e6a236be1b98fd38b1b1bb0e9c431a2d048f5b606e 48 0.03/1.00 vMB 99
162,154 162,154 000000000000011893489b843c0a020239dcbbed93e4f5330fb6406a1d704197 72 0.03/1.00 vMB 73
162,153 162,153 00000000000003e6a9d66e8c304e139c48df3e228e3dde5f112bd95ceaf15f07 19 0.01/1.00 vMB 121
162,152 162,152 000000000000009f3e23e78ba4f630a7aff4061c1e0e0dfddaf7e76fb954b8e5 99 0.03/1.00 vMB 96
162,151 162,151 000000000000083b2ec534947ea6415eedba45db618cc26bd2c2a732b4b26f8f 8 0.00/1.00 vMB 92
162,150 162,150 0000000000000155fe1834f1ed9fcb24f1898b4c20e4ac7bc56244ae41660c59 17 0.01/1.00 vMB 385
162,149 162,149 0000000000000933f1531c01233fb1990c9c37baa5d44d4b3f468db6889e08cd 13 0.01/1.00 vMB 37
162,148 162,148 0000000000000a9ba6de49426878ae6817e09ad8e077861cb40427ad226eceb5 76 0.03/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.54 GB
    • Received: 5.50 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.