Loading Tool

Explorer IconExplorer

Memory Pool

76,106 transactions
29.13 vMB
0.10348221 BTC
Random Selection Loading Transactions
Max Size: 172.18/200 MB

Candidate Block

Mining Attempt 0bb44fbfd1b455a02d72af5174a144433f1f5e73aab0b8ab5720706795e39abe
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 8d80cf36e53ee4ae0a6cb2e0b525511232a63ce4e059dfe65897df71dc1830b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,409
Size: 1.00 vMB
Total Fees: 0.04123402 BTC
Feerates: 201.37 > 4.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (252,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,636 662,636 00000000000000000002b9a4d61fab30279ffb585d98510e4454ca7869f8cf82 2,860 1.00/1.00 vMB 64
662,635 662,635 00000000000000000005cfe1be08ac23cf46dbbfa43769debfe3a07c24430377 1,855 1.00/1.00 vMB 99
662,634 662,634 00000000000000000005cf659ed6e8c448068199f02962e46535f9ab2cd78dfe 1,286 1.00/1.00 vMB 105
662,633 662,633 00000000000000000004abcf9791b56a44e97934b52d0ea4db980e7502bfbdd2 2,772 1.00/1.00 vMB 63
662,632 662,632 0000000000000000000ef8903c602eb9f788c898c356c6e5a1e4addf51b1992e 2,553 1.00/1.00 vMB 114
662,631 662,631 0000000000000000000c041baf7dfd34463cb6cddbd38f85cc45e30df66974cb 2,769 1.00/1.00 vMB 93
662,630 662,630 00000000000000000001e14c9dbac4452f4a75a4b60b6d9d9df3ee2b62262855 1,792 1.00/1.00 vMB 113
662,629 662,629 00000000000000000002ae3e452d3abf27c719982e7e9788418cd75089de5fc8 2,314 1.00/1.00 vMB 103
662,628 662,628 00000000000000000006b1a6230c1c42756f874c47d7d651afb6d13114d1144f 2,349 1.00/1.00 vMB 100
662,627 662,627 00000000000000000002b9fcd1c0a219b873038bf1fbf51f99e573315dd50b1f 2,692 1.00/1.00 vMB 103
662,626 662,626 0000000000000000000999467694a1b2740d385ac532f943460626f674064e83 2,568 1.00/1.00 vMB 130
662,625 662,625 00000000000000000007e79d9c9cbdcbe092172915f7deab5520535473c42734 2,326 1.00/1.00 vMB 131
662,624 662,624 0000000000000000000e1187af5c5d0ae4a82f3458508fd7e2b3f9a071c1fc1d 1,653 1.00/1.00 vMB 124
662,623 662,623 00000000000000000001478cf71de3817f0650a1291d47dd7a38d4c4e58ba4f5 1,832 1.00/1.00 vMB 53
662,622 662,622 0000000000000000000e82f3c2b61cf6fc4873dbe86a1642e3b38f02bf74709b 2,377 1.00/1.00 vMB 25
662,621 662,621 00000000000000000002be8a9a480d102638d9e48409730a2a107c997e0e5a7d 2,768 1.00/1.00 vMB 105
662,620 662,620 0000000000000000000416fcf060edc9d10eaad01e5701d3789721fbeb28fc83 1,046 1.00/1.00 vMB 26
662,619 662,619 0000000000000000000200e415cee6186c19cee00084cc37809e655fd0a2ce95 2,730 1.00/1.00 vMB 85
662,618 662,618 0000000000000000000368c4bb7335fd9ed55ddf994eed7e45d68458e94b8ae3 2,562 1.00/1.00 vMB 77
662,617 662,617 0000000000000000000a52c0a8e66b29b737edd9ef35b049a99664d01012d59e 2,721 1.00/1.00 vMB 57
662,616 662,616 0000000000000000000dde610052c688e89dbf84e5dd869cb29f28d14a00afff 2,733 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.