Loading Tool

Explorer IconExplorer

Memory Pool

74,811 transactions
27.61 vMB
0.07391052 BTC
Random Selection Loading Transactions
Max Size: 168.39/200 MB

Candidate Block

Mining Attempt 283458d1c2a75f539867c7054da45620fe72a3ed53c36ff972e34aae3f1a9ff4
Version 20000000
Previous Block 0000000000000000000190474c0158c4506247065620e0a299349b7552b86a26
Merkle Root c108e85c35d974d1f08a99523bb7f2ad968d69ee1d07a76123950053287e9af5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,332
Size: 1.00 vMB
Total Fees: 0.01498416 BTC
Feerates: 100.35 > 1.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,290 (233,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,035 682,035 0000000000000000000474ae9ef8e5c6bd535ef650532bd7f8eedc447e8770fe 604 1.00/1.00 vMB 3
682,034 682,034 0000000000000000000536847e346b06b5a4345617d8ebbf4aaf5036cdae7ebb 1,607 1.00/1.00 vMB 12
682,033 682,033 00000000000000000007e76a63746e67ff1c34d1f5a8316ecf37823e0820688b 1,410 1.00/1.00 vMB 43
682,032 682,032 0000000000000000000087e627f58fe7e438a85d093da30750323c724fa56f3c 1,861 1.00/1.00 vMB 7
682,031 682,031 00000000000000000004fc1e31bd820697f3c195d104887edc52a8f3fb99d810 2,444 1.00/1.00 vMB 29
682,030 682,030 00000000000000000007034e7ce14707c5f341c21ea44ebceac2dace1ff2bb7b 2,354 1.00/1.00 vMB 53
682,029 682,029 0000000000000000000c13d6ec0f68d9d7aceb0a5f44f578a41cfe73f26230a3 2,565 1.00/1.00 vMB 59
682,028 682,028 000000000000000000075387453a3c7c400c8583c38ea2466fd924723dfba87b 2,147 1.00/1.00 vMB 42
682,027 682,027 00000000000000000005c34682b743039306124747e6d369705905e1ea131d8c 1,659 1.00/1.00 vMB 47
682,026 682,026 00000000000000000003d560f64be5770bc87c40a755912b12b9e3087c8845fd 2,046 1.00/1.00 vMB 84
682,025 682,025 000000000000000000036f74710a68109bf51cb771325eb6d518f9a98379d5a8 2,033 1.00/1.00 vMB 70
682,024 682,024 0000000000000000000af19d38ae8cc6afb307e2e637650eac583c0b2fa725b6 1,710 1.00/1.00 vMB 88
682,023 682,023 00000000000000000000cfa4ba0419d2f076949e967451ec609c312ce3996f5d 2,520 1.00/1.00 vMB 105
682,022 682,022 0000000000000000000b4c5266e99f416faf119aa2204a3d72bc67e7d02dfd21 3,467 1.00/1.00 vMB 104
682,021 682,021 00000000000000000005c90a5d3867b63b85d5edc12dc9199a6bfb0225900f57 1,839 1.00/1.00 vMB 41
682,020 682,020 0000000000000000000a4c21e66aa989f4c5a7e5816c4279c8bf231574392a5b 1,529 1.00/1.00 vMB 43
682,019 682,019 0000000000000000000722cced2afedd19a47b3e0277bef5a23a1258d62caf58 2,490 1.00/1.00 vMB 78
682,018 682,018 00000000000000000009b7c9c2a0fa9c02856bb0f95fed39e78b2d43babe1b98 586 1.00/1.00 vMB 6
682,017 682,017 0000000000000000000a580f0907787f84d645b5496b06d7bf63d270fb2b1509 438 1.00/1.00 vMB 7
682,016 682,016 0000000000000000000817275835b0996f22ce4f4eddeaf5eed5d338011bfc97 985 1.00/1.00 vMB 6
682,015 682,015 0000000000000000000a040a5922fc8328d5a05b6e7f6a9a16fb8291685486b4 2,164 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.89 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: 713.51 GB
    • Received: 17.38 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.