Loading Tool

Explorer IconExplorer

Memory Pool

82,355 transactions
30.98 vMB
0.08153805 BTC
Random Selection Loading Transactions
Max Size: 190.11/200 MB

Candidate Block

Mining Attempt e9d121f7c6445ca641ffa8746cac05f475eef4a80d1fc8cad2975cbafab9182e
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 8bc21f9756588c99b2b576f0d62715565131c17dc7d630d1a9d45d731d3caf6d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,402
Size: 1.00 vMB
Total Fees: 0.01191964 BTC
Feerates: 301.05 > 1.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (235,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,251 679,251 0000000000000000000036b25c65b75f3f6c103faaf47f0a739640da866de454 1,505 1.00/1.00 vMB 118
679,250 679,250 00000000000000000001732fd87b83d81424376b900ef21ec4f2b7221a3db1b9 2,427 1.00/1.00 vMB 80
679,249 679,249 00000000000000000001b0c32d1bb6c30d57a9e9fd6e22f350846d595d4ca512 3,194 1.00/1.00 vMB 83
679,248 679,248 0000000000000000000a3d94f3176df0a23f748c96770f782d38bca9f1e12c03 2,338 1.00/1.00 vMB 106
679,247 679,247 0000000000000000000aba6e777bd7563e3d4b2e2b8a05ed514ba4b76979405d 1,198 1.00/1.00 vMB 89
679,246 679,246 00000000000000000003f1a6165e31ab242cd91cd4cbbb678ae616075a8058c3 1,656 1.00/1.00 vMB 92
679,245 679,245 0000000000000000000b9e54cefddf2ec849ee8398f1da28ae025f4e69215f40 2,253 1.00/1.00 vMB 121
679,244 679,244 00000000000000000009aa419128e615d571ff992ee5ea204d321f7e9841bbdf 2,379 1.00/1.00 vMB 111
679,243 679,243 00000000000000000001b95441470d339fa0889a1bcebd7796d74e8a16ef9656 2,187 1.00/1.00 vMB 99
679,242 679,242 00000000000000000009d0dce9dd5bc32c444165d2959a725450ab52569bbad7 2,570 1.00/1.00 vMB 125
679,241 679,241 00000000000000000007dd297945307d941b32ff63ed247bb547c65c0391f2fe 1,639 1.00/1.00 vMB 104
679,240 679,240 0000000000000000000a1897e48fc69c8de42b854727b21c888c9a501394ccef 686 1.00/1.00 vMB 99
679,239 679,239 000000000000000000022c26702ffdc5fa451ee8f64824ee3f67d48cddabc654 2,856 1.00/1.00 vMB 115
679,238 679,238 00000000000000000007f3f1c1cf57c167fa8b9ed76d14626ec471ac8e35165c 2,602 1.00/1.00 vMB 101
679,237 679,237 0000000000000000000660c506bb0d9b81dfaf274862b30bbf4f15a5d0cf597a 1,862 1.00/1.00 vMB 100
679,236 679,236 000000000000000000064d80033c9d6eefc32095e18dcb65a3635292d3b9de11 1,958 1.00/1.00 vMB 123
679,235 679,235 00000000000000000007a70e186a33024f92854f6a1f09d4cac2ab127aca6772 2,670 1.00/1.00 vMB 109
679,234 679,234 0000000000000000000aa1c83f77d1bb70a7a5508cb1cabcbea21a002addf07e 3,208 1.00/1.00 vMB 112
679,233 679,233 0000000000000000000a096ce0907ded6316c5f30a04313336d1c0dcdaa8ff0d 3,114 1.00/1.00 vMB 116
679,232 679,232 0000000000000000000bf9b1261b91e72ab63eceabac6d9f0addb5b4f21c5868 2,090 1.00/1.00 vMB 125
679,231 679,231 0000000000000000000979a90027cdd8a15b1cf718f97af25131f8d3524f0d7c 1,972 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.18 GB
    • Received: 16.86 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.