Loading Tool

Explorer IconExplorer

Memory Pool

82,161 transactions
30.95 vMB
0.10371059 BTC
Random Selection Loading Transactions
Max Size: 188.23/200 MB

Candidate Block

Mining Attempt e9669014de28a1f6d2e0d8d3c12d2e4ed3d126dfa5c67669ebdd6ca9aa0fe65e
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 5662f29329ee0e5e6282f14f3a04303bd2928e4bc255013f7c273fdda2db4329
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.03095163 BTC
Feerates: 200.89 > 3.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (15,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
899,521 899,521 00000000000000000000b8efb7d1f15eed8ba7676a4f2b5f790fc1b848eb49bd 1,659 1.00/1.00 vMB 2
899,520 899,520 000000000000000000004668959284b3dc44e7a223315d742cb15cf5653e067a 1,694 1.00/1.00 vMB 3
899,519 899,519 00000000000000000000dfa96a5f42bc33ef341a6e56577ade13a103f9725e70 2,237 1.00/1.00 vMB 3
899,518 899,518 0000000000000000000178bb37ef3e8545c912f9d5bff13580e1eac71e966cab 3,035 1.00/1.00 vMB 3
899,517 899,517 00000000000000000000e91c45eff8bf333b18edc63102a44579e8a5022fafbb 3,654 1.00/1.00 vMB 5
899,516 899,516 000000000000000000017a13354442015d3efe876ebfb293471cdb53a91e6229 3,298 1.00/1.00 vMB 6
899,515 899,515 000000000000000000022bc21cdcf01d4928ea8e06c74d219714a36fe3bbf258 3,606 1.00/1.00 vMB 5
899,514 899,514 00000000000000000001f4f82b88b5b95544a6c82e4f47092f7f7a905283d078 3,519 1.00/1.00 vMB 8
899,513 899,513 00000000000000000001bc90e0876a5958b649cd098e038432f043fb93595ba3 3,384 1.00/1.00 vMB 4
899,512 899,512 00000000000000000000bca59a423cb559b1dbcfbbaba3a388ca22351c11b3f1 2,812 1.00/1.00 vMB 10
899,511 899,511 00000000000000000001f907b427fcd5c1154b4367643aa911a44d2b2316618d 3,066 1.00/1.00 vMB 6
899,510 899,510 00000000000000000000c66b795e9d07c542dfca2a177bd67645a104fb310664 4,116 1.00/1.00 vMB 7
899,509 899,509 000000000000000000021c17f4d1a8afca6a60f941de5bd3424bf56a7cefadf5 3,190 1.00/1.00 vMB 6
899,508 899,508 00000000000000000000cbfd712b57e48b0e9e12c3f5cab5208470234ab85eef 3,718 1.00/1.00 vMB 2
899,507 899,507 00000000000000000001696159c5efee4430cf57cc1d99b8925554f23b27c9a3 2,317 1.00/1.00 vMB 2
899,506 899,506 000000000000000000010f35fedeb58bee52898ab71d758b2830d548d838271a 2,592 1.00/1.00 vMB 3
899,505 899,505 0000000000000000000087f81fd3c40e39181f7d667edf2a50509659b868d7de 1,320 1.00/1.00 vMB 2
899,504 899,504 00000000000000000000cab405c95fe0ad9c813f44d1e34efd9cbc4d5a4eae69 3,540 1.00/1.00 vMB 5
899,503 899,503 000000000000000000000c5b08bd2c0b3ff397a780cb278155cfb40be1e9bd64 2,172 1.00/1.00 vMB 3
899,502 899,502 00000000000000000000047c75b9154a44adac851b535fa43e99d967c2646c6c 3,306 1.00/1.00 vMB 6
899,501 899,501 00000000000000000000faa8ecbf90a34a8fab4ce35351b727a16e1e2e144ce9 2,439 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 720.60 GB
    • Received: 18.21 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.