Loading Tool

Explorer IconExplorer

Memory Pool

42,091 transactions
28.75 vMB
0.07293503 BTC
Random Selection Loading Transactions
Max Size: 146.91/200 MB

Candidate Block

Mining Attempt 8851dbd935ef25cbcfc4614cd1a87ebeeb0a9f73d380f3096f536e94df98cb71
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 29f65e231f58c6747c3b13b79e1a931806834df02164a8af7e99ce4e93e68655
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,455
Size: 1.00 vMB
Total Fees: 0.01702230 BTC
Feerates: 104.56 > 1.71 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (298,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,111 616,111 000000000000000000017148834fb35a8c61fdcdbb2c17b48aefe7f624e38f0a 3,148 1.00/1.00 vMB 20
616,110 616,110 0000000000000000000acdb2a799bd43f56c2dd10d31a4cd36dfff9552cdddfd 3,096 1.00/1.00 vMB 25
616,109 616,109 0000000000000000000fb55c282b77b890ee21c031e11ac768f950da0d1a4fdc 3,172 1.00/1.00 vMB 24
616,108 616,108 0000000000000000000a3bbd4325af6cbea990bb45dc751fe9319e42b5551634 3,122 1.00/1.00 vMB 23
616,107 616,107 0000000000000000000d19585970777265d3b4aa81fe096069e0ade8cb48ce2b 2,793 1.00/1.00 vMB 23
616,106 616,106 000000000000000000014bbce4b1dac00e05cb80669b4e2cc3c348ecb511915d 2,006 1.00/1.00 vMB 24
616,105 616,105 0000000000000000000246518fab24e90e99b21f1d58f1aa13bc09c33d73baf1 2,473 1.00/1.00 vMB 31
616,104 616,104 00000000000000000001ac9b43abf3d4c3b63061ce794f47a23f8b40247fbed1 2,711 1.00/1.00 vMB 41
616,103 616,103 00000000000000000009a4b8f8e42540e096ad5d4b8098fa80cccef5ba2ef632 2,300 1.00/1.00 vMB 10
616,102 616,102 0000000000000000000e38120a87ef7ef1e06a146dfa4e65703bb14ff024875a 2,618 1.00/1.00 vMB 11
616,101 616,101 0000000000000000000ff2b77b3158fb178baf29eb21675e7f58dbd649fd2ec1 1,938 1.00/1.00 vMB 19
616,100 616,100 00000000000000000008a40fc9db72a5f8ba098eb6c166603ac308b5a177cb4e 3,260 1.00/1.00 vMB 21
616,099 616,099 0000000000000000000b532fe8e5cb0bf386b55ae34c9c4229483e32e244b219 2,778 1.00/1.00 vMB 35
616,098 616,098 000000000000000000022957f2679ce5f58e7769fc36aec79a1b7297d1d135a2 2,921 1.00/1.00 vMB 9
616,097 616,097 00000000000000000005d23ed1252b164bce0076f6d161e0f0a2322ef8c5be71 959 1.00/1.00 vMB 8
616,096 616,096 00000000000000000006159ee6d22a7e6b8fc20da76589ee9c3b5973d6be26b3 2,117 1.00/1.00 vMB 18
616,095 616,095 0000000000000000000d9db87426bc19b22f121b178fa9648ff2a3a44cbdd86d 2,190 1.00/1.00 vMB 16
616,094 616,094 000000000000000000069e7d2478ba78eb3b02016f5b6c3e0d64d27271024a06 2,305 1.00/1.00 vMB 19
616,093 616,093 0000000000000000000e8ed86c14a195dfd4281453cfe0ec490ecfe093137b9d 2,164 1.00/1.00 vMB 32
616,092 616,092 00000000000000000002b17a90e2c6781882281f157be16db3effddd94ba2a2a 1,020 1.00/1.00 vMB 82
616,091 616,091 0000000000000000000c229856378d854cbd1761580c1c5afb78dea0fff05587 2,470 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.03 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.