Loading Tool

Explorer IconExplorer

Memory Pool

80,534 transactions
29.72 vMB
0.07111397 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 609e1251f07e2e7de48218352f894d3b5d189605e7c3f2166c218dbf8444e0d2
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 068dc65dcc5ccf9f17b40a0e6353329d983699aa41fdfa85b4b444e57511b971
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,027
Size: 1.00 vMB
Total Fees: 0.01057540 BTC
Feerates: 502.67 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (198,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,370 716,370 000000000000000000016a51f98fee65912f76a940790cce8902c32e0bfeb6bf 1,472 1.00/1.00 vMB 13
716,369 716,369 00000000000000000003ca39eca0663858e6ebd6a8935499bdd4303c8632fa6d 1,414 1.00/1.00 vMB 15
716,368 716,368 00000000000000000003d85a25367ba4f7cfcb289d1e1bd5ac7ba8e59080a9b6 1,659 0.99/1.00 vMB 9
716,367 716,367 0000000000000000000992aadd4645d1c31bf2dd4fb39360346e5aa13ca20a90 182 0.97/1.00 vMB 2
716,366 716,366 00000000000000000004827ad6ec2906a88888979a69f37a1b6cf3568331f3ed 2,397 0.94/1.00 vMB 13
716,365 716,365 00000000000000000001c74a69eefc8de863b5e80de64369f5ef60d58aacece2 258 0.95/1.00 vMB 2
716,364 716,364 00000000000000000005e4cf7b82127e5ae5171ca8b4e505738e811d9ea2e40a 1,248 0.98/1.00 vMB 6
716,363 716,363 00000000000000000009b6c140ad1b2c597d6ad34c4dcd9acc9da48f0303d057 1,157 0.99/1.00 vMB 5
716,362 716,362 0000000000000000000991f4f0d6dca95d65c6cb890ce7f542580fc30e1cac0e 1,624 1.00/1.00 vMB 7
716,361 716,361 00000000000000000003dd9d90f08f40e9c7a7740582c8bfb507b8ac3502b50a 165 1.00/1.00 vMB 1
716,360 716,360 0000000000000000000a641dff5c2206cf4b989968a7fc0b0d602815ae88d34d 967 1.00/1.00 vMB 5
716,359 716,359 0000000000000000000478d89360b1cf47f2cf0727631edbae366789c3549a9e 1,695 1.00/1.00 vMB 8
716,358 716,358 000000000000000000078a4d979d1df36d39b360757f98bccbb20b1cf6713ec7 882 1.00/1.00 vMB 9
716,357 716,357 000000000000000000053366963c75555ba31a5dc541e2e14c5bb1d30082ef19 2,111 1.00/1.00 vMB 20
716,356 716,356 000000000000000000061df6a51680fc36970a48b2d700555b969cb9b3fd66df 1,033 0.80/1.00 vMB 2
716,355 716,355 00000000000000000006afd961258512c4381f7f46ff20a5ef8fdb54eb928fe8 964 1.00/1.00 vMB 3
716,354 716,354 00000000000000000004e3de6605243361c0b39cc922560930ff7a61c71ca2f3 689 1.00/1.00 vMB 4
716,353 716,353 00000000000000000006cb8ea3b2b5b80f4407bad13f3bb343b14718d572ae89 354 1.00/1.00 vMB 2
716,352 716,352 000000000000000000051a09ddf312d62a8b23cc2b5f2e585a4cdda26c4f962a 125 1.00/1.00 vMB 1
716,351 716,351 00000000000000000008eca1e82efc3ef4508162b48051f8290a2f68ebde5ded 2,308 1.00/1.00 vMB 8
716,350 716,350 000000000000000000076a2c2e63932cc79157a4f885347bf94cb7a877ec7c45 3,000 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.