Loading Tool

Explorer IconExplorer

Memory Pool

79,595 transactions
29.95 vMB
0.07146573 BTC
Random Selection Loading Transactions
Max Size: 183.45/200 MB

Candidate Block

Mining Attempt da3432880b3cbb5f9183e3e5539215a5e2a01fdbcda34b539d970e1369ab5aba
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root b48ac95b063b2c01cece1b0797dabdaaaed065a982c64419972e63c44a0c9eb1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,941
Size: 1.00 vMB
Total Fees: 0.00499358 BTC
Feerates: 40.20 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (831,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
84,045 84,045 00000000002001bf17769e3172a1d608ae7e1f7f917ec8af22b7c6801e83034c 1 0.00/1.00 vMB 0
84,044 84,044 00000000000d570287e011b75b54f199de3357aeafa1f1105c5850f887882bc5 1 0.00/1.00 vMB 0
84,043 84,043 000000000029a12f62b02307480b93b3445934d1d7da648d1e64e82f42e32397 3 0.00/1.00 vMB 0
84,042 84,042 0000000000239d0dccf04181689523a8a1d3cdb229976ffb7f009845ac672f52 3 0.00/1.00 vMB 0
84,041 84,041 0000000000017dfa8c47fe8c42c2c48dfac6407996ab6c749189951321b6afe9 2 0.00/1.00 vMB 0
84,040 84,040 000000000025daa84872d731c279b6deb2511b5bcb1de18c318a591eca6ebb6c 4 0.00/1.00 vMB 0
84,039 84,039 000000000018045aea8fddc8687579e0c58d29ff69b0038d0418513b7d973724 1 0.00/1.00 vMB 0
84,038 84,038 00000000000285f0b2d106834576e227d7f29db897f60f5a936bd32131317c48 1 0.00/1.00 vMB 0
84,037 84,037 000000000007b825c729859ae86ce07bee4d08414743fa07a014b80f6bde7f04 2 0.00/1.00 vMB 0
84,036 84,036 000000000020ccc4e9bc186aa9a202d509cc79a6807321cfdcdd7cc40afbc6ac 1 0.00/1.00 vMB 0
84,035 84,035 000000000010a1d6b171f1a7007c1138154a1297cf5c4ed7f67ba56b73c2e6c7 1 0.00/1.00 vMB 0
84,034 84,034 000000000018e1c8ee2a3be6af57e9bce769202aa8fdf399b484ebc6b91cc81e 2 0.00/1.00 vMB 0
84,033 84,033 000000000013dc33ce6b5d39eaf565683f0c8c4e538716c2c4055d903859159a 4 0.00/1.00 vMB 0
84,032 84,032 0000000000191a2330be7af713d3e518dd4f317c922c7362f8eff38881d589c1 1 0.00/1.00 vMB 0
84,031 84,031 00000000001eb485abcc7fbd1ef0edbf49ac1975efe84c248ad3d8ba75549ccd 4 0.00/1.00 vMB 0
84,030 84,030 00000000001a017067e1606a6cbc7f2a57924b2973e5b876976f00ae688e2a88 2 0.00/1.00 vMB 0
84,029 84,029 0000000000090181953cfd62b90cb525e08baf8ffe27990bb5fd665fbba15eae 2 0.00/1.00 vMB 0
84,028 84,028 00000000001ce210be4a8fdd108b06af3ed6669e445ef3b4ab5f8ac95479b540 3 0.00/1.00 vMB 0
84,027 84,027 0000000000210828c3e78ce9e1b76de290c771b155dcdef1faab9fcc54b88a80 7 0.00/1.00 vMB 0
84,026 84,026 000000000020a37946908161da3ca3411b6fbfecdc9ca9bfc38c7372f53766bc 4 0.00/1.00 vMB 0
84,025 84,025 00000000001b14023a10cdb3a6cc6c6f5968f9908b5154c4c383d99a3c67ba32 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.