Loading Tool

Explorer IconExplorer

Memory Pool

74,457 transactions
27.58 vMB
0.07370738 BTC
Random Selection Loading Transactions
Max Size: 168.13/200 MB

Candidate Block

Mining Attempt 86b179f5e580098326b3cb140cd7117e1adafd77610bbc8e4b3d33130cb57f6c
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 8ae5202026128a24f1b62c6d32f5592fa9b7e918c4b5eb54a3db5a5e306ce582
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.01489345 BTC
Feerates: 98.68 > 1.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (130,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,451 784,451 000000000000000000046ad36245d8d85d8b726d766dfc2fe22a9522c1bcfdfa 1,131 1.00/1.00 vMB 11
784,450 784,450 0000000000000000000405d346751b6c6bd15711f780603d460fd75501de0821 1,271 1.00/1.00 vMB 4
784,449 784,449 0000000000000000000141600b9b4486840bd3f1cfb75390ed97b00c65a3d8cc 2,263 1.00/1.00 vMB 6
784,448 784,448 0000000000000000000295519d327997a08a7a706b230efdd2bc5c9bd3ce6b26 2,681 1.00/1.00 vMB 18
784,447 784,447 0000000000000000000049d863c6e971f63de7e99e615c8b3310570d895fbb56 841 1.00/1.00 vMB 6
784,446 784,446 0000000000000000000396caffc2345205fd195ec472391fef6b15e9cc3a6666 2,424 1.00/1.00 vMB 15
784,445 784,445 000000000000000000014819f8e18629f805f3267be7d5af7d8ef481caf298c4 2,321 1.00/1.00 vMB 13
784,444 784,444 000000000000000000021d038b1843f501617c4fa363b63dae2fffeb1c2487d4 2,203 1.00/1.00 vMB 18
784,443 784,443 000000000000000000001107bc0f46bf6f829bb277c3cb13fdf19fddc2654a32 1,575 1.00/1.00 vMB 44
784,442 784,442 000000000000000000050d9150667910b4686f03a8032a090fbae8240f09fa2e 1,499 1.00/1.00 vMB 9
784,441 784,441 0000000000000000000274187548a966b169cf7ae34f5e6e513b0d36d6f0e851 1,770 1.00/1.00 vMB 9
784,440 784,440 00000000000000000000a4e2e6fcfc0fa48b17431e0147e585955ff7154a1e4f 2,926 1.00/1.00 vMB 26
784,439 784,439 000000000000000000026890b9f7f6824c6ec30d318bf96dc74c53bcc2dc57be 2,700 1.00/1.00 vMB 16
784,438 784,438 000000000000000000031d545e6f103bd70c4f515a7d4860cb3b522ca290277c 1,261 1.00/1.00 vMB 7
784,437 784,437 0000000000000000000397cb692526719ccb4717d71e7f3ec3e73f2d9866cb09 1,414 1.00/1.00 vMB 6
784,436 784,436 00000000000000000004e337b2005bdf12f4b0aeeda5052bafaf4468d9360025 2,651 1.00/1.00 vMB 20
784,435 784,435 0000000000000000000333c23ac3ff29ac5981db311ef78b3bc80c905e78f916 1,003 1.00/1.00 vMB 11
784,434 784,434 0000000000000000000304781fe6bd1497ff797562ecd2fdb2b49e03cc45de38 2,553 1.00/1.00 vMB 14
784,433 784,433 000000000000000000046c6f9be7fb407e2c55a43bcd0d3a466ad17af826d4f9 1,028 1.00/1.00 vMB 7
784,432 784,432 00000000000000000001604e0e5c3b39a826b442c0ba5154339eb4f18e77d361 1,819 1.00/1.00 vMB 10
784,431 784,431 0000000000000000000504cebfd5e445001f4769f0ce6607dcd753bd5ee883fd 1,292 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.89 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.37 GB
    • Received: 17.36 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.