Loading Tool

Explorer IconExplorer

Memory Pool

39,453 transactions
26.92 vMB
0.06925546 BTC
Random Selection Loading Transactions
Max Size: 138.55/200 MB

Candidate Block

Mining Attempt 092760aa8e9cf3270b9d15c50ef0892d76f7b5e4a0834610e6d9224946f9121b
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root bdd1d75552d3dc5ae3c6f388f79c432db5b4873bb9bab51ada7f024c2f56669f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.01874427 BTC
Feerates: 107.72 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (460,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,605 454,605 0000000000000000016a8d8ae6c282e71082539698ca69e25ea7c636f2f16c6d 1,810 1.00/1.00 vMB 128
454,604 454,604 00000000000000000127d3f9843cfac4ce50efe955ba8acae0146639e7b41e8f 2,092 1.00/1.00 vMB 138
454,603 454,603 000000000000000002710fc0c03224596a5bffdfcc5c8e83a7510a6535564c6f 1,452 1.00/1.00 vMB 91
454,602 454,602 0000000000000000024e55338f80c39c418169b1b2b471e0944b4e448af1b52a 2,289 1.00/1.00 vMB 142
454,601 454,601 0000000000000000019a23aeea2d7f4fd837085f9f7ed6233ca8e85f61646bc5 2,099 1.00/1.00 vMB 74
454,600 454,600 000000000000000000c1760c47a51fe25133abfe211989569f0c60d0f63b0dcc 1,942 1.00/1.00 vMB 117
454,599 454,599 000000000000000002254061581005df1821c66cc9f8ee62f63db14fe866e995 1,889 1.00/1.00 vMB 138
454,598 454,598 00000000000000000198d0834b84a0654dc9aa10d2217ce4277a6540f1cb7107 2,736 1.00/1.00 vMB 167
454,597 454,597 000000000000000001f288015a7dccebb12ef42525a065dc416cc80147d31253 2,085 1.00/1.00 vMB 138
454,596 454,596 000000000000000002579ee639a5eda69c19e918e73f5726d7d6df6ea24d9860 2,177 1.00/1.00 vMB 55
454,595 454,595 0000000000000000016a766e5fe3e17bceb83ff9a6b1454036370812b2e40a0c 1,884 1.00/1.00 vMB 78
454,594 454,594 00000000000000000278c94ad22ffb6691aa94552171e18176b701a4572c80b9 1,761 1.00/1.00 vMB 68
454,593 454,593 000000000000000002589c3286d090f2b94cdcc8b4f105ffa12142852c5a2605 1,911 1.00/1.00 vMB 100
454,592 454,592 0000000000000000011a2f708e1843497b7ec4abd75eb0bc2ea2f147058b4062 2,227 1.00/1.00 vMB 64
454,591 454,591 00000000000000000163247b292c3a46c88e923ac1be957c90ee381600f8bb05 1 0.00/1.00 vMB 0
454,590 454,590 0000000000000000016f7ab6d2b10002d5c102fa1b5a6df7050e5ffd5807cf55 1,830 1.00/1.00 vMB 114
454,589 454,589 0000000000000000022ef16083d417907cb68c621f266f0124eebfc798001cc3 1 0.00/1.00 vMB 0
454,588 454,588 00000000000000000252d0418cad1fcc4b235d7dc00f3c8723539897dacc44b4 1,078 0.37/1.00 vMB 168
454,587 454,587 00000000000000000247cf7b528ff31fde70236a180f29d7431015098184dbcf 2,292 1.00/1.00 vMB 106
454,586 454,586 000000000000000001c861d00c650f3b056bd9fc1dd1140754adab053a9b2a7f 2,018 1.00/1.00 vMB 72
454,585 454,585 000000000000000000f82ff5e58d50264ecc7f8ddf4ab702b525d336e9cbe5d7 1,216 0.59/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.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.