Loading Tool

Explorer IconExplorer

Memory Pool

79,129 transactions
29.59 vMB
0.07167765 BTC
Random Selection Loading Transactions
Max Size: 177.86/200 MB

Candidate Block

Mining Attempt 1b42fd577813d4f7b6c1a0d1c6295114369ec0f6cde066ab3ae34d9d08fa259c
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root c27998c49ac33b2cdbabfe21ac3bd2259c7e998f1bbe20dd938087b3bbe5b2e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,557
Size: 1.00 vMB
Total Fees: 0.01157320 BTC
Feerates: 60.27 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (203,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,993 711,993 0000000000000000000bbbcb6b8ece5473cb5749c8bb4485510212c2ba87ffc8 2,811 1.00/1.00 vMB 31
711,992 711,992 00000000000000000005e1a426bf9edee64528fa6c37c5525e793ebfe317794c 2,945 1.00/1.00 vMB 14
711,991 711,991 0000000000000000000562991c31e45ea0eb72b5b661f560b8f46988e7b302cb 3,320 1.00/1.00 vMB 9
711,990 711,990 000000000000000000032b73c5d5ddc9b37d556810b214ba4a4f282824ea7d66 3,327 1.00/1.00 vMB 14
711,989 711,989 000000000000000000004e5bb4c8d8dda1f558dd689f5983021a69dd9bb518ef 2,657 1.00/1.00 vMB 22
711,988 711,988 0000000000000000000408e1adb7bec32de6645ea300a3297bd7860f8dfa60fd 3,157 1.00/1.00 vMB 20
711,987 711,987 000000000000000000079217c396c4933e01fb992b721b1cc580b49b54a82521 2,376 1.00/1.00 vMB 11
711,986 711,986 0000000000000000000b5547a4cbd038468311ad4d56197b2336806fbf15475c 3,367 1.00/1.00 vMB 6
711,985 711,985 0000000000000000000bb5330ae3fb01a4d795c0201f639de13913f5ec6f5650 2,575 1.00/1.00 vMB 16
711,984 711,984 0000000000000000000236ea987a49460886e4a002b1674d2ab87eeaeb1eaded 2,636 1.00/1.00 vMB 7
711,983 711,983 0000000000000000000a87a3666ec83a40f2b2dc8fcfed1cd322064088b00e04 2,598 1.00/1.00 vMB 13
711,982 711,982 0000000000000000000b06f049e2e5297a89ac73da193da5d38a07c078530e13 3,727 1.00/1.00 vMB 9
711,981 711,981 00000000000000000008d76194d89c13245900dcf06ce3800ef8b3bd2cdbd9dc 3,100 1.00/1.00 vMB 18
711,980 711,980 0000000000000000000a613706528de4770cd34e6fda9e2557fee96531297f42 3,462 1.00/1.00 vMB 22
711,979 711,979 0000000000000000000867b0eb97bb51b407c7cddd9d2be51b34d9a74daeaba3 3,086 1.00/1.00 vMB 16
711,978 711,978 0000000000000000000562b6889007135501527331752c2de87d29008598b5df 3,268 1.00/1.00 vMB 9
711,977 711,977 0000000000000000000625e2905c0a6f8af567ad5f35c9e299256bea3118ac9f 3,123 1.00/1.00 vMB 34
711,976 711,976 000000000000000000003d9060bbeb5e30f355e4f11153e1de9c292398f3ede2 2,784 1.00/1.00 vMB 10
711,975 711,975 0000000000000000000b2e3d7d8197d9be4b8b43fdcea261d29169c187630e22 2,818 1.00/1.00 vMB 12
711,974 711,974 000000000000000000087ddcd3e1bd7ce05890f18bf0eb05961e39f0f9d8d8e6 2,659 1.00/1.00 vMB 11
711,973 711,973 0000000000000000000854066bcd4d35ad52742aee0b68be69f1d422d3cedb0e 2,131 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.39 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: 664.65 GB
    • Received: 15.02 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.