Loading Tool

Explorer IconExplorer

Memory Pool

77,881 transactions
29.15 vMB
0.08306084 BTC
Random Selection Loading Transactions
Max Size: 176.16/200 MB

Candidate Block

Mining Attempt 93bbcac49cfdea108fa0734d5870b260c62478bfdebb52eadef97b2f01b1fe91
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 319f5b52ed7163312b69a5268d82f8599b17cdd9fca0f74a1ff5d0030bf5ea4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,994
Size: 1.00 vMB
Total Fees: 0.02213185 BTC
Feerates: 302.06 > 2.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (215,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,681 699,681 0000000000000000000b43f918c89f477ad4c369127b200c4573aaf69230a1de 1,642 0.55/1.00 vMB 10
699,680 699,680 0000000000000000000e69dc999ba0fa8e08b2c182db8998ec9b95862eed40ad 966 0.33/1.00 vMB 42
699,679 699,679 0000000000000000000442e709df6e7cfa4c8c166a1e0d26f538202a691083fc 651 0.29/1.00 vMB 9
699,678 699,678 0000000000000000000c85c952fd3b7d8e747fe17a7b781d18ce2a20d7c55754 200 0.08/1.00 vMB 28
699,677 699,677 0000000000000000000b2e79c623eb8994573d24634f93a66bd7add767292fd3 911 0.39/1.00 vMB 11
699,676 699,676 000000000000000000041822112ae86c4df10bd751b4b04ac07e17f77e27a90b 1,323 0.82/1.00 vMB 3
699,675 699,675 0000000000000000000c179e900b2c8743e09be2516853c189f0066be3bbd228 3,281 1.00/1.00 vMB 6
699,674 699,674 00000000000000000002342dc2a86f6ad03745c86a03b79480bbc0ccf5e737dc 2,398 1.00/1.00 vMB 6
699,673 699,673 0000000000000000000ad39f55b8a1623cba01048bf01ef775beef5c817c92fa 2,835 1.00/1.00 vMB 18
699,672 699,672 000000000000000000027eb107596ab5f9677d3d4c995fb68a10b1e445fbc936 2,543 1.00/1.00 vMB 10
699,671 699,671 000000000000000000052bc2597a725b78a179efa03d25c6565568e036e88d6c 3,125 1.00/1.00 vMB 20
699,670 699,670 0000000000000000000ee619dc88418a1edce61217b837f879d49ace9f99cef4 1,805 1.00/1.00 vMB 5
699,669 699,669 000000000000000000044e0ff6eecc5a6d057ed1b45156e257bb6b6b4f12ef6c 2,520 1.00/1.00 vMB 13
699,668 699,668 000000000000000000047dafc36e1d8695d3a8f1ea7391cbf58051edca2a3dbb 2,146 0.67/1.00 vMB 11
699,667 699,667 000000000000000000042241e0249fa8ecef3f70141d5440e80541ee6c6f1b6b 1,291 0.41/1.00 vMB 14
699,666 699,666 00000000000000000000147f54bcb1266843d4973f87187a3d3cf04050abdccf 413 0.16/1.00 vMB 12
699,665 699,665 0000000000000000000e3ea2b0f08e7b35235fec18a68a2f6f25fe5165ee7e83 2,459 0.82/1.00 vMB 10
699,664 699,664 000000000000000000091156ddf3638e98a8fbe0cf0a61a6bee6ca68a4fce2c5 1,741 0.90/1.00 vMB 7
699,663 699,663 00000000000000000001e0d3ecc6d2ed7d9caa5e07598227faa682dbc25ade42 1,483 1.00/1.00 vMB 5
699,662 699,662 00000000000000000000e22060a4c265713ec88073faed19749ecc99d57a7d43 2,897 1.00/1.00 vMB 6
699,661 699,661 00000000000000000004eec738b1061182a18114f46715ae589bb484a75ac702 2,965 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.