Loading Tool

Explorer IconExplorer

Memory Pool

81,476 transactions
29.86 vMB
0.14253631 BTC
Random Selection Loading Transactions
Max Size: 180.94/200 MB

Candidate Block

Mining Attempt 4f0d465026f9be0fff4e83a515ccff0e2791822aaa8b5c7d2bb0277c42169649
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d3ac20567a3c1ae6e076bb936384a88f6941632baf6bcde15970f6f5222474c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.07486484 BTC
Feerates: 101.65 > 7.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (336,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,099 579,099 000000000000000000238a1cd98aef7c4867a618f4b3bfe90dd7831040062991 3,130 1.00/1.00 vMB 189
579,098 579,098 000000000000000000139c0d5aa57f78052f4e9a65b805be74f202a7215ccc49 2,869 1.00/1.00 vMB 196
579,097 579,097 0000000000000000002552f4b59968fe76cd5b1e8e55d0b244fb34e004b7e4f2 3,020 1.00/1.00 vMB 201
579,096 579,096 00000000000000000004a0c4568aaf1097f642c3c85498d22a53dd921cb2a3b2 2,347 1.00/1.00 vMB 230
579,095 579,095 0000000000000000000ecdb22dfca3a8f63c762410cc1963f3f25d9bad94728b 3,278 1.00/1.00 vMB 168
579,094 579,094 000000000000000000153828e26f8ddc4f35a379f1fc4efe535afffa406cdde7 2,902 1.00/1.00 vMB 208
579,093 579,093 00000000000000000020d6bd29b0c59a3d9daee3761416395ce4dc2a9509e92d 3,039 1.00/1.00 vMB 212
579,092 579,092 00000000000000000025548b81cc8105c40bb662001edefba79f59b51a70a597 2,926 1.00/1.00 vMB 205
579,091 579,091 00000000000000000003028aa611b8bf4520a4ab67776fc3290c8cf851253065 3,094 1.00/1.00 vMB 220
579,090 579,090 00000000000000000024d1b5d1dc0549e15210f50876ef4a1f712bf8be135fe2 1,620 1.00/1.00 vMB 128
579,089 579,089 000000000000000000017ef2a5c7d8383c5f4768db8b8b98a7712d5290c21948 2,542 1.00/1.00 vMB 167
579,088 579,088 000000000000000000075dbb3c679c2a1d5f95228cb6c66b6c76fddaf79285f1 2,496 1.00/1.00 vMB 188
579,087 579,087 0000000000000000001bfc0ffc1158cafa8061046e2e9d92e91aba004ae334d2 2,633 1.00/1.00 vMB 191
579,086 579,086 0000000000000000000fb7691ccc4256cbee9bc4605f5e42235d81131596d97e 3,049 1.00/1.00 vMB 170
579,085 579,085 0000000000000000002535dabd201fe186ada5813c6f3c8098d56a695f178109 3,247 1.00/1.00 vMB 179
579,084 579,084 00000000000000000004910f09efbcad36b87f7f80a3bc591e2695629634ca43 3,363 1.00/1.00 vMB 203
579,083 579,083 0000000000000000001b1978e1c9a15dc1bc119bd67572697e0aef11bf462cdf 3,440 1.00/1.00 vMB 208
579,082 579,082 00000000000000000006a740dcb95f947e6166b314dadd1b48983999638ffae8 2,826 1.00/1.00 vMB 216
579,081 579,081 00000000000000000008ae2edef7796fbfe4ca5044b97b2903fa6ad8937ff636 1,607 1.00/1.00 vMB 190
579,080 579,080 00000000000000000002c030e45ba0dff9cb028bc2f064bd6d67e34e343ad277 3,052 1.00/1.00 vMB 219
579,079 579,079 00000000000000000003887c7865cdea4c363f800d0760cf121612fcd3e6ca5e 3,106 1.00/1.00 vMB 208
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.