Loading Tool

Explorer IconExplorer

Memory Pool

76,674 transactions
33.64 vMB
0.13161084 BTC
Random Selection Loading Transactions
Max Size: 188.19/200 MB

Candidate Block

Mining Attempt 98e18ea1f5675534ee26caaab9a5c369214237c9880b3813952b5275fe8c29e7
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root b6a4c4b8f23d53bf85b9be810db9a8b1aa3828ef58d2879b47ba0e63cbbeca80
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,961
Size: 1.00 vMB
Total Fees: 0.02213979 BTC
Feerates: 445.78 > 2.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (13,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,676 901,676 0000000000000000000084aa20835d453e0775ae23079911f68b3a07e98e6c19 568 1.00/1.00 vMB 2
901,675 901,675 0000000000000000000231c3fda7d6ae8e674d2dd7035e1293a2cc21aedf6855 2,742 1.00/1.00 vMB 4
901,674 901,674 0000000000000000000107cb02a6c19084b54a1d0e8504d3a96d8fdd10d2f62b 4,178 1.00/1.00 vMB 6
901,673 901,673 00000000000000000000a30d9d5025c11b17b2c44b176de0e284c84f59dacebb 3,934 1.00/1.00 vMB 6
901,672 901,672 00000000000000000001b882395f50a4c5ac2666681d2945ca5707381cfdfdb2 3,407 1.00/1.00 vMB 4
901,671 901,671 0000000000000000000076d9b827f2badc292c433b17554217c0eeed48ec55b0 3,773 1.00/1.00 vMB 6
901,670 901,670 00000000000000000000b61f43937e0508f7746f4a26d5dc5beb821f6b0ee69a 4,143 1.00/1.00 vMB 6
901,669 901,669 000000000000000000000b7b9856ad800c2fa2c48b16e8b72566a6398cc28f20 4,125 1.00/1.00 vMB 7
901,668 901,668 0000000000000000000119b98ca96d4d357ac9d6e0d7532ad557dbc4ac346021 1,243 1.00/1.00 vMB 3
901,667 901,667 0000000000000000000059dbc66796cdade1ccb50367df0b98f147d95d57ad63 1,112 1.00/1.00 vMB 3
901,666 901,666 0000000000000000000087fd7258a5bfcfa2d538a52a3f12f424bf6cab1d099c 3,800 1.00/1.00 vMB 6
901,665 901,665 00000000000000000001cfa097caf9ef7966a64c3de7daa00e7bd54e6f1765b2 3,191 1.00/1.00 vMB 5
901,664 901,664 00000000000000000001f28c2b6da0bb4db433ea1196e6952df0979b66204769 262 1.00/1.00 vMB 2
901,663 901,663 00000000000000000001f9972c8fb556d984ec38a7f1f5933014bbcd640c580d 774 1.00/1.00 vMB 2
901,662 901,662 0000000000000000000099a0697179116690566de0faa0c139c48cf16937dfe0 2,050 1.00/1.00 vMB 4
901,661 901,661 00000000000000000001e7bf624e4a45ee8649838b89da9e4413be1b96875223 1,149 1.00/1.00 vMB 3
901,660 901,660 000000000000000000000c6538e07d20fe3c0b259c96166a8d3279bfaa02c51c 2,325 1.00/1.00 vMB 4
901,659 901,659 0000000000000000000209df89312ca7ade061b1afb280c29e42f2f2f8690fa1 1,752 1.00/1.00 vMB 3
901,658 901,658 00000000000000000000792c180aafca50a093be99836d70727531ae7075fdba 1,729 1.00/1.00 vMB 3
901,657 901,657 00000000000000000001301d0d0903a0d482d9dde1b5fad02126cd9ece2ee894 394 1.00/1.00 vMB 2
901,656 901,656 00000000000000000001cd00f4759ed080ebfe15539b41923cafbbb6f6da7104 2,417 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.12 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: 736.48 GB
    • Received: 18.58 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.