Loading Tool

Explorer IconExplorer

Memory Pool

42,211 transactions
18.45 vMB
0.18892453 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.70/200 MB

Candidate Block

Mining Attempt 88e1ff855adc3c1e977f9e7a8784b254dfff694b45d5792406527fc9545b1c2c
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root c8abe19512071671c3fa557b7a58942d3756de469e498252d3513ee931d89a9e
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.06200020 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (716,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,192 197,192 000000000000011a95870e88bfebbf364e96b700aa55f46f9228d45c4e299fc0 606 0.25 vMB 149
197,191 197,191 00000000000005ea99d28e12a9b039f0adbd05deb899466d53aad4f22e72dabf 256 0.07 vMB 119
197,190 197,190 00000000000005a1c23ac41839ac7896365487dd01d7578f4db21cd238444376 136 0.05 vMB 132
197,189 197,189 00000000000005e907686306049b68431963002f19dbdff1939cce19fab2e01d 130 0.06 vMB 343
197,188 197,188 000000000000021843c7f2e6f97d034365a8783b6b8ea3fb1e1edbe667d32fa7 618 0.24 vMB 188
197,187 197,187 00000000000003fe1acd1c44ea2383aca788803cb8d1a425f7c396118458e1c6 97 0.06 vMB 70
197,186 197,186 000000000000006c428197986d0ec401b32764a76a267c2f643ed3b22d8dd537 333 0.20 vMB 111
197,185 197,185 00000000000006a41c07c4dd6093e702d04b6858dec63a762f5ab9cfed487a86 477 0.22 vMB 125
197,184 197,184 00000000000005bb8fe9646ee846be928ff5b196aac625ae6aa0b5c3975e292b 133 0.05 vMB 93
197,183 197,183 00000000000002e3f77266bc660e21958ca33d3e8ccd8c45d30a56e1cddc997f 160 0.25 vMB 91
197,182 197,182 0000000000000543ab06e130ac658dde0caa62b57259f10a233bf260055c3dac 800 0.25 vMB 251
197,181 197,181 000000000000001759ef3569f2da5093329d3f115aa2ad2ac7a37f5c532642bb 181 0.26 vMB 239
197,180 197,180 00000000000002a2aae9ff8b3cce14c5c4b58f3ae14a73a9e786b911a0f25571 203 0.25 vMB 160
197,179 197,179 0000000000000497b07760c8f12cefa0c595112521b409161265b13815c818af 188 0.06 vMB 186
197,178 197,178 0000000000000467a94967e948b7fe1ea409f2fef4e7ed23f402a19e53b97f3b 115 0.25 vMB 139
197,177 197,177 000000000000026894ca809fd13ff1bf6a5d7f0775283b24c04a105ca00d4e25 478 0.25 vMB 176
197,176 197,176 00000000000002e09e03a3ec66b2b1ec59a7f456adf60860d571a42ad5a06821 14 0.00 vMB 3,479
197,175 197,175 000000000000030415d558a8a29cbf661317216ff8e95ef23a7c98b86f708df2 256 0.10 vMB 233
197,174 197,174 00000000000001cc99b032a9e4ea9902964398859f8b07ce0f20c82cd1eac3db 47 0.02 vMB 411
197,173 197,173 0000000000000001e3499169d61810b681254686855784b8d7210784bb32ca67 128 0.21 vMB 18
197,172 197,172 0000000000000503f57e2e31c97509e958628154ee76dc947a42d0c60e065e4d 185 0.07 vMB 350
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 89
    • Outgoing: 10
  • Data Transfer:
    • Sent: 115.23 GB
    • Received: 0.48 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.