Loading Tool

Explorer IconExplorer

Memory Pool

83,281 transactions
30.70 vMB
0.07761631 BTC
Random Selection Loading Transactions
Max Size: 188.79/200 MB

Candidate Block

Mining Attempt 0cb690e2e8d9e970208e64bdb0276a80a3025f148e601b65cfafde3b7585c398
Version 20000000
Previous Block 000000000000000000012eda0183874dd226146bb4d2949368770ce3a8fc35b3
Merkle Root 4ed6b12398acd4b99e31143629248a4f2d4efb6f9010fc7d931e70236752599d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,652
Size: 1.00 vMB
Total Fees: 0.00885896 BTC
Feerates: 49.17 > 0.89 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,330 (417,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,442 497,442 0000000000000000003ad9a231bc0442ffcfae97905de703466bddc039aa0a92 2,322 1.00/1.00 vMB 177
497,441 497,441 00000000000000000084f54c8945d3fa0a4fac61a8b261da11e8a1038a8a09c1 1,929 1.00/1.00 vMB 82
497,440 497,440 00000000000000000072bd9c73991edbe20d2849a4bb8a50694678317993a8a9 1,193 1.00/1.00 vMB 40
497,439 497,439 00000000000000000055f086ab704df9c421f388680ea1452a134a573f2006ab 2,472 1.00/1.00 vMB 67
497,438 497,438 000000000000000000a49d174e66f297ef8df8fd4946d48c3fba2f3cb19f2ee1 2,671 1.00/1.00 vMB 89
497,437 497,437 0000000000000000009b5589396ec0273b9263037cdf9cdd6acbe947b9e70f30 2,534 1.00/1.00 vMB 120
497,436 497,436 00000000000000000036bb03f46dd7db1d8567267b1e11de3a9161cf4a0bb157 2,708 1.00/1.00 vMB 102
497,435 497,435 000000000000000000201320f86d07da604754f2620b2b48effec1a1e3313ced 2,705 1.00/1.00 vMB 178
497,434 497,434 000000000000000000c2df798664223c857fe04989e473d0477056fcb4740927 2,768 1.00/1.00 vMB 126
497,433 497,433 000000000000000000c8b8572355ffc8f8bedff806809ddc2ce45c090ac1734a 2,612 1.00/1.00 vMB 150
497,432 497,432 000000000000000000bdb611bcfff15118dbcfaeff27991a7bb0daaf2b853d67 2,228 1.00/1.00 vMB 115
497,431 497,431 0000000000000000001e46e03712d899d91bee528059088ea48305a4d1de1f05 2,564 1.00/1.00 vMB 160
497,430 497,430 0000000000000000006e0a7edc1a22144ee968b8609d0a5781831cb9d5f22931 2,522 1.00/1.00 vMB 191
497,429 497,429 0000000000000000008c692f4fc2806d7ea4783e39f7a725062f36ae350cf4ee 2,872 1.00/1.00 vMB 147
497,428 497,428 00000000000000000011628cd0b43562058851414af3a2e1b754cb8daa150c1a 2,159 1.00/1.00 vMB 148
497,427 497,427 000000000000000000b7fddadc1ed8d4ed83cd7f5a1e0342343579af7c5d3901 2,757 1.00/1.00 vMB 163
497,426 497,426 000000000000000000b3f59aace5d3f83d7a3f9a36aa70cda30e193f5a6a2bd4 2,189 1.00/1.00 vMB 159
497,425 497,425 0000000000000000000e43f80eccb541ce5b6f281a20ee3dfaca6e94f99d365f 2,090 1.00/1.00 vMB 310
497,424 497,424 000000000000000000bb3ec028a7ba039219cbeec0ab82bf9fcab11955901a3a 2,456 1.00/1.00 vMB 46
497,423 497,423 00000000000000000063abbccadac1b1f439e72580050b68792c2ec6b778b5ba 2,640 1.00/1.00 vMB 106
497,422 497,422 0000000000000000008eb443877938141dbb6320e85d6b634314cc979e34fc12 3,070 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.96 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: 715.70 GB
    • Received: 17.73 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.