Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
27.20 vMB
0.07603618 BTC
Random Selection Loading Transactions
Max Size: 143.59/200 MB

Candidate Block

Mining Attempt 58f9db8991d226ea3ec45b47295f65d9e4500eed588120b803cb46a0bc6c5c79
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 1f4d5e8b18138a5d4d16c1ad3c65849b9b22ac9d6b16feb575451f5862f739f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,067
Size: 1.00 vMB
Total Fees: 0.02533103 BTC
Feerates: 201.13 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (411,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,375 503,375 00000000000000000045049bde91279f786f5733d12472d08a239f2526a171a5 2,385 1.00/1.00 vMB 497
503,374 503,374 0000000000000000002000c7a3de67c4006a80002bc2e099535af8ee0bc9c3cc 2,604 1.00/1.00 vMB 564
503,373 503,373 000000000000000000034c366f56c4866bbf8820081a14b071084698af193de8 1,720 1.00/1.00 vMB 478
503,372 503,372 0000000000000000008e2c73cbe586c965bae7bd75661563189e7b645e4eb24f 2,797 1.00/1.00 vMB 558
503,371 503,371 00000000000000000015f8a1d9e7c8cc33b77c507953e841e17da7b52ea0ae04 2,212 1.00/1.00 vMB 511
503,370 503,370 00000000000000000004b93932c2ac5395215a4d6704cdf5ba00268b917e9a45 2,719 1.00/1.00 vMB 568
503,369 503,369 0000000000000000001e87749971d088a6f05d7b3fddcd5bc7cd6d5364dd69f7 2,937 1.00/1.00 vMB 560
503,368 503,368 000000000000000000417618711b7b2e1963102d1900a45cdbbcc50a932098f9 3,134 1.00/1.00 vMB 526
503,367 503,367 0000000000000000008c802f2e34fd54bb856d68523c4c2b11e03a5704ff0812 2,453 1.00/1.00 vMB 591
503,366 503,366 00000000000000000034e4cfc2901458ac542bb857a1c9dbf1f8722be723fd2d 2,074 1.00/1.00 vMB 549
503,365 503,365 0000000000000000001de2d9a10e65b9b809689407efcfab0f72f725f8226b07 2,798 1.00/1.00 vMB 603
503,364 503,364 0000000000000000003e9c26b00ee96ef0fec124194d305de13f2c32d7b9b48e 2,798 1.00/1.00 vMB 556
503,363 503,363 000000000000000000414e1e9069a23ac79d2053e21a63ead5859ba5cb0e05f3 3,016 1.00/1.00 vMB 569
503,362 503,362 000000000000000000902b8a61cc91777ff44556a476254cc5a77a258cb96ba5 2,274 1.00/1.00 vMB 436
503,361 503,361 000000000000000000213258b525722dd358d320f39a2909383bcb49ab74fe4e 2,706 1.00/1.00 vMB 367
503,360 503,360 00000000000000000058952dc4a075a7b37073a7eecab972355c444c39a03cfe 2,611 1.00/1.00 vMB 475
503,359 503,359 00000000000000000044416ad73c8a7c9ba6bd81614adf655e50e262e3c4257a 1,484 1.00/1.00 vMB 390
503,358 503,358 00000000000000000024b1a448883c1f545420fc45beb6970db30b7a57d39e1e 2,430 1.00/1.00 vMB 476
503,357 503,357 000000000000000000226ff952ec90f1b8d59cee63222c1ba923e5b466400f7a 2,404 1.00/1.00 vMB 574
503,356 503,356 00000000000000000002175a4475fe0bd4465d64e33fc8c457b0339b390608e9 2,742 1.00/1.00 vMB 502
503,355 503,355 00000000000000000038c05cf3e07e3865bb586cfe9a3a7592a4ed434132aa15 1,851 1.00/1.00 vMB 493
Previous 10 blocks ↓
Total Size: 782.01 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: 649.26 GB
    • Received: 13.15 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.