Loading Tool

Explorer IconExplorer

Memory Pool

34,369 transactions
25.78 vMB
0.06216771 BTC
Random Selection Loading Transactions
Max Size: 130.43/200 MB

Candidate Block

Mining Attempt 2975837d44d9f9800e97597d39ac4fe207fd914282df6d304e9e6e8e038183a2
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root e11d9b432ce250ff389ab87f5fe59e8722e8de9a159b4a8f712b4924b6f0b7f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01505187 BTC
Feerates: 74.70 > 1.51 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (252,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,361 662,361 00000000000000000003dd11bbd6f719be10d60f99813a42123bdf09718f0852 2,580 1.00/1.00 vMB 141
662,360 662,360 0000000000000000000086521cbc5bb604b6c20f11406a6bd6dc003c8bdd8f66 2,467 1.00/1.00 vMB 109
662,359 662,359 00000000000000000001cec3fabcd4e6c538076168736afeac5813f24974a852 2,353 1.00/1.00 vMB 108
662,358 662,358 0000000000000000000a87a8782a3534f3ebcb171eb48057461fad00d9d755cb 2,106 1.00/1.00 vMB 62
662,357 662,357 0000000000000000000625985aa97b836b64ef6ee2222bf918c126f7ae1c61b0 2,509 1.00/1.00 vMB 108
662,356 662,356 00000000000000000000d97b0fc9410cf41feede8b0ff0b1a19b29d2bb97748e 2,748 1.00/1.00 vMB 74
662,355 662,355 00000000000000000004872610e6295a34cf03d2dbce7fa94d53dc74ee7a1b28 1,934 1.00/1.00 vMB 107
662,354 662,354 000000000000000000078f4c8953b006a29ec5666cdebcf9c154c8948763fb0b 2,222 1.00/1.00 vMB 101
662,353 662,353 000000000000000000080633d98687abd806e04f450326526643e63780178b94 2,206 1.00/1.00 vMB 100
662,352 662,352 000000000000000000007cf604f0214c3551ce7058776e8d095a4b216dc5cbb7 1,390 1.00/1.00 vMB 53
662,351 662,351 00000000000000000009f7c6b44a4f1cf251b5601d3e9af8dc1ada2c176e81db 1,734 1.00/1.00 vMB 78
662,350 662,350 000000000000000000006705084ff19aaa42f7d17def1ed8597d719826ea7157 1,726 1.00/1.00 vMB 78
662,349 662,349 00000000000000000007f1c0e056b5a160b9c850671f6a6bb05a47f78a397527 1,239 1.00/1.00 vMB 60
662,348 662,348 00000000000000000000154168997d067ad9c6aaffbbddc4f30d18e0bda17d79 1,969 1.00/1.00 vMB 90
662,347 662,347 0000000000000000000138aa7d1e752ebaa489ede7bd384968943eea67ecf05c 1,703 1.00/1.00 vMB 82
662,346 662,346 0000000000000000000210c856378916167eac802075fd13e4d951ecf5d8294c 1,567 1.00/1.00 vMB 70
662,345 662,345 00000000000000000008c2a219863e6405c0ec5fb1bb363a06a3a9e819e46d3a 1,463 1.00/1.00 vMB 68
662,344 662,344 00000000000000000005f10f53bdf01fab1f66899dde9cfec90bf8a1eee54cef 1,819 1.00/1.00 vMB 111
662,343 662,343 00000000000000000005eeace8f6ede5c4dc1c1f76526967b7de1d8f45bf3458 1,922 1.00/1.00 vMB 91
662,342 662,342 00000000000000000003ec8b8b88aca6950e5dfb3420d1013df527433e5d29db 1,810 1.00/1.00 vMB 76
662,341 662,341 000000000000000000073bcfec85bfcff9524ff52920bc7ffbc6770081ad66b8 1,427 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 781.85 GB

Node Details:

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