Loading Tool

Explorer IconExplorer

Memory Pool

15,202 transactions
6.87 vMB
0.03536915 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.81/200 MB

Candidate Block

Mining Attempt 1c001f75fe0397171367371329349424c014706c4aa4d1b315c2fcf671d5a668
Version 20000000
Previous Block 0000000000000000000066ac21ba42b91fa162e496fd444b39d53b2f27321a01
Merkle Root 8b8d8db5138802fefebfa95b7d8c887d1d28b538a9fbe07c25c2619e0d0dacf3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,236
Size: 1.00 vMB
Total Fees: 0.01820622 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,459 (685,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,350 228,350 00000000000000ebca4c9629d3745553b4dd3ec79ea59b87e4195236acd0f314 785 0.25 vMB 305
228,349 228,349 0000000000000197bdcf57c67a4eab9c01ce06cbd2a9598e4f79be603b724c7f 5 0.00 vMB 0
228,348 228,348 0000000000000127658786461d528f36d30381271ca9cd153731a315ec8ff204 206 0.07 vMB 39
228,347 228,347 0000000000000157f6c103476da6dbe5d8429612eab580308adb3c56ca70542d 275 0.18 vMB 138
228,346 228,346 0000000000000134dad50a961b5ab875f407752d4ca8c9c347a8fd81416c717e 460 0.21 vMB 211
228,345 228,345 000000000000027b3ff3cee7488b00683265b78e44d0cd5d1ed1cc506b2b086a 515 0.21 vMB 202
228,344 228,344 00000000000001175391794516e381bb72bb9196bdc0051edae43181de236a6e 293 0.15 vMB 127
228,343 228,343 00000000000001200ab3e37ef40abdad9729245b7a4d29dd30a5786d1b9d2b48 162 0.07 vMB 100
228,342 228,342 000000000000015446895de766a69195bbedbb551868682eaf39f68aa0304ce1 354 0.21 vMB 158
228,341 228,341 00000000000001338fd030ecd5823b42c61b0196bd335c0cb16ee83637381ca7 501 0.50 vMB 39
228,340 228,340 0000000000000159270e65df144b45a22bd6c5b6d9cf17b93288f58953617a90 3 0.00 vMB 0
228,339 228,339 000000000000023732b114883b89e0149228045939420d8224c58e8ab67e32f5 428 0.18 vMB 185
228,338 228,338 000000000000002a0bd37c0f44c2f35a75ede3b01f6710c0369a79dfdd4837da 260 0.15 vMB 99
228,337 228,337 000000000000002f6afc75f359c785e48c294a881ab5ace093ce84146f8c1f0b 174 0.07 vMB 112
228,336 228,336 00000000000000c62b74ad7e143cf9b6d59d57777b6c84ba801e5f8eb4ec2ede 341 0.14 vMB 183
228,335 228,335 00000000000001ac8661d070e1b39d9713fac0032195e4eee9e04fc740500943 110 0.05 vMB 102
228,334 228,334 0000000000000096c4843550fc07d0c85a62b8c8b6c66decd1ba1c32b227ea0e 400 0.17 vMB 228
228,333 228,333 000000000000021517b013b1b154d00fcfad518ab5efa7963bcec6737c631382 506 0.24 vMB 162
228,332 228,332 000000000000013c35fee9d961594f583bd8393ce162b713a74be9563adb429f 458 0.24 vMB 135
228,331 228,331 00000000000001f90084a5f0180590c30af1b49fd571beecc42d5f43e7c95698 194 0.06 vMB 11
228,330 228,330 00000000000000f2fae26db57841ac727b6673b506a19f52360eb3a20d9df711 221 0.15 vMB 87
Previous 10 blocks ↓
Total Size: 779.67 GB

Node Details:

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