Loading Tool

Explorer IconExplorer

Memory Pool

81,888 transactions
30.88 vMB
0.08361855 BTC
Random Selection Loading Transactions
Max Size: 189.22/200 MB

Candidate Block

Mining Attempt c035a7dbdf168a506b45633b7d695b661b9fdd6f699b00d026ffe4835e3b0387
Version 20000000
Previous Block 000000000000000000019785507a79249f2e450279abdeb5d17be8cab73e03e8
Merkle Root 8714d3d01f58fb3f43de5d8227698d2508bfaf50c9815bce09c95b4d22d078d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,479
Size: 1.00 vMB
Total Fees: 0.01422374 BTC
Feerates: 100.00 > 1.43 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,221 (899,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
15,577 15,577 000000007ac696b04217611bdb02c43723bea20d3ec4dd191d39d878f2673e4f 1 0.00/1.00 vMB 0
15,576 15,576 00000000f993332f323d121abbe2613b3836f2dc612332f3143c1beb58dd6dde 1 0.00/1.00 vMB 0
15,575 15,575 00000000a8fc2ed9c72ebb0ed6675aa9cadd39308878cfececeaf5575d3614e0 1 0.00/1.00 vMB 0
15,574 15,574 00000000b9a6173f1197b7dbf3319bdca5ac23cdb82885b25ba41aa89af187eb 1 0.00/1.00 vMB 0
15,573 15,573 0000000053ef8e06e31d02b43dfe76767c43e751317715ebab168b14e735edc2 1 0.00/1.00 vMB 0
15,572 15,572 00000000fa5fb19f3428bf679e9101cbe1e792eb952a4d30b8a92c06fd4ee16a 1 0.00/1.00 vMB 0
15,571 15,571 000000000b28726dfcc48cdf26cb742962b217e55f7bd515d0341ccedc205e90 1 0.00/1.00 vMB 0
15,570 15,570 0000000081fd6ace01e3bacbe37aaf1bfd983837e54c851168bd9c43e2ee32b4 1 0.00/1.00 vMB 0
15,569 15,569 00000000841ed5baa0f4fc774daae76ee77e959a842a08df01dd508e30edd7fc 1 0.00/1.00 vMB 0
15,568 15,568 0000000060c16cb53bb33ce4c580ef32c37a952530392b014f264ebe631eb094 1 0.00/1.00 vMB 0
15,567 15,567 000000009d9322f95f1010b9449e931589705de36598fe6ab1be65b1eccb2a8d 1 0.00/1.00 vMB 0
15,566 15,566 0000000063bca4d9e5e95876c69bea1969e390ae4e6ab50fd655d97800b7a40e 1 0.00/1.00 vMB 0
15,565 15,565 000000001f152177a4cff68436f2deb6465c02ad0d0e3c60551993a5c71d2c07 1 0.00/1.00 vMB 0
15,564 15,564 00000000bb955e479e192b2980c248453f5323259bbb1494b85340336e19d764 1 0.00/1.00 vMB 0
15,563 15,563 00000000b2455ecabb5b74781811ad12600855a76574bbe8d3b394a743632794 1 0.00/1.00 vMB 0
15,562 15,562 000000003cd0f489b20d40e4193ec01bc21c518ffc20448809196ebe8ad33f60 1 0.00/1.00 vMB 0
15,561 15,561 00000000ea9f6a124773b03da9fcb254ef92226b3adec96349349acb05d744bd 1 0.00/1.00 vMB 0
15,560 15,560 000000006452b810a32ea1979e0b60e06aea8dd73bbfb63bcc6ad99e8a40278a 1 0.00/1.00 vMB 0
15,559 15,559 00000000d1b77fbb966a4a9fc9ee1b5b00230c337e59d9aff4dd8b320d255b30 1 0.00/1.00 vMB 0
15,558 15,558 00000000f7bb1beedb56db3cb07f7ad812d2db3e8840a3c0940133da6fc02dd2 1 0.00/1.00 vMB 0
15,557 15,557 00000000a3f437e6a74a7e7eda7fff77c295dab2b364cccc518a72606dc06112 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.77 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.32 GB
    • Received: 16.88 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.