Loading Tool

Explorer IconExplorer

Memory Pool

78,856 transactions
30.07 vMB
0.09095246 BTC
Random Selection Loading Transactions
Max Size: 179.66/200 MB

Candidate Block

Mining Attempt 7f971df895c64154c57bc86513637b4e4a0a545b2572d415242ac58ee4dc97bc
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 25b0d6295a63b701088115357673af5fe0c30d78c3460018bba68c3af8b96553
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,031
Size: 1.00 vMB
Total Fees: 0.02108062 BTC
Feerates: 150.61 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (331,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,121 584,121 000000000000000000164b1f2ff4661a1b7ad4f0bcab548b96c41f4bdd75aaff 2,916 1.00/1.00 vMB 40
584,120 584,120 0000000000000000001036e3cabcb258d04fad201e415aa75bfe1eee8dedaea3 2,564 0.95/1.00 vMB 28
584,119 584,119 0000000000000000000cef123d784f3fde95431aa8959b3fdfc6bd12d830835d 521 0.29/1.00 vMB 64
584,118 584,118 0000000000000000000fcbd5d23631e9c9a84bd17f1d8f6ebbed5f7ebdc4ebe8 60 0.02/1.00 vMB 72
584,117 584,117 000000000000000000189a5d2ae1dbf50bcaeded34dca0d4a45250b2df1b397d 2,077 0.75/1.00 vMB 5
584,116 584,116 00000000000000000019adfd462b77ddee03bd1be203380834a35ea62fe90a3d 1 0.00/1.00 vMB 0
584,115 584,115 000000000000000000182f6bea848e033650c7c5ddcba12d05cb874b4af9a2ea 2,942 1.00/1.00 vMB 72
584,114 584,114 0000000000000000000b563fa713415f5095801b7c06e70b9a5a07e878c2a769 2,995 0.96/1.00 vMB 21
584,113 584,113 0000000000000000002253986d1fa37232eb1422e28ea058826cf8f59910d29d 2,966 1.00/1.00 vMB 61
584,112 584,112 0000000000000000001cf147f6f4a06d69cc39cb050e6594f7e20e0b947ee25b 446 0.14/1.00 vMB 40
584,111 584,111 0000000000000000000e57ed4f7f8b908d47c341e0ec454dadae9af2c7120f5e 1,986 0.74/1.00 vMB 16
584,110 584,110 000000000000000000196ba6617f132810e1e49f9842fb5775212bfcfcc6c06e 2,830 1.00/1.00 vMB 45
584,109 584,109 0000000000000000000983933e3f43bd9cb2c15f5f85b53a4f1b7f81ccd92c54 910 0.30/1.00 vMB 36
584,108 584,108 0000000000000000001f39b61622dae6be9a8a40a7f03728013b245b554d9574 594 0.22/1.00 vMB 31
584,107 584,107 0000000000000000001bbe486244bc7f860b27f925113197b3ce05ead4b61dab 1,349 0.49/1.00 vMB 26
584,106 584,106 0000000000000000000945ec3917073f789545b16bdae74d757fd70fc3f2b6df 2,516 1.00/1.00 vMB 50
584,105 584,105 000000000000000000167a20ebcf61ae07e4cde4e3e01324f266b9a8464bbfee 454 0.17/1.00 vMB 65
584,104 584,104 000000000000000000071377c2d2e19ebd7c13fbb6cd22895477fcc677caca85 2,912 0.99/1.00 vMB 11
584,103 584,103 00000000000000000021d621c8b3d8b96a6999279103b06d5a706ae960e1911c 3,019 1.00/1.00 vMB 74
584,102 584,102 0000000000000000000042a21df073365419db94a71454dd46bc944294344962 2,056 0.66/1.00 vMB 29
584,101 584,101 0000000000000000001d9b6ab754c7b12bfa751c7dbaa2e6a8a7e1a155105e7a 608 0.20/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.66 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: 672.97 GB
    • Received: 16.35 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.