Loading Tool

Explorer IconExplorer

Memory Pool

78,654 transactions
29.72 vMB
0.09949624 BTC
Random Selection Loading Transactions
Max Size: 181.22/200 MB

Candidate Block

Mining Attempt 793888a69b06b4fb0b9ff451fccc9497a21a455bac6ff62c5853c85c8bdf5bf0
Version 20000000
Previous Block 00000000000000000001873758786023bce526cc548acc0e4523a6e0d9f02e45
Merkle Root 9bb9d37935c16d3e8de0ab5a67208f027f62782ff38dcc049b76018178352004
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.03284588 BTC
Feerates: 301.35 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,242 (539,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
375,375 375,375 0000000000000000109af3ad588016548dbb51af0fdd0edc1f4b678b0f475eca 1,005 0.61/1.00 vMB 31
375,374 375,374 000000000000000011c58ca94e16f014d3952c9d3f4162d6d2cc94f56fc38819 315 0.18/1.00 vMB 27
375,373 375,373 00000000000000000154f0e5f1f6cf83f8e0e2d9ad0bd953aa8acdc53d640f59 128 0.11/1.00 vMB 20
375,372 375,372 000000000000000006f3ff6815bd06a15d2f9c726046a3e15022427a5804538f 933 0.57/1.00 vMB 37
375,371 375,371 00000000000000000ce9dc7e7c1d62d4aea68c1f299ec35bfbb9b0f1859aced4 946 0.54/1.00 vMB 33
375,370 375,370 00000000000000000f4bed49038ad341cf88c2c812cff9eaf6c4fb994cb1cb57 164 0.25/1.00 vMB 9
375,369 375,369 000000000000000006929a896005ed48fc9d6b7b8ce52065dcc23f78d6b4b04b 835 0.44/1.00 vMB 33
375,368 375,368 0000000000000000036a86080295d64272cf9f21ee789f131f7ad063f016b4d6 445 0.61/1.00 vMB 10
375,367 375,367 000000000000000010d06c9668e6ed9b79fa27786c6bbf6bb6459f87ab923f2b 746 1.00/1.00 vMB 15
375,366 375,366 00000000000000000d35391acc53b9537db2e14de2553bb5b173dfc1c11a81a0 2,230 1.00/1.00 vMB 46
375,365 375,365 0000000000000000008af0a291922f06877fa1b0744a1ccc218b8ca1cdf02740 1,776 0.95/1.00 vMB 33
375,364 375,364 00000000000000000883dff17a2d246d9f4dec8f0843ca2684e5076d2edc36ad 1,720 0.75/1.00 vMB 51
375,363 375,363 0000000000000000126c0402fc8b6944a40c90735ac027480b623ea20f16a1ed 2,111 0.93/1.00 vMB 42
375,362 375,362 00000000000000000e4250c3e81644aadd60ebede6f02ae5369b3787b6067eac 1,204 0.82/1.00 vMB 27
375,361 375,361 0000000000000000009d612c310df25a7af12582a1b87d3a79d5c39ca2547c7a 305 0.20/1.00 vMB 28
375,360 375,360 0000000000000000052d5895c8cd95705c26546070ee85c00d2f28489c7b1eef 158 0.18/1.00 vMB 11
375,359 375,359 00000000000000000becadd21cf9b26b02509e536666517126a3304f1ad51760 445 0.26/1.00 vMB 30
375,358 375,358 000000000000000007f08aff13221b339c90cc5bf79889fb6a544b2e0e3a9744 1,177 1.00/1.00 vMB 25
375,357 375,357 0000000000000000063ea0199c91fd5b5e795cb9d9d42b533baa84fa4330c27d 1,025 0.90/1.00 vMB 23
375,356 375,356 00000000000000000d9c0dce31837b66e10030cbe8570eb5973e63518194e0c8 1,781 1.00/1.00 vMB 33
375,355 375,355 000000000000000000281989f93c745d5c479f44617305b43e323ef487d4a693 2,065 0.95/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.81 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: 710.29 GB
    • Received: 17.06 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.