Loading Tool

Explorer IconExplorer

Memory Pool

36,780 transactions
26.39 vMB
0.08043676 BTC
Random Selection Loading Transactions
Max Size: 134.55/200 MB

Candidate Block

Mining Attempt 310d1f37227a90bdad071e8a0dc7c1633b4ff2d40d0628b1bd0198d6b8818259
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ec7c3a0972c06c3c23d8d4271cb5230091f14d39dbf4f7a2b49378b006734f94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,308
Size: 1.00 vMB
Total Fees: 0.02959255 BTC
Feerates: 250.88 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (74,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,816 839,816 0000000000000000000128a6af8fc9513be9e41e149700f7f0be8e3d30e7d268 3,351 1.00/1.00 vMB 109
839,815 839,815 000000000000000000018e41a5bc5a241be5bc7fb82ff3a86e52891569e217e7 3,810 1.00/1.00 vMB 104
839,814 839,814 00000000000000000000e481f710f280b688ee81ba75367f9d9406267806a281 3,546 1.00/1.00 vMB 104
839,813 839,813 00000000000000000000b14f8ca42f160a8a93aba2ec600ffe8b8820e07d64dc 1,695 1.00/1.00 vMB 87
839,812 839,812 00000000000000000001bc3048623d842865748a5dd4ee2f8fa8260c92d356e0 2,669 1.00/1.00 vMB 118
839,811 839,811 000000000000000000032a459038745c7e3f5f79333e20d72d05415696d81a39 2,159 1.00/1.00 vMB 128
839,810 839,810 00000000000000000002944745edec9e700714d22d9de1ef5e6c759accf3c7ec 2,079 1.00/1.00 vMB 154
839,809 839,809 0000000000000000000222ec7fc8e0c1416f585de8032125f2c90027da5b632c 2,037 1.00/1.00 vMB 105
839,808 839,808 00000000000000000000f76969754849032684136a89c15d70317dbe40dc752e 2,333 1.00/1.00 vMB 64
839,807 839,807 000000000000000000009b43622b109b1d6c724beac47e24af4cfbdf99d01d77 2,576 1.00/1.00 vMB 92
839,806 839,806 00000000000000000002c489fdf42142780b7ba41e97bc1c15139d8e63cf2a0f 2,345 1.00/1.00 vMB 74
839,805 839,805 00000000000000000000352e6d6e4527e39c50adb56eb7cee4c4691c5a330908 2,675 1.00/1.00 vMB 77
839,804 839,804 00000000000000000000920bf30e249d415a4f164b1ffb4b84c928c2a2155fc2 2,433 1.00/1.00 vMB 108
839,803 839,803 0000000000000000000287318ec195ed4043c027fc4283a20ca362119b01f5f9 2,143 1.00/1.00 vMB 76
839,802 839,802 0000000000000000000079e46d30e01e05eb979cd9a3e419e7b7484b8589e264 2,520 1.00/1.00 vMB 124
839,801 839,801 00000000000000000001fa828b651e84e890e068f14ad145e9c43e55c7958cef 1,922 1.00/1.00 vMB 62
839,800 839,800 0000000000000000000049a0079c363aa7deacedc9081c8f05062fa7a31f7f9b 3,696 1.00/1.00 vMB 80
839,799 839,799 0000000000000000000070f79c753f0be616d61150700aee81757e5db2fd0ae2 3,365 1.00/1.00 vMB 122
839,798 839,798 000000000000000000033acf9a0c8b11e8e50585ded1903b04f6df17c8f76bf2 2,251 1.00/1.00 vMB 72
839,797 839,797 000000000000000000029406bf6301309e0c39bc0d8d3a3ba763a19022c6ad03 3,610 1.00/1.00 vMB 56
839,796 839,796 00000000000000000000fef4a1f6691c4982ededf17127a69b35370f8563bb26 3,970 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 781.84 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: 637.90 GB
    • Received: 12.45 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.