Loading Tool

Explorer IconExplorer

Memory Pool

46,244 transactions
28.01 vMB
0.08652263 BTC
Random Selection Loading Transactions
Max Size: 148.33/200 MB

Candidate Block

Mining Attempt 937e3bc9d8d730a6bbf4abf58b67da2b82aa06977936ad077cb3316e69bf6739
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 8a8c94cec0bd9edcb70851b7bacdfe076fc40cf986f3fd235d6e7ff1aabd7699
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,267
Size: 1.00 vMB
Total Fees: 0.03179463 BTC
Feerates: 181.54 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (300,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,932 613,932 000000000000000000015d2e647c073927c0e44cbf28fc75d94c2a054a2c655b 2,232 1.00/1.00 vMB 29
613,931 613,931 000000000000000000054bfa11ec1bb4e30dc85e8be32b45da1f4d904e064874 3,149 1.00/1.00 vMB 19
613,930 613,930 00000000000000000008c5722848a9f28fac30ab7f0bb6d00f894c8765a25808 2,276 1.00/1.00 vMB 19
613,929 613,929 0000000000000000000d36612349d943ad987afdbe7d3f44ffc7c89bba6e6ef2 3,075 1.00/1.00 vMB 20
613,928 613,928 00000000000000000001ad7be60e9f1c3d39f0a84eb2bb189ce992c0ea4892aa 2,107 1.00/1.00 vMB 29
613,927 613,927 00000000000000000005438b122cee9c06e99bd84b407a0a802a23797ad972df 2,748 1.00/1.00 vMB 34
613,926 613,926 00000000000000000010de6f08680ba5485350401a9fb3ae6c8a650a7810e9a9 186 1.00/1.00 vMB 1
613,925 613,925 00000000000000000004450d3e5b12d60b67d3d3430ef6be296af90a226ce41b 1,840 1.00/1.00 vMB 4
613,924 613,924 0000000000000000000e2d9bb9ce23a6cdcd1e18c8ba3e56154dd2b8314de300 1,783 0.99/1.00 vMB 2
613,923 613,923 000000000000000000110b2712c0b6a9b966ee90b138a05eb17983e375f35513 2,524 1.00/1.00 vMB 24
613,922 613,922 000000000000000000114d407fe5b9c88d43ed98b708cf625a1c9adf1e29e3da 1,741 1.00/1.00 vMB 9
613,921 613,921 000000000000000000053bb00892c98843cc9dd850b3b29c5dc1e8ed23b31780 3,060 1.00/1.00 vMB 21
613,920 613,920 0000000000000000001248913af5aae075a9950392ec01a670fcde82c57aebfd 2,526 1.00/1.00 vMB 21
613,919 613,919 0000000000000000000dfd6dfcbb65c165fee149cd988935dbf7ec41e2f2621a 2,464 1.00/1.00 vMB 11
613,918 613,918 00000000000000000007e34c25dfe28aa984ae992e92c4aebbb09c33322a00d9 1,408 1.00/1.00 vMB 10
613,917 613,917 000000000000000000009e5be52fe9b5cdea373f8b4ea0c8795d323d7049c83e 3,024 1.00/1.00 vMB 28
613,916 613,916 00000000000000000009d4c7dec045f0eb63ee4ccdb3cbddd03608542d091300 2,746 1.00/1.00 vMB 7
613,915 613,915 00000000000000000004f08dadda11a6d6055b6eb4ac63a4482f5c4e51719a26 2,905 1.00/1.00 vMB 18
613,914 613,914 0000000000000000000975b200f3dc28d3252b9f4da88670d85bfdc482106ae7 3,026 1.00/1.00 vMB 23
613,913 613,913 0000000000000000000d72d38ac869b274f71f010f43785bd4cc3b15c997b34b 1,909 1.00/1.00 vMB 26
613,912 613,912 0000000000000000000b217002e7294b58c45873abbe275f8e189a0fcf222639 2,911 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.33 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.