Loading Tool

Explorer IconExplorer

Memory Pool

78,335 transactions
29.44 vMB
0.07376511 BTC
Random Selection Loading Transactions
Max Size: 177.30/200 MB

Candidate Block

Mining Attempt 3cb7c6d2e6b1a1e8e6c836d99cbba7e411e527c9045f7979b730e3e2f5b19263
Version 20000000
Previous Block 000000000000000000008c4f55cac0d52e0fdb45c8112180d17dfee14c20cda0
Merkle Root ab2b7c9e73ab2fb00319979a47b87804b78b21faada4d03cf2b656a780a3fe97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,024
Size: 1.00 vMB
Total Fees: 0.01194499 BTC
Feerates: 25.13 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,107 (97,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,990 817,990 000000000000000000032c4f564003a7e5716a679df46d854055a453419fa553 2,711 1.00/1.00 vMB 109
817,989 817,989 0000000000000000000303193f466fc62c29713619de2b0fcea9449d0683af54 3,389 1.00/1.00 vMB 140
817,988 817,988 00000000000000000002738dc6915fbc6757dbed33a0faca0aa6402e2e6a3355 3,614 1.00/1.00 vMB 117
817,987 817,987 000000000000000000020d104c610d02e6c66d864f98e100f68e96d844d0115b 4,096 1.00/1.00 vMB 79
817,986 817,986 00000000000000000003a73934d6877b6d4692ecf776c43915442d2f157d6e15 3,483 1.00/1.00 vMB 147
817,985 817,985 000000000000000000020672c58b47b2e45278a5a7c27df8d3188443a83298a7 2,813 1.00/1.00 vMB 108
817,984 817,984 0000000000000000000140bb517ce454303474a9a820a78c131e787b139619b1 3,448 1.00/1.00 vMB 168
817,983 817,983 00000000000000000000fc93ef06790fe919ad0144971de17ac5db5a4fbbd718 2,899 1.00/1.00 vMB 248
817,982 817,982 0000000000000000000146c0c1f3dcf930e2934df87367525b57e6e55fbf7a9f 3,412 1.00/1.00 vMB 79
817,981 817,981 00000000000000000000caa34afd1c9baccec707c96f95b9378ecb5a35179714 4,017 1.00/1.00 vMB 62
817,980 817,980 000000000000000000044c1e868096b46f45ce88c6ff0310d07217996e55bb83 1 0.00/1.00 vMB 0
817,979 817,979 0000000000000000000374be3d1032783f50dcf115765a5abcd1f01470a033d6 4,547 1.00/1.00 vMB 88
817,978 817,978 0000000000000000000100e6e20f9a64e3772ce4010e7c692a7a312ef3b61aa4 2,962 1.00/1.00 vMB 79
817,977 817,977 0000000000000000000427b5f92ad61a9053e6cab2dec73b74c90ecb8d54ca4c 3,582 1.00/1.00 vMB 96
817,976 817,976 0000000000000000000164ba0438956bd04bbd3ad4b44f3fc4a5fdcfc4d7cf00 4,498 1.00/1.00 vMB 79
817,975 817,975 0000000000000000000343455b0ed6eb9929474c2ac72f6ed93788bd314ddaa9 4,560 1.00/1.00 vMB 79
817,974 817,974 000000000000000000006fc88a9a6f7ef0e4b64143482076f3755faef3bfcbd5 4,171 1.00/1.00 vMB 101
817,973 817,973 000000000000000000018e05507a89895d04722c1805a856ca799d4dc4b7b7fd 4,746 1.00/1.00 vMB 121
817,972 817,972 0000000000000000000351aa3eeed581468b22160ff8940678f2d24273ca4657 4,504 1.00/1.00 vMB 115
817,971 817,971 000000000000000000029a6d8d3bd5417bebaaa3f1caf0c8b53852dfabcff535 3,558 1.00/1.00 vMB 186
817,970 817,970 000000000000000000001eef3949082854a9df683d6627b2c148a338b6cba185 4,024 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.58 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: 671.24 GB
    • Received: 15.89 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.