Loading Tool

Explorer IconExplorer

Memory Pool

85,212 transactions
31.92 vMB
0.19615656 BTC
Random Selection Loading Transactions
Max Size: 189.64/200 MB

Candidate Block

Mining Attempt 86e94020c624a0ea259869e72f4d9f6ba0d7f7830b8cf2e411561ab754d746a2
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 06f8bb268a1a3550e3adb2cda75ab20b70264dd0042398ed661a8442097c45b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07552084 BTC
Feerates: 301.64 > 7.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (407,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
508,133 508,133 00000000000000000040cbabe94d810a70c18cba5721bfbe48cc099bd3f228c4 2,652 1.00/1.00 vMB 141
508,132 508,132 0000000000000000001c83a400da950b20d577737c9a69deb908cabefed36d0b 601 1.00/1.00 vMB 30
508,131 508,131 00000000000000000034c2fa4edc2215c945080b508d31b5702aaa80b23985f7 752 1.00/1.00 vMB 40
508,130 508,130 0000000000000000004a95d0fbc816c2cb40bc8aa282cf7a2eee44179b70a3fa 1,367 1.00/1.00 vMB 85
508,129 508,129 0000000000000000004ae034a8156e6803c3e00d31e66d732efe5a9f21dc9cd0 1,849 1.00/1.00 vMB 56
508,128 508,128 00000000000000000000f282e327a58bef3cdbb51dbcecda60a9590ef8e6526e 2,155 1.00/1.00 vMB 131
508,127 508,127 0000000000000000004455d2062a32133e6052b0229104bfa5aabd87e3e551cd 2,048 1.00/1.00 vMB 37
508,126 508,126 0000000000000000000a4edcfd7a6337ca20b15fcbff67ce45fb1f447a2b1fd1 2,431 1.00/1.00 vMB 92
508,125 508,125 0000000000000000005a8d46a4f38c0051da7427813dc70dd766bca2f4fda943 2,155 1.00/1.00 vMB 79
508,124 508,124 000000000000000000286f9e35caa4c4e34921b2b797c2b2df9bf778b42a7f6f 1,628 1.00/1.00 vMB 129
508,123 508,123 00000000000000000036c37c475e111e17de671633416c1530197812ddf87b5a 2,613 1.00/1.00 vMB 167
508,122 508,122 0000000000000000005510256987411e13d8c2523dcba10114a70917af9f877b 2,893 1.00/1.00 vMB 175
508,121 508,121 00000000000000000038944e061225f95b13aa5b093aac0c8de7f39e740b1535 2,036 1.00/1.00 vMB 115
508,120 508,120 0000000000000000004d03d90cda80bda1cb6da21723c369990f28e3bb07cdc0 2,259 1.00/1.00 vMB 86
508,119 508,119 000000000000000000111adce3909376d1175ce8a3d936179a2ff763bac235f7 2,112 1.00/1.00 vMB 124
508,118 508,118 000000000000000000252d18f3b471fe802a1231b41e7b0604abad78bb63837d 2,937 1.00/1.00 vMB 170
508,117 508,117 0000000000000000000bf08602cbc41eaf96bd3b5611f8f9ea66497c59f1d392 1,791 1.00/1.00 vMB 149
508,116 508,116 0000000000000000002e3d0f6c659a03fcdcbd4355b81b60238bf115b82d46e3 578 1.00/1.00 vMB 140
508,115 508,115 000000000000000000032bb4069adf7fbe1403b51ada28aa459bb31635a6b293 1,822 1.00/1.00 vMB 168
508,114 508,114 00000000000000000037399f6c906530cc5b69832977feb9a15ad98e3679cf4f 1,879 1.00/1.00 vMB 149
508,113 508,113 00000000000000000004b077bffffa77e9737e3b7433832ccdf5c6c3066e2a14 2,083 1.00/1.00 vMB 138
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.60 GB
    • Received: 16.28 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.