Loading Tool

Explorer IconExplorer

Memory Pool

96,890 transactions
19.00 vMB
0.07732655 BTC
Random Selection Loading Transactions
Max Size: 146.63/200 MB

Candidate Block

Mining Attempt 1e49edae189541dc71d1bb8d16e6138fd7b5df8ccdffb3c82d82b3deb5c28fcf
Version 20000000
Previous Block 00000000000000000001f4fc846328be7e2d7bd2607b8c38a702c6a160402631
Merkle Root 8a895b4f0ebb6af27d427fe1d19d3bd028a5e6d1279f45deacbc38f4c91e6947
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.02813704 BTC
Feerates: 115.63 > 2.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,032 (216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
916,816 916,816 000000000000000000011320f5df9afdc0f4157e1a7a50efbd97697ddda8b507 5,266 1.00/1.00 vMB 1
916,815 916,815 000000000000000000000757212d1a24f02f2d70c2f202a5fc8d06dfaa419f1c 960 0.30/1.00 vMB 2
916,814 916,814 00000000000000000001ec92fd7d6c37a6814b80f47cea5afafc6d313e46b149 7,066 1.00/1.00 vMB 0
916,813 916,813 000000000000000000006c5a24ccbadea42e08e3bd39f16c18cf87c5de06bc49 4,014 1.00/1.00 vMB 2
916,812 916,812 000000000000000000000f98709a34e67af24534ceb6b20eff36d2b6826060b6 6,259 1.00/1.00 vMB 0
916,811 916,811 000000000000000000013fccab812d4c7f272da47fe78a150d079a8acf5a2ef4 6,861 1.00/1.00 vMB 0
916,810 916,810 000000000000000000015a49601e14c5c49948ae67bd504756781fb51dcd535d 4,762 1.00/1.00 vMB 1
916,809 916,809 0000000000000000000034c6232efe575294290bb0d86990ac1de9e4043ad499 5,071 1.00/1.00 vMB 1
916,808 916,808 00000000000000000001607d76eac66e5c2ed94bc28eb02eb11d6b3ca91eec0c 6,645 1.00/1.00 vMB 0
916,807 916,807 00000000000000000001810aa500eaf48a8f5c12976aa34ea268c50f54196078 6,895 1.00/1.00 vMB 0
916,806 916,806 00000000000000000001829ca412089f848536c89482b294abd7bfb5bca76706 6,172 1.00/1.00 vMB 0
916,805 916,805 000000000000000000011b83b5ba87c799b8876024fd14625d889264357291b0 3,544 1.00/1.00 vMB 1
916,804 916,804 00000000000000000000009091670e7d6ae8aca499ef8f28ad4c17fe982398eb 6,869 1.00/1.00 vMB 0
916,803 916,803 000000000000000000003d0e2aec0a547cd59321daae3bc9161f5cc4d7d2bde8 2,661 1.00/1.00 vMB 1
916,802 916,802 0000000000000000000118680d5fba5ad5419b5a39d8bb9f50893b379350b4f5 3,462 1.00/1.00 vMB 2
916,801 916,801 0000000000000000000025607962bc69ea2a8096e779648f7c08c2ac6c7f3c84 2,172 1.00/1.00 vMB 1
916,800 916,800 0000000000000000000105166ece4d079c9aa3952a83c03b877944248cc7f9a9 1,488 0.37/1.00 vMB 2
916,799 916,799 00000000000000000001384b124cdafb1b0e0d54711708e21e238a3c4327d447 3,633 1.00/1.00 vMB 2
916,798 916,798 00000000000000000001bbbc841b45fb1daa5e495c8f2f129e0305ab072bcbcd 1,969 0.51/1.00 vMB 2
916,797 916,797 00000000000000000001ea66851502f53270aadafcabe9348b090c22b388fb10 4,150 1.00/1.00 vMB 2
916,796 916,796 00000000000000000001a8deb9c470c2de3cc416417dfd8f2a68c0b5511d94cd 2,785 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 785.86 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: 979.96 GB
    • Received: 30.75 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.