Loading Tool

Explorer IconExplorer

Memory Pool

81,162 transactions
30.79 vMB
0.08912410 BTC
Random Selection Loading Transactions
Max Size: 187.18/200 MB

Candidate Block

Mining Attempt ec15d6e1c9e2606e46de4bb6ebe7e1e4fe71add6a5f132aaac2fc1441d7c7a75
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root 5c9ad4485f63d1f856d20ea94bb41723916afd93255a503e0a4cd5e6bb4974f9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,575
Size: 1.00 vMB
Total Fees: 0.01795707 BTC
Feerates: 73.20 > 1.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (435,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,371 480,371 0000000000000000012d97c3b199c7e8503090a13e505fd15f0928e5a5662e2c 2,037 1.00/1.00 vMB 102
480,370 480,370 00000000000000000079d30cd752a3da5192e1ea51d8d7ee38e58cee233f5263 2,352 1.00/1.00 vMB 151
480,369 480,369 0000000000000000011c1e7f33fe0f031ef5a68531ac865668ffabf5bf8cc058 2,072 1.00/1.00 vMB 119
480,368 480,368 000000000000000000e2467790cbc67229663c53a0d3b112f266d5877dbcef61 1,990 1.00/1.00 vMB 123
480,367 480,367 000000000000000000e6c43bc7351c8dff52d532f82e18c477077a3a524c39ad 1,744 1.00/1.00 vMB 109
480,366 480,366 000000000000000000ea6e05ec8d0e03c9dfe63b26d1fdf1902aa497f2758025 2,344 1.00/1.00 vMB 202
480,365 480,365 0000000000000000012aac84c23013a81bc4925779794b55eeef1cd2a5b888ef 1,752 1.00/1.00 vMB 179
480,364 480,364 000000000000000000b8fe9052ef22d7fdbe8a787a026fe3fff9dbbf7af67c34 2,031 1.00/1.00 vMB 133
480,363 480,363 0000000000000000004f663b7994e8024163f6462be5f28c319b652ddfbeb864 391 1.00/1.00 vMB 28
480,362 480,362 000000000000000000c1b38c37941ff40af227b9280feabcf500c277a20f66e7 897 1.00/1.00 vMB 65
480,361 480,361 00000000000000000021ebe585514f582f986218d9de0e58c7f064b7f083c2ce 698 1.00/1.00 vMB 46
480,360 480,360 000000000000000000f6828e8e2a7f36102c86596fd7192d9e632902439c445c 2,065 1.00/1.00 vMB 118
480,359 480,359 0000000000000000002267d62f62c207197db0f6bf5fb66b1e4ab2cf758c3a82 1,677 1.00/1.00 vMB 48
480,358 480,358 000000000000000000b080feed593975857c95ba2f773e41a93583f28125acaa 1,302 1.00/1.00 vMB 56
480,357 480,357 000000000000000000682b5cb9125ebbc4346921486a06c5740c07f152a27c64 1,900 1.00/1.00 vMB 136
480,356 480,356 000000000000000000b8e873eca1ebd5459a2f1822ecaea619ff355adcfc7efa 2,169 0.99/1.00 vMB 181
480,355 480,355 000000000000000000572722dfb86c6040ba252fb05d65699139871535441363 1,472 1.00/1.00 vMB 27
480,354 480,354 00000000000000000083d6c0a45ebbc37fa1b1766f93ff7c58c26c7d5b55e2e4 2,009 1.00/1.00 vMB 133
480,353 480,353 00000000000000000075e5a7cb81ea34164b84dceb927016a77b077d869348e0 2,229 1.00/1.00 vMB 118
480,352 480,352 0000000000000000002395a14a607d6750bc7bb64ee807ce0c2c48d64c17dfd1 1,706 1.00/1.00 vMB 131
480,351 480,351 00000000000000000031c65ce49859f1df75dfaabcf5f1049784b815254767e7 1,964 1.00/1.00 vMB 187
Previous 10 blocks ↓
Total Size: 783.06 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: 720.62 GB
    • Received: 18.22 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.