Loading Tool

Explorer IconExplorer

Memory Pool

83,671 transactions
30.34 vMB
0.16800136 BTC
Random Selection Loading Transactions
Max Size: 184.04/200 MB

Candidate Block

Mining Attempt 69515ab8e977b2192398f8dabeb2c8e63e6b1b4e0f3702a092a18358e751567c
Version 20000000
Previous Block 0000000000000000000184cd130959745a2ff6d2743a12e47bfb4914c737afd9
Merkle Root b1b28d93a65631417648db1f490074d5d3c0d324f0686d753d4cdf4bf72a019d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,150
Size: 1.00 vMB
Total Fees: 0.10566878 BTC
Feerates: 155.43 > 10.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,958 (250,910 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,048 664,048 00000000000000000002725be31e9aa1cd1eb91b9542a198ce30ed04bdc0aadb 2,912 1.00/1.00 vMB 82
664,047 664,047 00000000000000000006fbe31dadf9899538050a150510d2da69e15cdfdf0318 2,561 1.00/1.00 vMB 16
664,046 664,046 000000000000000000063ecb55c3c953e9f1b02d235f523a8e2fe788afd24612 2,198 1.00/1.00 vMB 47
664,045 664,045 000000000000000000021275b61ad43ddd937f34c4a21432c989a1e11cc3c6a5 2,868 1.00/1.00 vMB 4
664,044 664,044 00000000000000000000348e79aa54255dc7574a34adef2a9b2cccf4f3eec0de 2,601 1.00/1.00 vMB 54
664,043 664,043 00000000000000000004da908f80a58393dcdff081f4ed060eca472108ade161 2,770 1.00/1.00 vMB 19
664,042 664,042 0000000000000000000e257d1db9031ee7ac9cfc323c21de7f25c3e0845ae8a2 2,252 1.00/1.00 vMB 30
664,041 664,041 0000000000000000000238a105f66a705d5385b2ccf2f88883a097e76ef606ed 1,761 1.00/1.00 vMB 19
664,040 664,040 00000000000000000005c846f759c86bc233dd5b0bf665637eeec97a0c81762a 2,012 1.00/1.00 vMB 42
664,039 664,039 000000000000000000074e37ff9377418e6e1054c59e7ef38495e6df40efe558 2,188 1.00/1.00 vMB 86
664,038 664,038 0000000000000000000bf7dbd73cbf13e5b52a1843ceff3cb23d0b15cab214df 2,819 1.00/1.00 vMB 89
664,037 664,037 000000000000000000062c2d6eb4afda4dc9bbfe04441653576f8ac59cac4f68 2,295 1.00/1.00 vMB 55
664,036 664,036 00000000000000000002602aba91fc8070f9c2f3b39e1193f805c5976766ccc9 1,815 1.00/1.00 vMB 27
664,035 664,035 000000000000000000060bcee0d2ea9a55cb5aae8be0f28b49d339f3c7f867ed 2,333 1.00/1.00 vMB 33
664,034 664,034 00000000000000000000df13f8701422f5c29e24adf14d239129d90bb102a4d6 1,754 1.00/1.00 vMB 20
664,033 664,033 0000000000000000000a521ce159c614ba7e7e31e0bf56b62ea98c4107cffea1 1,105 1.00/1.00 vMB 14
664,032 664,032 00000000000000000008112baa43f7a5512077ebbc5b844ca2863d02c5230092 1,385 1.00/1.00 vMB 20
664,031 664,031 000000000000000000022e25c374646e405955d46682043d5b9d5c664b306f5d 2,102 1.00/1.00 vMB 12
664,030 664,030 000000000000000000073ee5247cd85702c5209dd58bd97f5a797af22428a597 2,275 1.00/1.00 vMB 47
664,029 664,029 0000000000000000000d5eefd684582915ac845468b97b33fa98af995d793d69 1,328 1.00/1.00 vMB 56
664,028 664,028 0000000000000000000b46b31a17883e5c79ebe56a8bbda6ff8ea45ff98beb4e 1,117 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.32 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: 660.24 GB
    • Received: 14.64 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.