Loading Tool

Explorer IconExplorer

Memory Pool

79,127 transactions
29.28 vMB
0.07161074 BTC
Random Selection Loading Transactions
Max Size: 175.73/200 MB

Candidate Block

Mining Attempt ded876a1f71dc1a5e32c66debc9f6c187736d1e0934b254b9ce45c859f570649
Version 20000000
Previous Block 00000000000000000001b85d9794a4a727476a72ab49258ad3cacec808147edf
Merkle Root 31b8f2fd3ee215c455328f22304aad90f9f982359c60a7488994ffbe8c4ed716
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,427
Size: 1.00 vMB
Total Fees: 0.01216357 BTC
Feerates: 170.94 > 1.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,064 (284,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,699 630,699 0000000000000000000e7d4a45ddb51f1a67db5df3bdb9f5ed11c6c7f7393a50 2,283 1.00/1.00 vMB 49
630,698 630,698 0000000000000000000f190dd4175f49a6f0511b419a08ab9a8fa3b73a3fba81 2,432 1.00/1.00 vMB 37
630,697 630,697 000000000000000000103034a6ff5880f965332269434ff28143a0b9b81f4314 2,789 1.00/1.00 vMB 73
630,696 630,696 00000000000000000001fd28636e279b7b9cb00501fd4a9f9525201817bac774 2,719 1.00/1.00 vMB 60
630,695 630,695 000000000000000000103391be3c90ad96c644d789cac20808c86dd4069ceca7 2,123 1.00/1.00 vMB 44
630,694 630,694 0000000000000000000bd4646eb959f6e1cacbf99963f2f528ff640767e66241 2,498 1.00/1.00 vMB 92
630,693 630,693 00000000000000000008374cf394cba62653c2e33c59b9e2961d6347520b773f 2,434 1.00/1.00 vMB 10
630,692 630,692 000000000000000000116a492c02d89d84e763d6887165e724c85fea1a8e2a6b 1,962 1.00/1.00 vMB 54
630,691 630,691 00000000000000000010849661773e14c67312db6da7d593ecdc532160d4fab5 2,073 1.00/1.00 vMB 27
630,690 630,690 0000000000000000000bdf43c2bd0fd8ee7f30cc8228e68cbc41f584f39b859c 2,632 1.00/1.00 vMB 100
630,689 630,689 0000000000000000000f0acf1470969c2a014072482b69cad902f9b82d012579 2,620 1.00/1.00 vMB 150
630,688 630,688 0000000000000000000db7ada8a082ce33cf9d11738a0fe3124daac909e7239b 2,603 1.00/1.00 vMB 19
630,687 630,687 000000000000000000033f501f53f5f994f7be52a7a29cebdf031a725dc17279 3,021 1.00/1.00 vMB 61
630,686 630,686 00000000000000000003e34cb5e85086b509cd4a48f38ca53504693f45c684f5 2,149 1.00/1.00 vMB 27
630,685 630,685 0000000000000000000a4cfaf2380e38e38d81e87fa7c43e8867fd4672a0b9a1 2,123 1.00/1.00 vMB 57
630,684 630,684 000000000000000000111acf9241a75c3e30296dd44a360170dbf2c079f4a996 2,669 1.00/1.00 vMB 94
630,683 630,683 00000000000000000002728e815c1d181899ded914dd82c6ed94797c2ab3aae1 3,002 1.00/1.00 vMB 119
630,682 630,682 0000000000000000000b14614f68159e8bee17e49c760bbb335ca040663a4608 2,675 1.00/1.00 vMB 151
630,681 630,681 00000000000000000001b2fbb18a257d517be075fb5ee72f4ef009566fc61e1c 2,769 1.00/1.00 vMB 96
630,680 630,680 0000000000000000000db7899e91cee9c917d2980a3192ef4c9cd75b481a5bfe 2,748 1.00/1.00 vMB 107
630,679 630,679 0000000000000000000274c832f7590fc01d3f6fbc4afd09444e435ff08c7b39 2,989 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.50 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: 668.46 GB
    • Received: 15.52 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.