Loading Tool

Explorer IconExplorer

Memory Pool

76,936 transactions
28.56 vMB
0.10007102 BTC
Random Selection Loading Transactions
Max Size: 172.71/200 MB

Candidate Block

Mining Attempt 6ddd77ed8ba0bb62b816c0ec3c28ea34b6f6310d1a3cf99680f149f938dcdb5b
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 22a42f3fd74dac4a3206831fa8327f1b1758d81948b0ef8c7088164316ed6c76
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03480565 BTC
Feerates: 150.80 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (544,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,266 370,266 00000000000000000673284d2616f020b0b1528124622106aab68857aa82e7d8 1,168 0.66/1.00 vMB 34
370,265 370,265 00000000000000000fb9b8c2f5e921a00f0ee7c60a8f9d047cf833811de08e02 501 0.23/1.00 vMB 43
370,264 370,264 000000000000000000c56e40803bf0d64df0a720c1e1062e73a40ad88d8df942 1,069 0.50/1.00 vMB 44
370,263 370,263 00000000000000000cf692ece8c883527a00169de2b3e2b1765e8fef5cdc726b 556 0.30/1.00 vMB 36
370,262 370,262 00000000000000001361979068a92598610b288687245f5fa8d608c794b27d83 948 0.45/1.00 vMB 43
370,261 370,261 00000000000000000c73f7e21f3f0590715a1e478a1b6a72a15317e8889f7321 104 0.04/1.00 vMB 41
370,260 370,260 000000000000000004fd37b5b462060e0c9e300a098074a2c9a9976bd659d850 411 0.20/1.00 vMB 38
370,259 370,259 000000000000000011d0082f95da34851ee60278d42b72e6f9c43054b642e55e 150 0.10/1.00 vMB 23
370,258 370,258 00000000000000000b9ac16546cfd190c65c1d6f9b1552959dfa70e8598c7ad6 1,144 0.67/1.00 vMB 37
370,257 370,257 00000000000000000ceae68d2ec12e92a38c09db2b398963c83b1920cb7a1109 680 0.32/1.00 vMB 43
370,256 370,256 000000000000000007628a7c3f3fa63b79663b5e1a6ad6019f6b12832f2ec481 468 0.23/1.00 vMB 36
370,255 370,255 0000000000000000128b4e13b4b320b95d2681de405620588633c63a0f323c37 955 0.51/1.00 vMB 34
370,254 370,254 000000000000000008ad84f098645b811357b51ce3586ee2d9de4cf8a0ba1e31 621 0.34/1.00 vMB 37
370,253 370,253 000000000000000009c1a56eb7a97dac19083ab4ff3ca87415d2cf8436efb32f 1,030 0.52/1.00 vMB 38
370,252 370,252 00000000000000000e3a6a9173a06ff87ac6841434d1eb43a2b78ac3d8dec258 1,302 0.63/1.00 vMB 42
370,251 370,251 00000000000000000fecfafe3090d59c76065acd3b49ccf7ed0c951085874186 187 0.09/1.00 vMB 35
370,250 370,250 000000000000000010f9843cbe1c586c012b6f6cddcc447e1792c0e5050ce0e3 101 0.05/1.00 vMB 51
370,249 370,249 000000000000000007a21e3fa0922804ec49867aee346314c7f6784a9057ca6f 1,215 0.57/1.00 vMB 40
370,248 370,248 00000000000000000d2322414a428fe52e5c3742cbfa2dd386c467ab24a0f54b 382 0.21/1.00 vMB 34
370,247 370,247 0000000000000000010043c821e1fe697b9bffdd7b09590efa2322a1ed10d39c 92 0.06/1.00 vMB 26
370,246 370,246 00000000000000001169f85d93366ad5b54700d3504b935def0120a30f0334d9 680 0.41/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.85 GB

Node Details:

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