Loading Tool

Explorer IconExplorer

Memory Pool

84,226 transactions
31.67 vMB
0.15800060 BTC
Random Selection Loading Transactions
Max Size: 188.50/200 MB

Candidate Block

Mining Attempt 6eecfe87b83a12e5a4641b5b9e7d83d3ddb125ca7b07bed362ff9d6cbe61c42f
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 44c931a360bc9654d411cce65d8e974ed1b656c41c2b6d45367cbcb87840993e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,111
Size: 1.00 vMB
Total Fees: 0.04984090 BTC
Feerates: 402.75 > 4.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (523,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,033 392,033 000000000000000003ffb72754d0f4e4dfbaafe4e0046df42cac9acbbccb0d7b 93 0.25/1.00 vMB 4
392,032 392,032 0000000000000000074bf59a1ade2e9b517bef665f3a7e845359a1e3b27ff409 1,178 0.78/1.00 vMB 27
392,031 392,031 000000000000000008c5ca8e1a36ebf31e8f47bb1c4096e9cf3a9999200c96e3 1,749 0.93/1.00 vMB 41
392,030 392,030 000000000000000001996e78ab11dcf87d33b9b68e7fd5dfbf1931ff19c169a7 1,356 0.82/1.00 vMB 33
392,029 392,029 000000000000000001630d60756991310d9b9be24f8970e7c473c940ff89e2b6 1,511 0.81/1.00 vMB 34
392,028 392,028 0000000000000000012ed0b703303c43058c915bbc42788c9aa9a58617fd5dc5 1,660 0.90/1.00 vMB 31
392,027 392,027 000000000000000006f63f8e9420373334482b8162342e230fb418c5b676f6ff 763 0.47/1.00 vMB 25
392,026 392,026 0000000000000000032b895a5b01d849d72d1ab566a96343e05d335adb6de67b 930 0.75/1.00 vMB 18
392,025 392,025 0000000000000000072fd537063164cf4910dc235da6907507c9d7bdc0607a44 1,012 0.95/1.00 vMB 17
392,024 392,024 0000000000000000048446082788918f69715d1a06209eead77d469da863fa28 1,014 1.00/1.00 vMB 19
392,023 392,023 00000000000000000a4e797668cc541558dd43f7a1fdb30627eb3cf09080a7ac 1,960 0.93/1.00 vMB 28
392,022 392,022 0000000000000000014d932d8807981944c6be96d54c6797306e2d1d92f4edba 2,174 0.99/1.00 vMB 48
392,021 392,021 000000000000000001df66e46eb712b3eb04afbd694620eb2807fdf01533f321 1,589 0.95/1.00 vMB 24
392,020 392,020 000000000000000000c2598444d0e0d1e7f0c9a65b76368eea0fc377f70c8685 2,573 1.00/1.00 vMB 48
392,019 392,019 0000000000000000000ad4daadf54ab769237ccee11902e3bb0e895cb7e85d36 2,325 0.95/1.00 vMB 35
392,018 392,018 0000000000000000063dda4fdece3f80a94fa08d36dbd97daae098f10c5a70c5 3,267 0.93/1.00 vMB 67
392,017 392,017 000000000000000002c5c03182107eb4a37b2166b6caf631bf304367b1bfb648 400 0.25/1.00 vMB 19
392,016 392,016 000000000000000009092fc0e62b901c0090992a661033df37d4771d05716a77 1,124 0.79/1.00 vMB 21
392,015 392,015 00000000000000000a8d86043f833e64b82a0a2acf2fb51fde7f96d7c9d468c0 929 0.73/1.00 vMB 36
392,014 392,014 00000000000000000a1c7236e45710d39e5a478cae0a2428a4770d6b8cbcc014 1 0.00/1.00 vMB 0
392,013 392,013 000000000000000008f360de730ceb5a209f91639b851d50911e05fe8e3c700b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.29 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.