Loading Tool

Explorer IconExplorer

Memory Pool

78,059 transactions
29.29 vMB
0.06354330 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt d7cc8413b29617d593fff4b46321422f6ad01c12759f9f373f6db9dca9c8544f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root 17cf604269fefea3187aeb3fe4c6710a0c8e9442a08c25c5f188dca0d62f5fae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,838
Size: 1.00 vMB
Total Fees: 0.00421762 BTC
Feerates: 21.09 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (680,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,713 234,713 00000000000000e87473bb712675d5439f1a21de39be6431302ec8d36f5e193e 186 0.15/1.00 vMB 63
234,712 234,712 000000000000014b7743c9747ac1d28c02d4419af433f6fc67633ce69c4b23a9 296 0.15/1.00 vMB 136
234,711 234,711 00000000000001378aeae5c3014cf07accf2996b6b5b4df9c5befb4cb374a2d9 311 0.11/1.00 vMB 148
234,710 234,710 000000000000004c0af8bee6900bea8d112963170a4f27f3957883f44b9c7d32 226 0.10/1.00 vMB 179
234,709 234,709 0000000000000116b79edbb81d623c3613c5398fd9055a91884e42d58f10a6a9 264 0.15/1.00 vMB 114
234,708 234,708 00000000000000002dac81c1c52cd077737afc7f25e4c2246122a34b7ce9cf75 157 0.15/1.00 vMB 59
234,707 234,707 00000000000001956da62692d08a7de9caca32c9c58f736d01769be6c8ed332f 171 0.15/1.00 vMB 76
234,706 234,706 000000000000000aae983610c5c79728195a265c98c61929bc51ae2f94ddd357 256 0.10/1.00 vMB 176
234,705 234,705 000000000000006726698dfaafcc57025a711cbbdd34166f480517c69d5c6918 145 0.25/1.00 vMB 40
234,704 234,704 00000000000000edfa1b3615a7f7db92d3444acf6b32a9e0affc41e6086f7fc6 279 0.15/1.00 vMB 139
234,703 234,703 0000000000000151b2dffb9bd4ab683feaf60d3e025220f04df48eba0f9d4bcc 100 0.06/1.00 vMB 96
234,702 234,702 00000000000001a81c5fbc19583184b4e29860433a644d199201c13028d05636 222 0.09/1.00 vMB 9
234,701 234,701 00000000000000a67a2dc6098981fe1080cbf2a0169eaf75df589a818fd1f7ed 499 0.25/1.00 vMB 137
234,700 234,700 00000000000000f10e9f9dc68a7d620400073025d77abfb757b9b71740415807 251 0.15/1.00 vMB 144
234,699 234,699 00000000000000a23fe5be80c38f9d6e6b8bb18de07a6705779dec540e23d7a4 408 0.21/1.00 vMB 156
234,698 234,698 00000000000000a8d77800d13eb5d07b5b7dc7930c9a125d1e83034ad8d5c173 278 0.10/1.00 vMB 0
234,697 234,697 00000000000001388a5d58c5b9d20497eb5dfc231520a2d9f03b2e3a7b2f8a03 456 0.21/1.00 vMB 151
234,696 234,696 00000000000000d21411c4efe948678b75d39949a86a0cbf97dde361768d9f0b 204 0.08/1.00 vMB 121
234,695 234,695 000000000000015581d7348e18073923159c7eea23ccedbe3edb27c908f3fc18 240 0.15/1.00 vMB 111
234,694 234,694 0000000000000015ab466c009a96c1b8e045c14d750a02365acac671e6854343 257 0.15/1.00 vMB 124
234,693 234,693 00000000000000a4daf34e2bbc2dbe810204747b09847edcca1f41eb2fdf088b 516 0.21/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.