Loading Tool

Explorer IconExplorer

Memory Pool

44,114 transactions
27.31 vMB
0.07982150 BTC
Random Selection Loading Transactions
Max Size: 142.65/200 MB

Candidate Block

Mining Attempt 730a30a029d466d12e642b1c88c5091196e2a2588fb82d9cc007eee92d5de9dc
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 57a86eac7c2a873bfa10d40399d6c8554d28704f1b3385975cd6762ef11cadb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,401
Size: 1.00 vMB
Total Fees: 0.02675447 BTC
Feerates: 150.77 > 2.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (705,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
209,349 209,349 0000000000000310cdf4968ac41762de7ce6d3a2200b5f6d09ffa5c1674d5623 33 0.01/1.00 vMB 248
209,348 209,348 000000000000010c7481d5492446717a62f3a56273bddbbbb1207f91ab4d8fa1 16 0.00/1.00 vMB 134
209,347 209,347 00000000000002ff98116d193af70e2538feba56cffd1478445db316360aeaf2 122 0.04/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.18 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.66 GB
    • Received: 14.00 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.