Loading Tool

Explorer IconExplorer

Memory Pool

83,173 transactions
31.39 vMB
0.16321670 BTC
Random Selection Loading Transactions
Max Size: 186.46/200 MB

Candidate Block

Mining Attempt fc0659b1af1da6ff5630b558fd686aa0b299b4077d70aaf20d785a1363d5431e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 012e52e002c42bc063b135718c87f4378c2e27634bec4dee687112b676d2ef49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.06167284 BTC
Feerates: 269.69 > 6.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (299,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,254 615,254 0000000000000000000c67d074d1d080ad002e71790bb9b01ff2a5034bf969e4 2,331 1.00/1.00 vMB 33
615,253 615,253 000000000000000000073b0773bd0bb6cde218ff435c85f760cfd654a8b3c438 2,460 1.00/1.00 vMB 11
615,252 615,252 0000000000000000000663b339edefd80dc747abf145b3b115b4ad140f4f522c 2,665 1.00/1.00 vMB 18
615,251 615,251 0000000000000000000723ba2e32672ca8feb2badd9071d21ec5a6b228ef2ebb 1,793 1.00/1.00 vMB 5
615,250 615,250 000000000000000000028a0ef54131626d9fbfe588b71ed1a912e4afde2ab6a6 2,085 1.00/1.00 vMB 14
615,249 615,249 0000000000000000000c14415e98e61bfb16f575dfec5d3d91cbcc630641bd79 2,458 1.00/1.00 vMB 16
615,248 615,248 00000000000000000006a06f3f7ed7661d6231307441e9a0b5692df94b400c2b 2,909 1.00/1.00 vMB 15
615,247 615,247 00000000000000000001725096df09c4dee4970e4cf0f59c574572209c967b90 2,635 1.00/1.00 vMB 12
615,246 615,246 0000000000000000000c74c8be0ee719e4793d220323f80bb38b40f4fadd156c 2,801 1.00/1.00 vMB 20
615,245 615,245 00000000000000000008283f6358c8686bb4b0afcf6261d1275dd2d4692cb39c 3,224 1.00/1.00 vMB 19
615,244 615,244 0000000000000000000bc9c1744d47fa3a9f8e36e5dec74cf90b32849f120047 2,784 1.00/1.00 vMB 14
615,243 615,243 00000000000000000003d0392c9650f770132baee874ad8b2c656966ae430161 3,137 1.00/1.00 vMB 23
615,242 615,242 0000000000000000000a6e900e5c1b56865e80627b6dfc493391b505f54cd8d0 3,181 1.00/1.00 vMB 24
615,241 615,241 00000000000000000008c4fa97a0b5a21e6b17e1fc2d49cdd3a0a6c895773a3b 2,924 1.00/1.00 vMB 17
615,240 615,240 00000000000000000002586b0837c764bdea73cc888a549a0afe0befde06fe8b 3,108 1.00/1.00 vMB 14
615,239 615,239 00000000000000000005c4e789468d01911d18f0d9a21b368318297195640710 3,107 1.00/1.00 vMB 28
615,238 615,238 00000000000000000002b5a1eb2f582c17b91403f00cf5123cb0601db3e617c1 1,367 1.00/1.00 vMB 9
615,237 615,237 0000000000000000000b50682fb86a7e909e1c98987f1ed7f1b40ca0b168f4ba 1,809 1.00/1.00 vMB 12
615,236 615,236 00000000000000000004e94f7f66dd4cc199f319bb465b5379f963c22b3a50c2 2,455 1.00/1.00 vMB 13
615,235 615,235 00000000000000000007f39c201283989dcb7abe3936fd236a7db4cfe3d3e30d 3,085 1.00/1.00 vMB 19
615,234 615,234 0000000000000000000a61ac1a1854ae5fdc2f08c10c975954d6f30fd106ce4c 1,830 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.65 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: 672.55 GB
    • Received: 16.28 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.