Loading Tool

Explorer IconExplorer

Memory Pool

42,341 transactions
26.20 vMB
0.05643495 BTC
Random Selection Loading Transactions
Max Size: 137.49/200 MB

Candidate Block

Mining Attempt e3392bdc0507a4d9d5c884decae001904f71e82069124665b24c40922586ea89
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 74ca23a0bc1f376cbbe7050faa3c31f4be9e4e1fc27698480fb9b902c4781daf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,391
Size: 1.00 vMB
Total Fees: 0.00867683 BTC
Feerates: 60.16 > 0.87 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (258,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,602 656,602 00000000000000000000dc8ffdee39da6f05327040db26d072b1b8d89f125865 2,239 1.00/1.00 vMB 38
656,601 656,601 0000000000000000000ee44b9bd9f1398ff2d045a9f4d0e35e615a8a78ad1d58 2,222 1.00/1.00 vMB 52
656,600 656,600 00000000000000000010235c1fa6f292942d37261398dac6c06da7d0d5b35e2b 2,721 1.00/1.00 vMB 54
656,599 656,599 00000000000000000002fe37d44e3d4ba910e0dee6e731b5bb3ada8514aa0a17 2,889 1.00/1.00 vMB 131
656,598 656,598 00000000000000000007897c2d0e660fdfd497c1cc2c2924be0d466a427b3ec8 2,856 1.00/1.00 vMB 56
656,597 656,597 0000000000000000000044124476f707a883d55335f19b1c48d6d3d0af281bbe 2,781 1.00/1.00 vMB 62
656,596 656,596 0000000000000000000c054a9940f6efc0bd15614712db5a63230a76169a89e3 2,084 1.00/1.00 vMB 133
656,595 656,595 0000000000000000000e8d44ec5b61951fa4ddf572b327fe944777de22c20d4a 1,946 1.00/1.00 vMB 93
656,594 656,594 00000000000000000007f36ff36a2aa7f245f5bf5ee4fce7ea5cd2269a169499 299 1.00/1.00 vMB 58
656,593 656,593 0000000000000000000ab16365192c08954aab60f3fd3194cf36672f03d79158 1,157 1.00/1.00 vMB 69
656,592 656,592 0000000000000000000f1b34d986b496102294444e2215e9bbfed510eac3852c 2,307 1.00/1.00 vMB 77
656,591 656,591 00000000000000000006a0b04e1f6eed8c1a5a97851972c827cf33f9846f626f 2,878 1.00/1.00 vMB 129
656,590 656,590 0000000000000000000659a129288878daee04370af24754b7987b6c34d01a56 2,304 1.00/1.00 vMB 115
656,589 656,589 0000000000000000000e44cb5a5e3dd46eef6ce40558f081d800e276589d7ecc 2,930 1.00/1.00 vMB 182
656,588 656,588 00000000000000000008976081503895dc0488aa80b05462ab0804ec050f5396 2,571 1.00/1.00 vMB 127
656,587 656,587 00000000000000000010704844a701db69a51b5ffb9fb7889c21fb7a6420aef8 2,499 1.00/1.00 vMB 76
656,586 656,586 00000000000000000002927245e7a81338bae5ffd8f01e633df72939ba3b549a 3,110 1.00/1.00 vMB 153
656,585 656,585 000000000000000000065053e14a0be85967a03b04671284f2bb2b36256b86dc 2,453 1.00/1.00 vMB 79
656,584 656,584 0000000000000000000d2a2b9050034959bf9833cf00c79d7c73e5bfb804de93 2,408 1.00/1.00 vMB 30
656,583 656,583 0000000000000000000f6d567ef549a718f2fd1dbf0f3a78919a90ab260603e1 2,387 1.00/1.00 vMB 28
656,582 656,582 00000000000000000004f7dd88ed6e12078d7fce102e86efc92b2d39c4f23b76 2,370 1.00/1.00 vMB 64
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.24 GB
    • Received: 13.14 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.