Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.55 vMB
0.11520704 BTC
Random Selection Loading Transactions
Max Size: 178.81/200 MB

Candidate Block

Mining Attempt 1467147124f5e40c6ad593e2790debec7753c039cd493f4f7d006e08071c822b
Version 20000000
Previous Block 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a
Merkle Root d12acb92e5a8173c180ad0ab54235b22b689bc5f92f085e214f25431cc80de08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.05296097 BTC
Feerates: 313.32 > 5.31 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,096 (701,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
213,541 213,541 00000000000001021b9fb39e5b601d4ff2a6ca3a11515de6371e942e38354510 13 0.00/1.00 vMB 96
213,540 213,540 00000000000004cf7cde0b0fc7eeef9d19f2a01c274e3c0e9304fe3488aa235b 80 0.03/1.00 vMB 165
213,539 213,539 00000000000002218ab6510044f0ca0f35a4f12cf21e4ee023be7f75e8ffa0ca 61 0.03/1.00 vMB 130
213,538 213,538 0000000000000289033d943178f2e66e81c0c5eb99d280ad32ea8d5d448207bd 267 0.17/1.00 vMB 108
213,537 213,537 00000000000002c141038c3b78ac672ea10db0bd85ddc6f2d8f2b6ad2117f1e4 296 0.15/1.00 vMB 168
213,536 213,536 00000000000000c23249ba58e39eacf9c1001913cf6aa21dc452f98842e69b2e 65 0.04/1.00 vMB 100
213,535 213,535 00000000000000dc9a3063613b716a51c01f52677a7ac2c40e85942921a16f17 283 0.18/1.00 vMB 423
213,534 213,534 00000000000001113ef0f6682458d66885addc319e7c4836989d28d1f62047f7 330 0.13/1.00 vMB 195
213,533 213,533 00000000000003e7e44d726bce87ec988bcf052138c6bc554e0a198a5ce56bcb 114 0.04/1.00 vMB 203
213,532 213,532 000000000000030e8bf2c24d9e2e0d2da42ae96eedec20305ef75341609443f1 163 0.07/1.00 vMB 235
213,531 213,531 000000000000006247fcd025c06960e357dbc215b1cee18b7bf955ae8d854625 255 0.12/1.00 vMB 168
213,530 213,530 00000000000003232f5548e8c5e113c2886dfd6a263e80b5a397a253f469f016 98 0.02/1.00 vMB 2
213,529 213,529 00000000000002b6d0bcea28faf6b8ca8275c8a8f9e1ef4398194078f77cc558 250 0.13/1.00 vMB 166
213,528 213,528 00000000000003d52ab8152c3c3a69ee7c012dcbb13130e4634859e776eef6df 84 0.07/1.00 vMB 114
213,527 213,527 00000000000001e2ebd9e53cecb3cb5fbda43e92f8ef6e18796a5fb9e8d3eea8 51 0.03/1.00 vMB 128
213,526 213,526 00000000000001d1e07ec58fde3ce9cd2c967e5c998cedde8377628cd5d0d543 204 0.08/1.00 vMB 184
213,525 213,525 00000000000002344c1886e21bb90af794004912c2a0d054cda8b898642d2a85 60 0.02/1.00 vMB 68
213,524 213,524 0000000000000145db2a36d7c57afe25d8e93a032713c105dcc466ea3e1d5f22 153 0.09/1.00 vMB 113
213,523 213,523 00000000000001c080029ed74ae4ae5e9d11591f1a13854c3679292592b4f2bb 354 0.14/1.00 vMB 170
213,522 213,522 00000000000004328b1fef614c26998d54ba9597f0a8f6af36a96f65b658626b 13 0.00/1.00 vMB 6
213,521 213,521 00000000000003aae66c9f8724ef52c70bc2bcb1fde65b0af63a4ca2655e2859 71 0.07/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.56 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: 670.09 GB
    • Received: 15.82 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.