Loading Tool

Explorer IconExplorer

Memory Pool

37,595 transactions
8.65 vMB
0.10641636 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 2 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 7 blocks ()
  • 13 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.54/200 MB

Candidate Block

Transactions: 4,019
Size: 1.00 vMB
Total Fees: 0.04875918 BTC
Avg Feerate: 2.40 sats/vbyte
Mining Attempt 8c35a188e980a9bfe1ae249bf242e41b69ccd9d27e6bcf9da91ee44e8f22f268
Version 20000000
Previous Block 0000000000000000000126c173aeb3074eda6b52bff936342ae5353e36b0109e
Merkle Root 664f42f320b2b82245bbeb9a79fe78e14ab663fe72d572d5270e3fcdfbf56440
Time
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,759 (643,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,742 269,742 0000000000000006590c54237a5aac8ef6db2b0e0c43dd8d6b7a01bd56a7bcf3 0.44 MB 900 63
269,741 269,741 000000000000000832c190565ca8e7b48ad1583d1331e42174a24dc944324e05 0.21 MB 314 51
269,740 269,740 00000000000000075a4bd62f1f00d262d00256806da9005c1a135573011a2ce1 0.11 MB 280 55
269,739 269,739 00000000000000006d54e0af4b1af120a77041ded7c4dd2883c97365128ac482 0.04 MB 98 59
269,738 269,738 0000000000000005dfb6b88bccbeac01ad7bd6322c5598bbec2dab2636c1b751 0.07 MB 119 36
269,737 269,737 000000000000000294bd9039b05fe8441e885230ac883ff027da5464fad7ba3d 0.11 MB 271 40
269,736 269,736 00000000000000024ec26fb6184d54e62ea5aade0fbda6f2566dee7cc648d05c 0.08 MB 104 14
269,735 269,735 0000000000000005eec1dcd76553c2385cb15690bb0e27b986359b820a175e45 0.25 MB 721 92
269,734 269,734 00000000000000031517ea5fafb2b0d63a7083e529d28f6dc846e29e8570b2ac 0.13 MB 357 77
269,733 269,733 0000000000000006c5351ca55d49fa3cfadfa3d144a66e56c440f9cfad0c21cf 0.01 MB 26 77
269,732 269,732 00000000000000033d7e82dac296c3e5c5e93b8029050b54f8645843bb81f659 0.22 MB 504 46
269,731 269,731 00000000000000055fbe268196ff793bbd3483a2e059e343adc423c87f9562e9 0.17 MB 393 71
269,730 269,730 0000000000000000fbf8a26314d48adca17d60280f6e8ee03d0b615280b406fc 0.17 MB 349 55
269,729 269,729 00000000000000033b2f0492c32c51faac0c98326e3f3a49208552a571fdaff3 0.04 MB 101 72
269,728 269,728 00000000000000007a0b53518516340c3ec1dbc5eb314c3be7230a52751a0cef 0.23 MB 538 57
269,727 269,727 000000000000000766da250ead09b8c8ae9434caa4678bd889c594ad9ec790c8 0.24 MB 506 68
269,726 269,726 00000000000000025b6a82dd72181369c2799094be3e8a8044b8bb9699c96d16 0.08 MB 237 59
269,725 269,725 0000000000000003b5b7b2ec6b2bbfdddb4efb6554cf6a2ff9581cfe73c03ebb 0.07 MB 152 19
269,724 269,724 0000000000000000495129915b72aae4043104f9274c187d6897beb7147bfacd 0.35 MB 807 51
269,723 269,723 0000000000000000b4ff49cd2cad865d6cbca99828987a02f3d5f41067eab00a 0.13 MB 230 61
269,722 269,722 00000000000000075ed91531e07d2045b5823da050fe373bde7bb363965e44ae 0.15 MB 280 36
Previous 10 blocks ↓
Total Size: 778.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 88
    • Outgoing: 11
  • Data Transfer:
    • Sent: 145.37 GB
    • Received: 1.53 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.