Loading Tool

Explorer IconExplorer

Memory Pool

83,995 transactions
32.41 vMB
0.09319355 BTC
Random Selection Loading Transactions
Max Size: 196.63/200 MB

Candidate Block

Mining Attempt 3151d9056afcadfee2f06d6e62f0afa7d0fb34e968d78177a0db8869d4684a81
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 668fb43db079c45f06d0ab8777d710d80a1ea7a17b54d3e1e0cc97ebe52a75c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.02166551 BTC
Feerates: 150.92 > 2.17 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (124,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,124 791,124 000000000000000000014634ae5bd2f426a97cb43ea0360ff9fc88e9cf2395cd 3,428 1.00/1.00 vMB 32
791,123 791,123 00000000000000000002e0be758be8a4c522ae194df12dccedb0466b2ae54c29 4,029 1.00/1.00 vMB 31
791,122 791,122 00000000000000000003bfe8d6c72509a39d081a37ba705c0d7b824ed51b3c2d 2,910 1.00/1.00 vMB 29
791,121 791,121 00000000000000000004aafb74bfccc924d9475957ca8d5399a7f54d2664fbfd 2,871 1.00/1.00 vMB 35
791,120 791,120 000000000000000000047907a65a39eb24ee9f98dc91c46d3278bffd2dbaa38c 760 1.00/1.00 vMB 24
791,119 791,119 000000000000000000052edc54b1fc3a5077adf7e74426cfa907f3995a21ecfa 2,028 1.00/1.00 vMB 30
791,118 791,118 00000000000000000005a664c5a3590544d2c7c366e62947f13c29edf995aeca 142 1.00/1.00 vMB 20
791,117 791,117 00000000000000000000e538ab0b62eb943def78e47724963e5c3b77654b864d 3,608 1.00/1.00 vMB 31
791,116 791,116 00000000000000000002a04ebed9c25ce211690b0ec8f830c7b5225675bd3b27 5,340 1.00/1.00 vMB 36
791,115 791,115 00000000000000000001c62075630e0f81020ecd202dc6536090291499059b90 3,724 1.00/1.00 vMB 42
791,114 791,114 000000000000000000042a8efcf9165e7ebf653fe3615742c7713c26575a08dd 5,715 1.00/1.00 vMB 22
791,113 791,113 0000000000000000000166da998c7d2021a9809db9fb3edd6f81da29b3d5f928 1,870 1.00/1.00 vMB 40
791,112 791,112 0000000000000000000491d8a56be7c2ec064e823eb3b590c8feeed0022abf8f 3,659 1.00/1.00 vMB 30
791,111 791,111 00000000000000000004298ae6d7427b29cd2cb7600d9b5ae0817d6bf7942d60 2,948 1.00/1.00 vMB 55
791,110 791,110 0000000000000000000191aa66808aab149e0211f2e829e8976f4e75c6e0ddeb 2,679 1.00/1.00 vMB 61
791,109 791,109 000000000000000000005be182a3bb848cf63047a74fb98dd6ca1fc7bc462ac5 2,901 1.00/1.00 vMB 66
791,108 791,108 00000000000000000004e85914818a1f2d444e0a0339dd5d1336b638846c117a 4,710 1.00/1.00 vMB 32
791,107 791,107 0000000000000000000375b65dbe2a0bf7abd356fd0526795918e3a757dabb01 4,597 1.00/1.00 vMB 28
791,106 791,106 000000000000000000002a929e91d3f1337d91bdca5039cf2d4d35e76ad34f7f 3,823 1.00/1.00 vMB 53
791,105 791,105 00000000000000000000edac1b39aadde7445d7517c14d29254b3d0bd3a17449 2,308 1.00/1.00 vMB 58
791,104 791,104 0000000000000000000024245a13c4d09cc4b37a949290da4e682f785983736a 4,782 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.