Loading Tool

Explorer IconExplorer

Memory Pool

48,658 transactions
28.25 vMB
0.08034823 BTC
Random Selection Loading Transactions
Max Size: 150.78/200 MB

Candidate Block

Mining Attempt 32fd00c26cffafb9187b9da0d4d4d6c2d2fd1521148937ea526c7025cb917e3b
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 4a5e3ce7f3a4c87f6f673954dd20ba945333b05ca519340556b9e423fb8861a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.02650585 BTC
Feerates: 500.45 > 2.66 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (75,874 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
838,918 838,918 000000000000000000003eae75e6eeeaaa84d3abbb657da37ff33d919959ac45 3,808 1.00/1.00 vMB 122
838,917 838,917 000000000000000000015f1d89e6f281a6812a4b14774aaf2db5e08b0e17fe76 2,629 1.00/1.00 vMB 89
838,916 838,916 000000000000000000020ecbec95045babd12d1f1799e08df01a8401773f3916 2,645 1.00/1.00 vMB 102
838,915 838,915 000000000000000000010769d08948305aa23de992f6801f201de633f7998c86 2,037 1.00/1.00 vMB 79
838,914 838,914 000000000000000000010a59f3775e31ef32ec6d6f3651fbc3f6096e748e7657 2,900 1.00/1.00 vMB 122
838,913 838,913 00000000000000000001fcfb7983f9ec5208e7f29d7b667fe796f27bd9fe72e6 2,795 1.00/1.00 vMB 78
838,912 838,912 000000000000000000015a9ad8185dda19796a7ec9a5da7601c4cfc8c1d6d7d3 2,658 1.00/1.00 vMB 59
838,911 838,911 00000000000000000000efbe8d9f00d09815f2b1e4350025182bde4f031b0794 2,898 1.00/1.00 vMB 75
838,910 838,910 0000000000000000000320f050e570cfe5ce23831ea5fe055d49e4a281ef2b95 3,282 1.00/1.00 vMB 109
838,909 838,909 00000000000000000002b05ade8572c7ab902ce1f204070f8930267d11545d85 3,286 1.00/1.00 vMB 89
838,908 838,908 00000000000000000002d629940823f16d9c7c43cd69e783c38c469d51cd92e6 2,722 1.00/1.00 vMB 96
838,907 838,907 00000000000000000001fd5a2f153b291f31bfcd4c87a06c57891d13c3e0a227 2,819 1.00/1.00 vMB 82
838,906 838,906 00000000000000000000b224ff6edde57c9dab643a2e05b617be656545e06355 1 0.00/1.00 vMB 0
838,905 838,905 00000000000000000002c06350698bd0af1ae3362a1113c12f81c70395d8562f 3,055 1.00/1.00 vMB 83
838,904 838,904 000000000000000000022dbb1e917d3d1ebfa6a62292f668f62e75e79f22a5c7 2,951 1.00/1.00 vMB 108
838,903 838,903 0000000000000000000172459d2b973905971c72949d356a0380abd3782ebef8 2,634 1.00/1.00 vMB 105
838,902 838,902 00000000000000000000fc5e87990b998d3c1c1701724ffd23be220625c07c40 2,799 1.00/1.00 vMB 116
838,901 838,901 0000000000000000000338ead7f223b943cd77c89cf9da7f535d18f33ea497fc 3,606 1.00/1.00 vMB 150
838,900 838,900 0000000000000000000302c6ad4ca5653e7e558668466315f25bf26695682024 3,714 1.00/1.00 vMB 167
838,899 838,899 0000000000000000000269f3dd78535d45dd858ec4d4633bcc9efa4e6c6e448d 3,218 1.00/1.00 vMB 170
838,898 838,898 00000000000000000000cf6bb153df21ce3ccae6362131fc8b75be639e230c4c 3,349 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.