Loading Tool

Explorer IconExplorer

Memory Pool

83,685 transactions
31.84 vMB
0.13225930 BTC
Random Selection Loading Transactions
Max Size: 192.10/200 MB

Candidate Block

Mining Attempt 380cd517f3341db54fbdb83a78c6eca983b2037801e4027c78a600b76b632290
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 9ec845651326efdfb09f79ae8e22cfacab06c2f0be2c368ffc26cbc51f69019b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,226
Size: 1.00 vMB
Total Fees: 0.04449202 BTC
Feerates: 803.65 > 4.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (214,383 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
700,969 700,969 0000000000000000000460a918c6e38cceb04bfdbe7b57601ef41ee867881e9c 1,204 1.00/1.00 vMB 3
700,968 700,968 0000000000000000000112bb26e5c0a0092942f20a7a694750d4cfba0a459466 2,802 1.00/1.00 vMB 11
700,967 700,967 000000000000000000052970b2d5c93802a06a9607e84c0b0b2dd37a08c12bea 2,442 1.00/1.00 vMB 9
700,966 700,966 0000000000000000000e45be7fba0e26995c7756a9a88f59747e00bc09b6392b 2,730 1.00/1.00 vMB 17
700,965 700,965 000000000000000000055468ce55f02d9dec2b579e3959adf9fe0d1ac0e4dd70 3,020 1.00/1.00 vMB 6
700,964 700,964 00000000000000000007db7e0ed4c3377cf44fed7f5eeeb8f9e5d2f078d32799 2,503 1.00/1.00 vMB 12
700,963 700,963 00000000000000000008be995c368002fb35e072f30159f48922164d9f98c3f1 2,679 1.00/1.00 vMB 15
700,962 700,962 000000000000000000015195748da59e8edbdd06903ebf46fe432177eaaa5c87 3,718 1.00/1.00 vMB 9
700,961 700,961 00000000000000000006092dce7530ca2c3ac2ac41564d4bdfc423f3548bde66 1,137 1.00/1.00 vMB 13
700,960 700,960 000000000000000000081cb85fcec764dc3c9a2c506aa8409ab8eaca69fc7e2d 2,594 1.00/1.00 vMB 16
700,959 700,959 000000000000000000085fb71ccbeb5d2a398ab01284e40ccf0a8d56404a7579 2,905 1.00/1.00 vMB 11
700,958 700,958 0000000000000000000453b4d44e18f330fb1840ea8a776d22aea3e0f6314dab 3,767 1.00/1.00 vMB 6
700,957 700,957 0000000000000000000b685ab1fac99bfa1c8e2ff8c651568fd7f8ab70267eaf 2,324 1.00/1.00 vMB 12
700,956 700,956 00000000000000000006f42991b603cff470a3393aaae9c564a05fe4f625d4d9 297 1.00/1.00 vMB 6
700,955 700,955 00000000000000000001a08e933798f134af098fbfc21cbe8656cdfce2efafbd 2,916 1.00/1.00 vMB 10
700,954 700,954 0000000000000000000caa7416dc87b0dcb558f9f507d5fb814286b47e1b5bdb 2,976 1.00/1.00 vMB 12
700,953 700,953 0000000000000000000d2d8a8c6384ed5d8e6bf1f705b12cfd627707ac065335 2,961 1.00/1.00 vMB 18
700,952 700,952 000000000000000000045a57842563aa17fdfd7412c52a5d4c3cc612c46faa1d 2,817 1.00/1.00 vMB 24
700,951 700,951 0000000000000000000f04a4518d09f85f2c1b26bacda711998267039f47b4f9 2,424 1.00/1.00 vMB 10
700,950 700,950 00000000000000000003aeb7df477201aa5688c3ce6950e46f9c506980aa4d82 3,080 1.00/1.00 vMB 10
700,949 700,949 0000000000000000000cf9bb2e27f78e58084420ece7bf8c7b8650d9796c98df 3,020 1.00/1.00 vMB 37
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.70 GB
    • Received: 17.94 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.