Loading Tool

Explorer IconExplorer

Memory Pool

80,407 transactions
29.56 vMB
0.12848062 BTC
Random Selection Loading Transactions
Max Size: 178.88/200 MB

Candidate Block

Mining Attempt a6db8191bf5cf79eb98a1047e4fd63af9f6247bc440980c3d55e49c9756e4811
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root d1d5d6b93acda4a78347cdf8767224d4228712d8c38f78f5fd04afe54fe0adcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,932
Size: 1.00 vMB
Total Fees: 0.04689028 BTC
Feerates: 477.45 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (107,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,065 808,065 00000000000000000002b33f36745795709c9884ec4ebf6e69da28b6b497cd61 3,963 1.00/1.00 vMB 19
808,064 808,064 00000000000000000000b239ecd9e9d8d223d8b2a65e67da1a70acb58850fc69 3,235 1.00/1.00 vMB 15
808,063 808,063 0000000000000000000305f00b5ddc2132d9a5660af5d16dfd3734d6781eef92 2,038 1.00/1.00 vMB 21
808,062 808,062 00000000000000000000adad541b5d2999ab66c7c73652da5d925da1dc6d3aab 6,067 1.00/1.00 vMB 15
808,061 808,061 00000000000000000000142cfa9591c6ec1387cf9b724912537a31f267ecf50e 4,718 1.00/1.00 vMB 16
808,060 808,060 0000000000000000000407f630f65a139081c5ca44f2432b2f3d70a8b0a2267b 3,914 1.00/1.00 vMB 15
808,059 808,059 00000000000000000004ee7e5ab09c074bab0044a99acf17d91f64d9f1ecab4f 2,167 1.00/1.00 vMB 19
808,058 808,058 00000000000000000003acccb3d7dcaae22123a34e3ca7dbca536450921dc19d 3,088 1.00/1.00 vMB 21
808,057 808,057 000000000000000000007272595f7abf9716ebabb0505c53b2d423be9728e783 5,213 1.00/1.00 vMB 15
808,056 808,056 00000000000000000001abfa611be865df456f32b9766837ff4e29867dc9bffa 4,177 1.00/1.00 vMB 18
808,055 808,055 0000000000000000000026165adfb5991c001d65c9a10722c6a36bef0257254d 2,053 1.00/1.00 vMB 26
808,054 808,054 00000000000000000002f5907bcb558bca9d1f3bc9a48b0a1ef17a60263aef41 4,247 1.00/1.00 vMB 16
808,053 808,053 0000000000000000000227761c6d0f8854bcecc14b0e23b0d11ff266ed087828 5,310 1.00/1.00 vMB 14
808,052 808,052 000000000000000000020db12f1a713ee2e682c9b7c3097895fcb870d620b0d2 3,705 1.00/1.00 vMB 18
808,051 808,051 000000000000000000022f3c5a5fcc005c335e2583aff1d279a1d1e3a7e772b3 3,421 1.00/1.00 vMB 16
808,050 808,050 0000000000000000000361d6fea7b0418fa1ffb1dcd3ab1a2ba4a1d2e78871be 2,623 1.00/1.00 vMB 22
808,049 808,049 000000000000000000048edc4a0114f741287dca3a79b037ffc17f761a2ea367 3,534 1.00/1.00 vMB 19
808,048 808,048 0000000000000000000151b16ded3e99ee4e71c7b1c0c1deae3416b19fa2d788 5,163 1.00/1.00 vMB 14
808,047 808,047 00000000000000000002b427059f3acef27035dcc092be9f62a038643c55bd13 4,096 1.00/1.00 vMB 16
808,046 808,046 000000000000000000006520907a0a532d6abf34c2bc247a01e159d5512d1ab8 5,011 1.00/1.00 vMB 15
808,045 808,045 000000000000000000029077fb1b0d31668cfa1206f31d01a160d4871b7b3a74 5,172 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.