Loading Tool

Explorer IconExplorer

Memory Pool

23,858 transactions
5.01 vMB
0.01392685 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.39/200 MB

Candidate Block

Mining Attempt 1a4b5b252a687bbe57eb522813108d06006b22a5e1efbae8f889e63fc33319a6
Version 20000000
Previous Block 000000000000000000013e545cc56f6c73189fa728c86c27cdc03fc73b70599a
Merkle Root 1b5925d07e8563e8b766e3c3f50a3f31243f324790d93c27824dc9ab568dc399
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 126
Size: 0.03 vMB
Total Fees: 0.00070432 BTC
Avg Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,125 (742,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,401 170,401 00000000000006edc3b76ac5738adef0d9ee010df2cf742233d726c4a0c2c789 0.02 MB 54 158
170,400 170,400 00000000000002f11c66d35af92d0d1b33fa154f9b397ac53ef6b63f546c8f02 0.00 MB 1 0
170,399 170,399 0000000000000778a22c0c0ccb535f6dcd748f6cd4debb1131d4de3a14cb04e6 0.12 MB 68 92
170,398 170,398 00000000000004251d843590efa199d380641706f59019d5708e74a91afb46a7 0.00 MB 1 0
170,397 170,397 0000000000000767443cc24be41dfcc0ea6023df86a60362cffd69edaca9e819 0.03 MB 70 194
170,396 170,396 00000000000005c9bf1016efdd6e0a21fff7288177ca41eca92fb81b8f0c6aef 0.00 MB 1 0
170,395 170,395 000000000000003e10d67702c668c6d5b7dc189ef9ba62efa356ca1dbee7bfe4 0.08 MB 168 109
170,394 170,394 0000000000000b04c3d9451d8a4d11db68e4aa3e58eb2dfef825d40d5dc99093 0.05 MB 46 54
170,393 170,393 000000000000045198fd545ce44ffaf332f0da1d05bc8017dde69f6a0a8af104 0.05 MB 36 58
170,392 170,392 00000000000002ddcc3e478de1c7ea81f2303f16cf7dc4da13b672db401d4d81 0.03 MB 73 295
170,391 170,391 000000000000072cce62e4db21e87a375b52517c2000b2fd766c3377f31355b7 0.05 MB 75 89
170,390 170,390 00000000000007f18b3b8191dfd156b5d481ac1b857fa3bcaabddc972b52bb30 0.03 MB 72 161
170,389 170,389 00000000000007cd2c65f9ced5fc55f8da1dd102f38d5f840323116505fabfb1 0.00 MB 10 39
170,388 170,388 0000000000000b0a807e5d4b1002b8c5621a7ac0286c56dcd9bb0bb91b05c34f 0.01 MB 30 101
170,387 170,387 0000000000000254eb9ef87226a64a1007aa0e441b67fbc9be502752c1c75193 0.02 MB 36 108
170,386 170,386 0000000000000afdf18f259c262200a7da55747f715927654496dd88e2be12ba 0.02 MB 55 65
170,385 170,385 000000000000021e90decae99b960f95598e8929a1d5da5a9bd4af729c4a94db 0.04 MB 142 17
170,384 170,384 00000000000000cdc823ee39b7204ffe04bf6411c55a0aaec7b5d47c837fd084 0.04 MB 76 229
170,383 170,383 000000000000066ac37d29c349efa76f4145917cfd562f117ed97cb283272648 0.02 MB 64 61
170,382 170,382 0000000000000ae8825451610633c7a1aa8a70d89622410eb3a4ea06748ab797 0.02 MB 45 104
170,381 170,381 0000000000000a0f3b9dda63e5ed4a4d158156a832e77eb1d02f5fc02957995a 0.02 MB 42 257
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

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