Loading Tool

Explorer IconExplorer

Memory Pool

82,669 transactions
30.53 vMB
0.13712653 BTC
Random Selection Loading Transactions
Max Size: 183.86/200 MB

Candidate Block

Mining Attempt 1275d0049d039bf5ebed9a4a31bed1db9e9a8898247f92a1adaf5f3af278378d
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 61ed997cb4fd3d589f7465779ae7b2b914e2f4d31156fc8ebe82deafbfd23da2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.07368190 BTC
Feerates: 150.77 > 7.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (126,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,135 788,135 0000000000000000000280c7869f79ba0693737dd9e82df6ac4409685e1d49cd 3,763 1.00/1.00 vMB 46
788,134 788,134 00000000000000000002c6ba6a7045c19c0643d7ad55a28c11346befa6ee7849 3,618 1.00/1.00 vMB 94
788,133 788,133 000000000000000000024ecb67e60c8d651907f53a6ba9e6bbe51507c3114eec 3,060 1.00/1.00 vMB 146
788,132 788,132 00000000000000000002cb24fd354e96380d2d9fb06c9467e021e849473f6f31 2,413 1.00/1.00 vMB 146
788,131 788,131 0000000000000000000096cdace16e5df9dfd9a47db5b1f20803124e86e57085 3,236 1.00/1.00 vMB 88
788,130 788,130 000000000000000000018fcda4d5bb2d725edfcfcb36ba11ce9d26ad151e3066 3,787 1.00/1.00 vMB 103
788,129 788,129 000000000000000000002a103113fa577046044d129d647e0424fbd7649cb6fd 3,627 1.00/1.00 vMB 37
788,128 788,128 000000000000000000005f707840bc41f11a7105dabcf97a4f3b1dcd740705db 2,943 1.00/1.00 vMB 69
788,127 788,127 0000000000000000000330e573c68e11f045730fcce823cfffc50af735484d91 2,460 1.00/1.00 vMB 54
788,126 788,126 000000000000000000039399835928182d27c0ee1193efb110bc9df10e67fd5a 3,662 1.00/1.00 vMB 113
788,125 788,125 000000000000000000016f6da0732c6c99a30ba45e943526fc792a7130fbbce9 3,089 1.00/1.00 vMB 101
788,124 788,124 000000000000000000027e2b880bc28c2e2a7b03b85c26edbc2bbfa85c6b9cc5 3,760 1.00/1.00 vMB 127
788,123 788,123 00000000000000000002c06e3ffdacdf49f7451a548eeb8d59f9541071fc7b21 3,305 1.00/1.00 vMB 155
788,122 788,122 00000000000000000001d8e0da72b49e25e86ff68cd07c6eb4f0aaf60fb9c9de 3,294 1.00/1.00 vMB 118
788,121 788,121 00000000000000000002f30e2a7fd997f06f08a6d6a654295dce86a0508e6c89 2,734 1.00/1.00 vMB 154
788,120 788,120 000000000000000000005ef034d20ce097cb5a63505b543aa6d232269fd704e2 3,624 1.00/1.00 vMB 135
788,119 788,119 000000000000000000051e0c019eb6d6a4a9eace180328424e6e1936c939b3b6 2,931 1.00/1.00 vMB 160
788,118 788,118 000000000000000000038f844801b7559f4ef9ec9ccb1c646ba021a9023a6f2c 3,662 1.00/1.00 vMB 124
788,117 788,117 000000000000000000050985084130a421a828bc77440e16528fa05d29a7ca12 4,425 1.00/1.00 vMB 25
788,116 788,116 000000000000000000002ec3de123d67940df8c0acda42bbc3ac39878d3d8a40 3,625 1.00/1.00 vMB 72
788,115 788,115 00000000000000000001be8dd1aa2cd8211eadac6ceca1b7e7c272754044d2c8 3,942 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.