Loading Tool

Explorer IconExplorer

Memory Pool

43,598 transactions
26.95 vMB
0.08834931 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt bff4650cdbaedd3be114f15df48b481bdfdca69a7ea83e862eb7055b67b36de7
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a0f494ec35d09f2dabc63f06b45f4d2e5a5f2d17d4e0b8489e29f74f62775db2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.03661485 BTC
Feerates: 151.01 > 3.67 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (705,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,370 209,370 00000000000002a77bc9e4150cdc9c760fc046fc48a4a3f2ebe9ec32c5167f9c 1 0.00/1.00 vMB 0
209,369 209,369 00000000000001b3a2b51315f26a3d6d4fe114840371df79c7611dd8d827d983 257 0.10/1.00 vMB 183
209,368 209,368 000000000000003def4de0c3e315380e9f6a5ba15b0802cdfb135038279f23a8 132 0.05/1.00 vMB 156
209,367 209,367 00000000000002eee423799dec8d7a7059721eba9c84c43660039f3402ba20b1 54 0.02/1.00 vMB 156
209,366 209,366 00000000000003e154fe6f7280e3a2fa5ae5ec261cc5d85f5b54ea3506b7e8c9 161 0.06/1.00 vMB 297
209,365 209,365 00000000000002f33a6d569f97d9df4b8ebbd9b6e6499a9dcac3975f673a5c93 204 0.10/1.00 vMB 130
209,364 209,364 0000000000000439b4d6a8e8d82fb3fca7b3f483599552ad17c72bd85ab3529a 777 0.31/1.00 vMB 216
209,363 209,363 00000000000000b3b051ee1f75164d4155fa6cc4ca488da1a712ddd733254b63 4 0.00/1.00 vMB 0
209,362 209,362 00000000000003502efce1a6a734687e18d0ee6a8b913a6fccb9d85fdeac5b67 337 0.18/1.00 vMB 109
209,361 209,361 0000000000000079cbd62cbfb3c773471096d44e544535694bca34c798e634bc 343 0.13/1.00 vMB 177
209,360 209,360 00000000000004407e727f6e34acbee81cbcd4392aa5ac7fa19fdc7a173a7764 19 0.00/1.00 vMB 136
209,359 209,359 00000000000000b13ad922da9b430a7d978df3573c7e8bf89ecb6ab191493ee3 147 0.05/1.00 vMB 147
209,358 209,358 00000000000003351f70bc264c9d5012d46811f9ae985485999308daa13e3867 7 0.00/1.00 vMB 183
209,357 209,357 000000000000047ceee094e9a2c53b0ea09908c15a5dedcfbed6708f7ed7aa79 141 0.05/1.00 vMB 173
209,356 209,356 00000000000003a55c14d425810f83e283d437503864420dcf11b1407c80f378 12 0.00/1.00 vMB 44
209,355 209,355 0000000000000387daf24774bc9cee2464d85f607f75faba6ebff1d4b93c6630 218 0.09/1.00 vMB 211
209,354 209,354 000000000000021d4b6aafae9815c82981a0c2a8aa1c99c2bb13040794d9b06d 128 0.04/1.00 vMB 155
209,353 209,353 00000000000003bc6c42af71f03690da4e2585d31e52adeb42380dbd89e2223a 500 0.30/1.00 vMB 121
209,352 209,352 000000000000030a81e13d3885da579cfbd951a332a034db9cbd21afa5952038 369 0.19/1.00 vMB 180
209,351 209,351 00000000000002741e9eaa83f638da0ccb6cad541b2cdcbca194bd41fc2923fb 16 0.00/1.00 vMB 333
209,350 209,350 00000000000001bc9768b524761bb92ff1aa1c5cac96fb7516fe3ae89a13c7e4 322 0.14/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.17 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.47 GB
    • Received: 13.90 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.