Loading Tool

Explorer IconExplorer

Memory Pool

72,575 transactions
28.03 vMB
0.06892470 BTC
Random Selection Loading Transactions
Max Size: 166.08/200 MB

Candidate Block

Mining Attempt bff07525982f40ef9a2bff5ad1e430696edbf9faaccb322aa0d5017c21d9436f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 6fbff2209d97901e79d674e8a2e1eb5dd7c525f76f9e1ff7d6acb44841efad48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,815
Size: 1.00 vMB
Total Fees: 0.01299554 BTC
Feerates: 101.52 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (680,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,715 234,715 00000000000000097d6373d2b08ec360b0994a7b626314e9cf7d8d7af3c2c516 225 0.15/1.00 vMB 88
234,714 234,714 0000000000000172038c4f758ec53f6f99851a19edafb1dd574cd7426f252212 296 0.25/1.00 vMB 50
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
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.