Loading Tool

Explorer IconExplorer

Memory Pool

37,257 transactions
29.15 vMB
0.13894586 BTC
Random Selection Loading Transactions
Max Size: 145.40/200 MB

Candidate Block

Mining Attempt c872fecd694f91b2bcee8fa81b52dba67dbbfd1607f333ecfbc89cb2df2f54c7
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root f8e288e361c4cac19cbc0bdf89b4c5079e88c1359268a643c1a16685dd1f6fcb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.07846756 BTC
Feerates: 200.00 > 7.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (858,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,072 56,072 00000000000484a5a8c39639f4d753f9a9172543e0818a48b6e9bd536d2e4387 1 0.00/1.00 vMB 0
56,071 56,071 00000000114aaf242c4909b3e8cb4eada9bd20c03c081fbd6cd418aaba32f7e7 1 0.00/1.00 vMB 0
56,070 56,070 000000000156d075461c7e9518a51396d8c9f5aef7c75116bc06128478faad44 1 0.00/1.00 vMB 0
56,069 56,069 00000000119f73d81689dba6f5a3bc3935928c3a02019cf9cc8d18c0b16679c4 1 0.00/1.00 vMB 0
56,068 56,068 000000000a5fa26d8dba375a4724ac08f369da1f21778036bee5614b9a47f38d 1 0.00/1.00 vMB 0
56,067 56,067 0000000007992996168efc0157296d1c256c19fc13182f815f926dfa7dae4fd4 1 0.00/1.00 vMB 0
56,066 56,066 00000000083f134c937c053b5db32a659cba4cc9374cc1b86dc75eba51119dce 1 0.00/1.00 vMB 0
56,065 56,065 0000000009a894fe1acb25629ec5850c1d23b7d1eaefe98c622ac9cc50e28547 1 0.00/1.00 vMB 0
56,064 56,064 0000000002261d12e96dedfb936165b19573cff889635db891452c0768fae9c5 1 0.00/1.00 vMB 0
56,063 56,063 00000000101470a6d88dbf640169e6b07aafa73df3dbe0cbc1c30901cc073ac4 1 0.00/1.00 vMB 0
56,062 56,062 000000000d98e739cb1e58ec370f96212dd47fe57a331ae0037a9b1a5c790d20 1 0.00/1.00 vMB 0
56,061 56,061 0000000012334dfd3b072a9368f95514dc14a0ba6eba09f8bf0f8a0bf4c730de 1 0.00/1.00 vMB 0
56,060 56,060 00000000134a1f19a4417ad612d576e398e09f5d85b64573fc911cddb4502ecf 1 0.00/1.00 vMB 0
56,059 56,059 0000000008f6b19e49461041ec889a648e260bfc7c1643cc48e8d2acd8b730c7 1 0.00/1.00 vMB 0
56,058 56,058 0000000003bd18d2cf32819bba956089c513ba5458ee1e3f00cd1f8a9f32b42b 1 0.00/1.00 vMB 0
56,057 56,057 0000000006709d0db8be0fe10dc040f2817a29ca453ed9da48b46f6d0d11f0be 1 0.00/1.00 vMB 0
56,056 56,056 000000000155488e47d0223aed084decf367632611f8a2f4ddf0b085a3edf2e4 1 0.00/1.00 vMB 0
56,055 56,055 0000000011743a6942702e37c92603b559a350cc3641d03e28b3866f2166dc79 1 0.00/1.00 vMB 0
56,054 56,054 0000000005001c89de476f64d8f7e07548905cc27b3753cdacf8539ec72c4522 1 0.00/1.00 vMB 0
56,053 56,053 00000000129d6e2e65020bb5fbd8cdfa1516b1576282e7f8b30b06e620961c36 1 0.00/1.00 vMB 0
56,052 56,052 00000000123fed9f6b117325456a5ccaa3c9c6a259564da70a1afd9c78bdd9b6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 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: 616.50 GB
    • Received: 11.17 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.