Loading Tool

Explorer IconExplorer

Memory Pool

42,114 transactions
26.23 vMB
0.06014099 BTC
Random Selection Loading Transactions
Max Size: 137.29/200 MB

Candidate Block

Mining Attempt ef1f3b961eec4b65d0f28646fdd38359887783e280297a0ba99ee854b4024c18
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 7d964099be0798b8d4e75a9b250cb0e5af400247a053d467afa54454d76763c9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,178
Size: 1.00 vMB
Total Fees: 0.01220118 BTC
Feerates: 100.00 > 1.22 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (447,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,507 467,507 00000000000000000022e0ec72801f710212c94716c499f85265016bc553d776 3,024 1.00/1.00 vMB 301
467,506 467,506 000000000000000001b5033e07122ef63aa7ee20db78d530cbfe1de045e1a706 2,354 1.00/1.00 vMB 268
467,505 467,505 00000000000000000035ae4f2b27266b35d647b6a6519902c7b47ea2ba119533 2,566 1.00/1.00 vMB 300
467,504 467,504 000000000000000000ade4e2eee79d2f69096b7a9c439c53f6890d6fac9d035e 2,753 1.00/1.00 vMB 166
467,503 467,503 000000000000000000f5e6e2402f8a6f6f8e92d70588b991de92c25b4b9fe0ea 2,419 1.00/1.00 vMB 211
467,502 467,502 000000000000000001e6d6ad9d657f65fd2a3ec948e523b776995cba32995ae4 2,215 1.00/1.00 vMB 243
467,501 467,501 000000000000000001c12527a06073415b8e3e4f441cfb174c18ffe5866f441e 2,620 1.00/1.00 vMB 266
467,500 467,500 000000000000000000d948807ba6a1e10a4a6ef2ea0d80ab474acb38e01008e7 2,444 1.00/1.00 vMB 306
467,499 467,499 0000000000000000006088975dff3092f3fc9283e7e83407c68eec6518a17618 1,799 1.00/1.00 vMB 251
467,498 467,498 0000000000000000014cfc1a46c2101c428ff293822d230993a46ebd1bcbfd9b 1,863 1.00/1.00 vMB 190
467,497 467,497 000000000000000000498484b6aae8a4977c466d911c6510c136b911c5bb2aee 2,260 1.00/1.00 vMB 301
467,496 467,496 0000000000000000016acc2b81e70f8b597178a52d2c774a0ff50e923b9b5bbd 2,136 1.00/1.00 vMB 255
467,495 467,495 00000000000000000047055f4bbdc11339579e1b27d5f68b88b5c25f819fa99f 3,172 1.00/1.00 vMB 369
467,494 467,494 0000000000000000016aae2bf6b46df05dd817141761ff436ee28b537dca7055 2,231 1.00/1.00 vMB 150
467,493 467,493 000000000000000000298a95da0d309720206bfc50eeb984ff3779fdef3d1bd2 2,302 1.00/1.00 vMB 262
467,492 467,492 00000000000000000021bd1e6c3ab14a6a72dd1cd6c20796180aeac0675b6292 2,540 1.00/1.00 vMB 280
467,491 467,491 000000000000000000d29ccfa930dc2d77c10b83c198f715c76df4fdacb66efd 2,008 1.00/1.00 vMB 226
467,490 467,490 00000000000000000117aa383d3fad79dd70d127b84d0a0822f1bdceabd6ed9a 2,489 1.00/1.00 vMB 256
467,489 467,489 000000000000000000a78651ec6e76b49eca17a29303fbfaf4977f2d025adabd 2,557 1.00/1.00 vMB 302
467,488 467,488 000000000000000000829df6ee6e59958009b9f1ebb175585302d44a8e2d2d59 3,071 1.00/1.00 vMB 324
467,487 467,487 0000000000000000001f76ad26141d1e038454e002df85ebdb9d7258d1d8fbd0 2,652 1.00/1.00 vMB 314
Previous 10 blocks ↓
Total Size: 782.20 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: 653.96 GB
    • Received: 14.06 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.