Loading Tool

Explorer IconExplorer

Memory Pool

45,922 transactions
26.71 vMB
0.05847306 BTC
Random Selection Loading Transactions
Max Size: 141.73/200 MB

Candidate Block

Mining Attempt 2fa28da51ad12704e747b86f4ca3aa7123b7ecabfac755686e5c3d572ec00557
Version 20000000
Previous Block 000000000000000000000da4747ff0c723a97f7b228bc1fe68f4428c425a1574
Merkle Root bb14a5b7df16f712b773d98d7e61924eece193b8a9df79f05dd60415d061f383
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,632
Size: 1.00 vMB
Total Fees: 0.00926767 BTC
Feerates: 150.58 > 0.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,738 (329,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,792 584,792 0000000000000000000d2f1b1653f460656382baf29ba002a9e1c185b1830454 1,796 1.00/1.00 vMB 72
584,791 584,791 0000000000000000000d3ec4eab89e430d2decdeff42676437cb412bc611fe20 1,325 1.00/1.00 vMB 69
584,790 584,790 0000000000000000000082ce9c3675125c16abc8b09f4388741caf9d3d488f5e 2,427 1.00/1.00 vMB 79
584,789 584,789 0000000000000000000c4a4d22b337e718eb411b08424c62963c286a6a274c81 1,426 1.00/1.00 vMB 70
584,788 584,788 00000000000000000011686bc771e8c19b7523a3703999e654d163678d43e531 2,283 1.00/1.00 vMB 69
584,787 584,787 0000000000000000001cf80ca740b522b05de5c1bfc690332594c24a7c5387d7 2,740 1.00/1.00 vMB 97
584,786 584,786 0000000000000000001bc16819d20749c733c356390d227b53474dc1d3d38a1e 2,584 1.00/1.00 vMB 93
584,785 584,785 00000000000000000017026d4beb16f2125620a4ca6c11afa2b2712638f901db 2,572 1.00/1.00 vMB 76
584,784 584,784 0000000000000000001d5db041dd44b17c674e676feaf53fc25fc76d783dd5bb 2,698 1.00/1.00 vMB 94
584,783 584,783 0000000000000000000fbe9d4d48ad053e039957ba740e9ffee42799b2001559 2,760 1.00/1.00 vMB 92
584,782 584,782 0000000000000000001efa6f83bd1e75095a0df5b3d01f91ccdc0639a1afa8c9 2,651 1.00/1.00 vMB 88
584,781 584,781 00000000000000000003b6675b3f163b164c8c9b5260d12162665ba12f2d835b 3,093 1.00/1.00 vMB 96
584,780 584,780 00000000000000000008b0537fae16b60e67084c40e5c7aa66416b9b00caab22 2,406 1.00/1.00 vMB 77
584,779 584,779 000000000000000000125dfd6c99eeee3af74268b5e85780e03b50d175b35ff7 2,293 1.00/1.00 vMB 89
584,778 584,778 0000000000000000000f3f62df5e2aedae7fd5e121c7b5a4ce20347b8a0c6b79 1 0.00/1.00 vMB 0
584,777 584,777 00000000000000000019fb9a9250d533d9ef70fd4c93893b9467136ac9caf3e3 2,511 1.00/1.00 vMB 86
584,776 584,776 0000000000000000001735245dc4f654e91d29a67a6c9220fdf34400797dcdcc 2,182 1.00/1.00 vMB 70
584,775 584,775 0000000000000000000fee7a8fc9a43f1f4a5e5cd5572f85133ef1ccede1689b 2,224 1.00/1.00 vMB 83
584,774 584,774 0000000000000000001e8bc8ccbc64577dd8ce478ff345546eba5ccd12217d9f 2,251 1.00/1.00 vMB 55
584,773 584,773 000000000000000000100c3f04f2d460f6cbe9a00ec080709f5a1acc92be9ff9 2,346 1.00/1.00 vMB 73
584,772 584,772 00000000000000000008f35220f74d673437c18751f0d98e4b8d2a96ff090fcf 2,631 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.93 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: 646.19 GB
    • Received: 12.83 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.