Loading Tool

Explorer IconExplorer

Memory Pool

27,134 transactions
10.95 vMB
0.02845052 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.57/200 MB

Candidate Block

Mining Attempt 879dde2d9e643ae92759cd2f9fc50553b13c22ff617d6197cadab54d42ba37ef
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root be607054697670605049a7bc294231cff26b8d75e21fe3705a8405d6cc830c13
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,621
Size: 1.00 vMB
Total Fees: 0.01012435 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (724,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,555 188,555 00000000000007545a3d478fd8f70c79d9bf208b67e958baac722899b58c0de3 190 0.08 vMB 109
188,554 188,554 0000000000000732d5698daf0c5a0fc0181d506e5918c3284dfbf0ef30c704b0 13 0.01 vMB 125
188,553 188,553 00000000000008dc1726ca7d7a7a167f1fbe25f6e344755f7572a49fdd80721f 176 0.07 vMB 150
188,552 188,552 0000000000000187856431cafbd793f1ef8e7c5798b3659d34446b56e1b01447 45 0.03 vMB 77
188,551 188,551 000000000000087b3de24340e3110ef98038b1d73ecf48aca77520db544ca239 162 0.04 vMB 53
188,550 188,550 000000000000043467804b32450536ad2806ffbe4ba83fb18b22c27174cb0d06 46 0.02 vMB 82
188,549 188,549 00000000000000215270df35e0fc8c5479180a8ad36f3e23271e1f875fea61da 189 0.06 vMB 123
188,548 188,548 00000000000000c054d92ef44936e186d246a81e8b48da59c425ee467049b579 231 0.08 vMB 145
188,547 188,547 00000000000004ee98be5a07e6c1abfd17490eaa0c66ed86916117086fb6d718 108 0.05 vMB 899
188,546 188,546 000000000000025551458d3150308ee3a5516f0ced3016800712c3ab37955323 1 0.00 vMB 0
188,545 188,545 000000000000021af4391874968172aaa5cf808f1408bad8213e5d1a314eb46d 40 0.01 vMB 104
188,544 188,544 00000000000000f9c56d2f243754cc8cd6d75a4233f77cdcb4adc3186b007f86 39 0.01 vMB 2,904
188,543 188,543 0000000000000432057ec32e6efb45b87f23464f1d6cf7c2d3070e18199b004d 72 0.03 vMB 3
188,542 188,542 00000000000006999c8f6beb24336bc3db1fedd688550b36840e4bacaf7fcdea 256 0.09 vMB 108
188,541 188,541 00000000000005c3eb518867f9a2230bde88adc61213a0ab7972c6c81378d27d 12 0.00 vMB 15
188,540 188,540 00000000000004958164672af65740bb30574176d95a368928e1c2a88452ca9a 160 0.07 vMB 96
188,539 188,539 0000000000000584f17faa104db04881849a9a2d6d25c88ec63df200a4ee9c51 399 0.15 vMB 171
188,538 188,538 0000000000000881f9bb8ceefb7bfa9d6a61cc5d926f7ae1e39dab89ac5d8f3c 114 0.04 vMB 199
188,537 188,537 000000000000068e21fb905df0d193f9ea0432936ce76e5cf80ed9eb5e791aa2 82 0.02 vMB 68
188,536 188,536 00000000000003fdef00677a91ad70d7c4888e415f59ffa0e3def47492f5f57e 91 0.04 vMB 89
188,535 188,535 0000000000000905cb458a6125fcf23840a6527782ea746088e2446d8fa04e22 372 0.22 vMB 98
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 413.32 GB
    • Received: 2.21 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.