Loading Tool

Explorer IconExplorer

Memory Pool

80,248 transactions
30.22 vMB
0.08030578 BTC
Random Selection Loading Transactions
Max Size: 184.70/200 MB

Candidate Block

Mining Attempt 6ed6dc845709f8c78d4e52df5c2f0ea35a5c24318798e7a20954a3d908da68f5
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 57ddee8b1141e2667c943b83b7756c30fe14e6862de6ee9b9e0a23e96e4afd67
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,248
Size: 1.00 vMB
Total Fees: 0.01295940 BTC
Feerates: 150.92 > 1.30 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (497,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
418,038 418,038 000000000000000001c6fb790cce585499563755b8d7f047b2ba159f2158656e 1,911 0.93/1.00 vMB 56
418,037 418,037 000000000000000003f1f66aa1d4ca9d4569dde52f65e5d044648bd816716bc8 567 0.42/1.00 vMB 40
418,036 418,036 0000000000000000049917cd0ee0ec5a10eb1e2a7f5e0b816d3d4cc09c17e2cd 598 0.32/1.00 vMB 49
418,035 418,035 00000000000000000091ccea2474e6bdc2593313edf29691e2f60d8845a2eab2 1,000 0.73/1.00 vMB 47
418,034 418,034 000000000000000001addffac1f7cfa2bba72718f169d463a79f3aec25915370 1,294 1.00/1.00 vMB 36
418,033 418,033 0000000000000000032588271dd7f0c9fbe2c142745abc817b4a3e42e4a669f5 2,237 0.92/1.00 vMB 61
418,032 418,032 0000000000000000039dfa6fd8817eeccc0b87aaa532e296c9dc1e53dc8bd3fb 1,560 0.99/1.00 vMB 45
418,031 418,031 000000000000000004dcdb4154db77e2f67a1257e0b5034c2470633beb2e46e5 806 0.99/1.00 vMB 22
418,030 418,030 000000000000000003bfbdbc98cd0e77d79c724c91cb00974c15d05568eb956f 2,367 1.00/1.00 vMB 66
418,029 418,029 00000000000000000120c292c33aeffcbce5004683f81b41ae925c3ea0a1d696 1,231 0.99/1.00 vMB 28
418,028 418,028 00000000000000000311b71f0d32beffc1e7bac3041424e37e6cdd3c492c04bd 1,919 1.00/1.00 vMB 49
418,027 418,027 000000000000000005087c8f50fcc766c2eef1d3b0155754a08fa9d966a50898 1,847 1.00/1.00 vMB 48
418,026 418,026 000000000000000003c933d8ebbe0ab91419059c136cb52fd4ce5a3d7dc90aaa 1,568 0.79/1.00 vMB 39
418,025 418,025 0000000000000000048a0bebdb76cf21efa84104377717c1239f39a5ad3c8c9d 2,733 1.00/1.00 vMB 76
418,024 418,024 000000000000000001c7f17a3520b445b21c0c291eb3c0afee4bd0da7a2c0e6f 2,457 1.00/1.00 vMB 60
418,023 418,023 0000000000000000047ffadd5468b3dd74b87b761a4c77724b57e259b5d51ded 2,550 1.00/1.00 vMB 76
418,022 418,022 000000000000000001d99ef4ada0fae37ce4712f64e4cf94fee9beef3a9fdbfd 1,201 0.48/1.00 vMB 67
418,021 418,021 00000000000000000205546783d10b8372732e2b6ef246ea2d78793a006d026e 2,017 0.94/1.00 vMB 51
418,020 418,020 00000000000000000314d5f00023581f06dfeb544a07b86318296dae7af33b3c 31 0.01/1.00 vMB 63
418,019 418,019 000000000000000000cd773ecd73d485fe2c63ba720c7018ce37f6800ee842a1 948 0.45/1.00 vMB 53
418,018 418,018 00000000000000000256b3d947bb0d80ce71469ae67b8b40351c8dd2fd2e6214 1,012 0.48/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 783.00 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: 718.55 GB
    • Received: 17.91 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.