Loading Tool

Explorer IconExplorer

Memory Pool

87,941 transactions
32.66 vMB
0.16221880 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 22209edd8debf83e79d1e173580b8cafeccb82dc77f9d42ebaceb7babf6c4864
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 2a28a19d947cd8a7738f3aa7668334e59ce84683524c5cfee7913dedb337d917
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.07284849 BTC
Feerates: 502.65 > 7.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (544,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,269 370,269 000000000000000004525421e6dab9b9b146a27b4f9a6f5c0e22d16d5d9490e5 1 0.00/1.00 vMB 0
370,268 370,268 000000000000000010df1fcd924632929e94aa8d19d1b3a1a5024cced7d9eee5 928 0.54/1.00 vMB 29
370,267 370,267 00000000000000000d06f3cdcb78bee58825213543c807fd3721a95e37a51c61 2,146 1.00/1.00 vMB 44
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
Previous 10 blocks ↓
Total Size: 782.76 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: 709.16 GB
    • Received: 16.85 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.