Loading Tool

Explorer IconExplorer

Memory Pool

29,461 transactions
23.31 vMB
0.04297780 BTC
Random Selection Loading Transactions
Max Size: 127.12/200 MB

Candidate Block

Mining Attempt d2b9552cdca9064258a070039884ad2e8bd6a7161accb3d7584447c4e91e89ee
Version 20000000
Previous Block 00000000000000000000fdd0d4b7c66bfd3d8e9129482a9a4fc9cf8cb3603845
Merkle Root 471e44656684cb6336cc06b538f7c4eb35faa4f219f245ceabebfc4793ec575a
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.01714930 BTC
Feerates: 322.00 > 1.72 > 0.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,236 (215,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
723,928 723,928 000000000000000000026fbf6e2d7f45c673ef251aab49ab9c6de4de2d86e470 1,596 0.50/1.00 vMB 7
723,927 723,927 0000000000000000000725c6dce466010fb99c562b0e01b6f2af397a599bafc1 2,854 0.98/1.00 vMB 4
723,926 723,926 0000000000000000000507d7cf3139bbab5df72fce05f5f43dca339344424104 2,638 1.00/1.00 vMB 18
723,925 723,925 00000000000000000004366073a14b5f5eb81866b4201c20d171090175b9ac15 63 0.02/1.00 vMB 5
723,924 723,924 00000000000000000002346d6c8094b0478906ba7decbe3de83d3b7a8aae4f7b 1,805 0.95/1.00 vMB 8
723,923 723,923 000000000000000000029c0ed251b6757b2c156a6405f71f5e295a4422d84bc0 2,170 1.00/1.00 vMB 9
723,922 723,922 0000000000000000000366caac25a22c7119b861b27ae9d34600e9d28f688ab3 779 1.00/1.00 vMB 2
723,921 723,921 00000000000000000006b1a177dd90830f28a45d56b50d02613930aa317e03b5 2,006 1.00/1.00 vMB 12
723,920 723,920 000000000000000000027494a02d9281d0ee8f9076cff1961f3faf4d62991811 3,117 1.00/1.00 vMB 9
723,919 723,919 00000000000000000006d0f9c8faf7253da3dce330cd19f0f32c10d79b5497b9 1,562 0.66/1.00 vMB 6
723,918 723,918 000000000000000000035e309bb7161129570d027212a1fecf6ceadb6e94d3c1 1,834 1.00/1.00 vMB 3
723,917 723,917 0000000000000000000426dde8fcd494c489b8e803444852c895f24e63f16119 2,320 1.00/1.00 vMB 5
723,916 723,916 00000000000000000000664775e967584e98b5181024ab2ca6eecb71d3323081 3,093 1.00/1.00 vMB 7
723,915 723,915 0000000000000000000761503e000f5b836d771d70e3a64036d035df6a7e1e48 2,452 1.00/1.00 vMB 10
723,914 723,914 0000000000000000000659a37a7406e9a4c370b02d3b95d23781cd4920016eef 2,047 1.00/1.00 vMB 4
723,913 723,913 000000000000000000007060e61a77e0835e3eea19211c5df709467f534f8744 2,722 1.00/1.00 vMB 12
723,912 723,912 0000000000000000000434ed8101cfc1b51051c39913b0c6cac3564912637f64 2,706 1.00/1.00 vMB 8
723,911 723,911 000000000000000000077c5406a8ef9ca1dd7c1e8ed5053eb4fcdebf1bb9aaef 2,550 1.00/1.00 vMB 16
723,910 723,910 000000000000000000076c15edf74f013d5fea3f68eccee830ff6e6687bc4535 1,115 1.00/1.00 vMB 4
723,909 723,909 00000000000000000006031f8366212a0da3cb3f70bd66d237b481e03dc6af47 1,705 1.00/1.00 vMB 6
723,908 723,908 00000000000000000006a141d640b2ec536c873baebf458efaae2547b644ce76 1,970 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 825.34 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: 4,240.10 GB
    • Received: 233.13 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.