Loading Tool

Explorer IconExplorer

Memory Pool

68,243 transactions
26.03 vMB
0.06471594 BTC
Random Selection Loading Transactions
Max Size: 156.53/200 MB

Candidate Block

Mining Attempt f982e2d8d261e65e6276724e774fa63f922b0f17b8d8a8b634210a8c6d7d63fe
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 97d197f277e76d935f8fa72f39094ee4184b938793f79a0bc46f335cc536803c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,302
Size: 1.00 vMB
Total Fees: 0.00960583 BTC
Feerates: 60.03 > 0.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (661,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
254,089 254,089 000000000000001a69ab7bdad95c0b87631a3d15a67335d593f39008b1109be5 122 0.06/1.00 vMB 99
254,088 254,088 00000000000000167702d776448211ff34e198d3ba61e4bdd311fa970bdbadbb 226 0.09/1.00 vMB 95
254,087 254,087 0000000000000037e8ce0cc6cc82e8d9aba71ff181d4e636f32af9a1bfc53808 128 0.05/1.00 vMB 123
254,086 254,086 0000000000000019d6f41a03357bc5fea4e67d3f9b000a6a2d93a7d99c3a1ed9 274 0.13/1.00 vMB 96
254,085 254,085 000000000000003e7567d6ece32ebe8481b8bf70fa8168f486637ae5ebe47f88 2 0.00/1.00 vMB 0
254,084 254,084 00000000000000272ddfa4e7a073b8691cacb6c6ba9841d3dc9b741b0f6dc46a 373 0.16/1.00 vMB 114
254,083 254,083 000000000000001f2c5967d06a742a45c2b1d12f3aec55f7bdfac1f2b6120606 251 0.09/1.00 vMB 122
254,082 254,082 000000000000001182223d446232a453828c97b19cf27aeaf92b6ebce71296a8 686 0.27/1.00 vMB 120
254,081 254,081 000000000000001d63b3410e26485d5f0613ec28fa6593403b5fc0e7fb958672 314 0.13/1.00 vMB 105
254,080 254,080 0000000000000009790bb3e2cc6d34e9a5118b4ba7b96d6c629b35512239199d 93 0.04/1.00 vMB 173
254,079 254,079 0000000000000024222371e7f8911cc42f96c5770ccd35baa0b9ba959aecb4e9 316 0.12/1.00 vMB 100
254,078 254,078 0000000000000031a7ffe6c1bac75f13723652cf1d18a0cfaa8856a45877ca5b 157 0.06/1.00 vMB 38
254,077 254,077 0000000000000028f8dcea0ac2150f81efa05b49995bd508aff24146c9a14079 542 0.22/1.00 vMB 116
254,076 254,076 00000000000000195bf4044c4497d2d7d784e890ce9623a6d2769819f5a4cffb 170 0.09/1.00 vMB 89
254,075 254,075 00000000000000115d7ffa942f8d3ba0e9c505c9a6c63e3d7d1e8c11a88d2246 515 0.23/1.00 vMB 116
254,074 254,074 00000000000000233c4f6f7aca115673635fe7692279549c9c6d987c7b83cd2d 779 0.39/1.00 vMB 90
254,073 254,073 00000000000000016211655bee5f14e052a22c852c939980cc41ac3451893c2d 559 0.25/1.00 vMB 151
254,072 254,072 000000000000002b17c591ab4dd253b27baeee27fdbfd9899b41396351ddef25 401 0.17/1.00 vMB 138
254,071 254,071 00000000000000373d56c37e2b900348f9835714f4acac32746c6fd5e7c18a5b 724 0.28/1.00 vMB 120
254,070 254,070 00000000000000209e51ee60985144000c075ddc8ca44e6866aca2579f732897 612 0.47/1.00 vMB 71
254,069 254,069 0000000000000039865279ba41789cc3b4a68e14d7d94432f057ab07c284d649 735 0.25/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 783.29 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: 766.54 GB
    • Received: 19.28 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.