Loading Tool

Explorer IconExplorer

Memory Pool

78,872 transactions
29.21 vMB
0.12028563 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 1419b93d731eaa8a0db4d71d2becad59f6a1a93689017029e23764b24f2406c6
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 1f6a36e09027705c314eb731495179a85746e97c364e773614136023aeff5e74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,145
Size: 1.00 vMB
Total Fees: 0.04366530 BTC
Feerates: 150.80 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (372,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,680 542,680 0000000000000000000fd626068b7d6dc3195ad6f612bd59fd7b0955db693476 2,470 0.98/1.00 vMB 21
542,679 542,679 0000000000000000000d49838be8f47f12d26df9f9b48b3071cd30319cd13b58 1,180 0.50/1.00 vMB 2
542,678 542,678 0000000000000000001bbb98fa3d0cefec57cfe3b26c338b3e2f4adc998e73b4 2,721 1.00/1.00 vMB 23
542,677 542,677 00000000000000000009c4da57c82345cb789000087a7f079855de66eba8d019 1,400 0.60/1.00 vMB 22
542,676 542,676 00000000000000000017a9c3c9edfa5dc637fb788a2a27b677b79612a673d135 690 0.35/1.00 vMB 3
542,675 542,675 0000000000000000001d8ab692ef36d610d3e7c3ed9abd50cf0bd2d125fd5203 1,951 1.00/1.00 vMB 5
542,674 542,674 000000000000000000195f8a3b263cb2a54922a72fd1e6c1a45891ed3c4808f7 2,312 1.00/1.00 vMB 21
542,673 542,673 0000000000000000000fd511d7696b561e5e39666bfb65dae36847febe158761 2,360 1.00/1.00 vMB 13
542,672 542,672 0000000000000000000f14e981a429e13d6bf0ed90be9de0fa78691df21d1238 2,530 1.00/1.00 vMB 20
542,671 542,671 0000000000000000001a307abff83c0025c44efe1b254427d216e6572d52fc6f 552 0.23/1.00 vMB 38
542,670 542,670 0000000000000000000ab8e116593cd61b8d23f2ba747383c4fe9dd550512595 787 0.35/1.00 vMB 35
542,669 542,669 0000000000000000000a93f4d11adec384f1402c40b0274260a9d420d5d5666a 282 0.13/1.00 vMB 38
542,668 542,668 0000000000000000000c5f5f103866f585e2b8c25090347f2d7029f3c1e49777 2,805 0.98/1.00 vMB 4
542,667 542,667 0000000000000000000d5f0482f09b6afb48437e74aae4c24b7b908d1b886370 1,143 1.00/1.00 vMB 31
542,666 542,666 0000000000000000001dc92ace09faa28c15beb8f1b10f4f3b2de8228a8c068d 396 1.00/1.00 vMB 47
542,665 542,665 00000000000000000022900e2469f51d39cc664ee4e5daec9259ab71744ae0e5 1,442 0.84/1.00 vMB 10
542,664 542,664 000000000000000000063caf84ff6281e6d9724089ba20e79f7544f9fcb169f2 2,159 1.00/1.00 vMB 23
542,663 542,663 00000000000000000021fd5595992429c6bbc19e9db418ea5ba559765405695e 968 0.42/1.00 vMB 12
542,662 542,662 0000000000000000000ce6b517e501bc7aac90a968bf24f9e1251b7eed8e07ec 1,362 0.95/1.00 vMB 5
542,661 542,661 0000000000000000001d4df566ce1616f63c1a029dba6f9cff13822619ea8a2d 2,272 1.00/1.00 vMB 23
542,660 542,660 0000000000000000000bdf4068c9cbc255bc8ff6d0ea76cd9a564f82e2353bf0 512 0.27/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.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.