Loading Tool

Explorer IconExplorer

Memory Pool

81,213 transactions
29.55 vMB
0.08293814 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt 83349879a6c039a669baf93eb6e67a7552f21c3379aef3ae29ad9bd4e99d1c34
Version 20000000
Previous Block 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff
Merkle Root b6b778c20317161c359c040485da3708399aacd58418243d7fc478a284ee5fa4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,283
Size: 1.00 vMB
Total Fees: 0.02074837 BTC
Feerates: 100.53 > 2.08 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,082 (281,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,204 633,204 000000000000000000127bb4baf8659c1eb4d3925c95198c2c84e87bf0446229 2,391 1.00/1.00 vMB 41
633,203 633,203 0000000000000000000bd1090b2fc66f6928257bed3643ba370094d9cb1d63c8 2,791 1.00/1.00 vMB 52
633,202 633,202 00000000000000000011d21e44e2a3a0c95c408e001c021595975a3d325ab5ef 2,254 1.00/1.00 vMB 21
633,201 633,201 000000000000000000118a224775988b73b6929dd7c2f71f7b8a32ab4dbbe838 2,179 1.00/1.00 vMB 41
633,200 633,200 000000000000000000039b52db090ffa1196b628f7bd1421535740864edd07c6 1,785 1.00/1.00 vMB 55
633,199 633,199 0000000000000000000e962ecccab6d8fe1797f4b2c6f29591ba9475ddf09891 2,135 1.00/1.00 vMB 72
633,198 633,198 0000000000000000000280a397cbe44cbfb9469f098922dbec3ebb7b01546968 2,924 1.00/1.00 vMB 71
633,197 633,197 00000000000000000003d630ad2dffad0410cf731323d56e6db2deb05b4241ae 1,896 1.00/1.00 vMB 45
633,196 633,196 00000000000000000005d7f686a72fa2d36614175d863536a4032ff4c85aec60 1,051 1.00/1.00 vMB 55
633,195 633,195 0000000000000000000f03bf45156bac82eae0e8c4fb7486e43bd364db8a16b2 2,811 1.00/1.00 vMB 38
633,194 633,194 00000000000000000001af5d9d926eabdc54403fd08dd86a75278425a9dac9ec 1,176 0.44/1.00 vMB 28
633,193 633,193 0000000000000000000e7a35baf7e4c4d752de021f5df5de528e83ffc98788d7 2,513 1.00/1.00 vMB 40
633,192 633,192 000000000000000000064f79ded39d9bc3d133f479f54fd139a57fdb8a2b0772 1,861 0.84/1.00 vMB 13
633,191 633,191 000000000000000000007cd0e75eff5d3d42ac3fdf08790fa23079abb8409d31 2,904 1.00/1.00 vMB 4
633,190 633,190 000000000000000000006d21a01255ae9eb259f47abaaabcdcb927d783cfe1b9 2,280 1.00/1.00 vMB 42
633,189 633,189 000000000000000000011d8cf9425df7982a85e6f035c775e48cf1c89f4491d0 2,408 1.00/1.00 vMB 63
633,188 633,188 0000000000000000000a455b9ee25d6bd13bb866c36f20108b75ff7df41cf36f 2,362 1.00/1.00 vMB 71
633,187 633,187 0000000000000000001068225ad518e5082150837c0e083f7cb347f8cef44f45 2,594 1.00/1.00 vMB 38
633,186 633,186 0000000000000000000f9ed25b412202a5516413e848b2b61a09795f2e858400 2,238 1.00/1.00 vMB 28
633,185 633,185 0000000000000000000bfa2f3d24678237be994fab96244cda0a8f8edb64a52d 2,056 1.00/1.00 vMB 19
633,184 633,184 0000000000000000000a9ab4a178112e89767c69a77c67e90a89494da809f884 2,243 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.54 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: 669.01 GB
    • Received: 15.71 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.