Loading Tool

Explorer IconExplorer

Memory Pool

83,529 transactions
30.70 vMB
0.12072910 BTC
Random Selection Loading Transactions
Max Size: 184.90/200 MB

Candidate Block

Mining Attempt 20b858e922c29697a7d209f619322cf2ec5b5312dbb953da6afa051ffb3b3ad0
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 3808343a11e71e14f9de5c40ff2a691f0431bd722a0398eec11d4c146184028d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.05565811 BTC
Feerates: 526.32 > 5.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (347,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,974 566,974 0000000000000000002a7238567321130dad3d5756648abaf128c4985792c446 1,275 1.00/1.00 vMB 21
566,973 566,973 0000000000000000000ce2352f06861b2bb87ab810b56f28cdbe7ddf49fd0ff0 2,262 1.00/1.00 vMB 24
566,972 566,972 00000000000000000013b8af26018b72b7d3b109c8000278093af4683c153ee4 1,199 1.00/1.00 vMB 11
566,971 566,971 000000000000000000079af19ceeed0f7b79be0098c31cdb83ff14649f105150 2,117 1.00/1.00 vMB 16
566,970 566,970 0000000000000000000c1f983da10bc14d394fc31db8c416749489433abcf7fe 2,757 1.00/1.00 vMB 43
566,969 566,969 0000000000000000002a0b354aed95205962ea3444978bebba7202abdef349cd 2,230 1.00/1.00 vMB 12
566,968 566,968 000000000000000000223de582ca95bf12d4559bc0b2501c1f4c03fcb49dd3e7 3,017 1.00/1.00 vMB 40
566,967 566,967 0000000000000000001d7190b1aea5ec7210c31381ff8fa012d8d2c956acde5b 816 1.00/1.00 vMB 10
566,966 566,966 00000000000000000003b0d4e8b0ac46ef7fad3d4d9537eb6dffad21f3993508 1,025 1.00/1.00 vMB 7
566,965 566,965 00000000000000000017f4ad2f026f167184d060a6fc9482397cc5fe71b662ee 3,386 1.00/1.00 vMB 39
566,964 566,964 00000000000000000019eef329994df478aa91f3d301c4e276f774ab2503a51a 1,768 1.00/1.00 vMB 18
566,963 566,963 0000000000000000002d0c02b4acebc3dead036cb230a6e75358f88f6faa4dba 2,200 1.00/1.00 vMB 24
566,962 566,962 00000000000000000017e85c8b389c214ad28b289b72a83ff01228d81fde4687 1,928 1.00/1.00 vMB 13
566,961 566,961 0000000000000000001e6e8394fe8fb5eb0b9d9a21b017cd70b93850fd37b631 2,989 1.00/1.00 vMB 37
566,960 566,960 00000000000000000010554b4fa8ff934a65d94936029dd9e07d1e40ba310f0d 1,535 1.00/1.00 vMB 7
566,959 566,959 0000000000000000000da09af20debae8f1db66c21c19e07ea30df9e2d959abc 2,434 1.00/1.00 vMB 31
566,958 566,958 00000000000000000028f5ec96c6f50d7403e6aea8a8c7d21c68ee8e074a7efe 1,668 1.00/1.00 vMB 15
566,957 566,957 0000000000000000000c32afb5560d7ccc61b36c64304edf5820b9ea4759ed76 2,779 1.00/1.00 vMB 40
566,956 566,956 000000000000000000135925af36bfa0f53bc1c91749bb1c26a790a3f7d914aa 1,786 1.00/1.00 vMB 14
566,955 566,955 0000000000000000000c0b55311e39789a341f0e60157cf811fce2d32b0a3910 2,618 1.00/1.00 vMB 24
566,954 566,954 000000000000000000138875d9284cad935e356f1e952ba7b49b3c8335f7addd 1,876 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.33 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: 660.42 GB
    • Received: 14.73 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.