Loading Tool

Explorer IconExplorer

Memory Pool

43,146 transactions
29.09 vMB
0.09159278 BTC
Random Selection Loading Transactions
Max Size: 148.82/200 MB

Candidate Block

Mining Attempt 77cff2bafc3093b478a08656a019cf5c76c7d3b70f9af18e9aa45f4e5f727402
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 2aec352c97f1d9345e3eb0d10ee5d0c2e311465baf7f28b020c727c95aee306e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,160
Size: 1.00 vMB
Total Fees: 0.03313292 BTC
Feerates: 88.27 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (243,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,851 670,851 00000000000000000006d3132bbdf132ed0ea40d01f2cbde157ce0bd60fbafb0 2,271 1.00/1.00 vMB 119
670,850 670,850 000000000000000000058b0392acad50a141c980a0137fa381eed4bb9da2266b 3,238 1.00/1.00 vMB 131
670,849 670,849 00000000000000000007d284fb11be7e6adcc81d05177f05ff5ba6b906f151d2 1,881 1.00/1.00 vMB 122
670,848 670,848 000000000000000000069716b33a2780e51de3c862692dc3ea4171a4716e96b2 3,121 1.00/1.00 vMB 86
670,847 670,847 00000000000000000009830788753780c8fe72d98e6ff75f7312d613e0ce9f30 2,060 1.00/1.00 vMB 92
670,846 670,846 00000000000000000003b6a65ad8b06ade672dee5ea14dc73315f7e17993d53c 2,776 1.00/1.00 vMB 114
670,845 670,845 000000000000000000028d2386c3494933d7d26bee1d74db9e3eff7445e4ca52 2,909 1.00/1.00 vMB 126
670,844 670,844 0000000000000000000a16c56bb06ff839998b00a7bd3d5ecfe6a59cdde414a1 2,748 1.00/1.00 vMB 135
670,843 670,843 00000000000000000000590afef177dca25b9212e919506cccebd55e25fd9167 2,704 1.00/1.00 vMB 107
670,842 670,842 0000000000000000000cab15426be853aeebdfc6a39636decee7151b3853b49f 2,845 1.00/1.00 vMB 111
670,841 670,841 00000000000000000002e31a1e82ea5916b5f669ba3f5a157585b60ded26a6f5 3,016 1.00/1.00 vMB 105
670,840 670,840 00000000000000000002d3373b98856d58605b270ad967dbe52acaa9549ac49e 2,682 1.00/1.00 vMB 96
670,839 670,839 0000000000000000000cb0e4125747098a5963e92098e44a3cb23a0fbcfcb55e 1,766 1.00/1.00 vMB 102
670,838 670,838 000000000000000000088e15d0f2f3e536ebb47190954c587deb827b68d5b430 856 1.00/1.00 vMB 113
670,837 670,837 00000000000000000002a7ef8b7f66f2ad88855024d54ad47201dd7fef569e51 2,376 1.00/1.00 vMB 124
670,836 670,836 000000000000000000019290c315d7ef64c2c6bb5d248bd6d34d04e39eb22d4a 3,177 1.00/1.00 vMB 123
670,835 670,835 000000000000000000016e2ad9f926f6e1ab08054cd84131de681583c881f1d5 2,710 1.00/1.00 vMB 111
670,834 670,834 00000000000000000000702b388296a157532743584b48b09eb6d984ec193b4b 2,825 1.00/1.00 vMB 123
670,833 670,833 0000000000000000000c191ff0249bae06e35d34c4bba5effeec83acbede19af 2,795 1.00/1.00 vMB 126
670,832 670,832 000000000000000000088d6d8814484f2b5b895021f4c37f864f0efac25ac074 2,861 1.00/1.00 vMB 134
670,831 670,831 0000000000000000000b8d82ae415439e68625d2bb01cdf616f16d55785fba2f 2,362 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.73 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: 630.34 GB
    • Received: 12.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.